Home
last modified time | relevance | path

Searched refs:bitsLE (Results 1 – 25 of 263) sorted by relevance

1234567891011

/dports/devel/ispc/ispc-1.16.1/llvm_patches/
H A D5_0_6_0_r347287_optimize_zero_extended_mul.patch20 - assert(EVT.bitsLE(VT) && "Not extending!");
22 + assert(EVT.bitsLE(VT.getScalarType()) && "Not extending!");
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/bv-sized-1.0.2/src/Data/BitVector/
H A DSized.hs51 , bitsBE, bitsLE
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/CodeGen/
H A DValueTypes.h249 bool bitsLE(EVT VT) const { in bitsLE() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DValueTypes.h249 bool bitsLE(EVT VT) const { in bitsLE() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h249 bool bitsLE(EVT VT) const { in bitsLE() function
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/CodeGen/
H A DValueTypes.h246 bool bitsLE(EVT VT) const { in bitsLE() function
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/CodeGen/
H A DValueTypes.h247 bool bitsLE(EVT VT) const { in bitsLE() function
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/CodeGen/
H A DValueTypes.h247 bool bitsLE(EVT VT) const { in bitsLE() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/CodeGen/
H A DValueTypes.h270 bool bitsLE(EVT VT) const { in bitsLE() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DValueTypes.h281 bool bitsLE(EVT VT) const { in bitsLE() function
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DValueTypes.h270 bool bitsLE(EVT VT) const { in bitsLE() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/CodeGen/
H A DValueTypes.h259 bool bitsLE(EVT VT) const { in bitsLE() function
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/CodeGen/
H A DValueTypes.h281 bool bitsLE(EVT VT) const { in bitsLE() function
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/CodeGen/
H A DValueTypes.h254 bool bitsLE(EVT VT) const { in bitsLE() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h281 bool bitsLE(EVT VT) const { in bitsLE() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/CodeGen/
H A DValueTypes.h281 bool bitsLE(EVT VT) const { in bitsLE() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DValueTypes.h281 bool bitsLE(EVT VT) const { in bitsLE() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DValueTypes.h270 bool bitsLE(EVT VT) const { in bitsLE() function
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DValueTypes.h281 bool bitsLE(EVT VT) const { in bitsLE() function
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp1111 assert(LD->getMemoryVT().bitsLE(NVT) && "Float type not round?"); in ExpandFloatRes_LOAD()
1142 if (SrcVT.bitsLE(MVT::i32)) { in ExpandFloatRes_XINT_TO_FP()
1150 if (SrcVT.bitsLE(MVT::i64)) { in ExpandFloatRes_XINT_TO_FP()
1154 } else if (SrcVT.bitsLE(MVT::i128)) { in ExpandFloatRes_XINT_TO_FP()
1418 assert(ST->getMemoryVT().bitsLE(NVT) && "Float type not round?"); in ExpandFloatOp_STORE()
H A DLegalizeIntegerTypes.cpp348 assert(Res.getValueType().bitsLE(NVT) && "Extension doesn't make sense!"); in PromoteIntRes_INT_EXTEND()
464 assert(NVT.bitsLE(SVT) && "Integer type overpromoted?"); in PromoteIntRes_SETCC()
1369 if (Op.getValueType().bitsLE(NVT)) { in ExpandIntRes_ANY_EXTEND()
1535 if (N->getMemoryVT().bitsLE(NVT)) { in ExpandIntRes_LOAD()
1884 if (Op.getValueType().bitsLE(NVT)) { in ExpandIntRes_SIGN_EXTEND()
1915 if (EVT.bitsLE(Lo.getValueType())) { in ExpandIntRes_SIGN_EXTEND_INREG()
2035 if (Op.getValueType().bitsLE(NVT)) { in ExpandIntRes_ZERO_EXTEND()
2320 if (N->getMemoryVT().bitsLE(NVT)) { in ExpandIntOp_STORE()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/CodeGen/
H A DValueTypes.h512 bool bitsLE(EVT VT) const { in bitsLE() function
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/bv-sized-1.0.2/src/Data/BitVector/Sized/
H A DInternal.hs283 bitsLE :: [Bool] -> Pair NatRepr BV
284 bitsLE bs = case mkNatRepr (fromInteger (genericLength bs)) of function
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp1441 assert(LD->getMemoryVT().bitsLE(NVT) && "Float type not round?"); in ExpandFloatRes_LOAD()
1471 if (SrcVT.bitsLE(MVT::i32)) { in ExpandFloatRes_XINT_TO_FP()
1480 if (SrcVT.bitsLE(MVT::i64)) { in ExpandFloatRes_XINT_TO_FP()
1484 } else if (SrcVT.bitsLE(MVT::i128)) { in ExpandFloatRes_XINT_TO_FP()
1725 assert(ST->getMemoryVT().bitsLE(NVT) && "Float type not round?"); in ExpandFloatOp_STORE()
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp1441 assert(LD->getMemoryVT().bitsLE(NVT) && "Float type not round?"); in ExpandFloatRes_LOAD()
1471 if (SrcVT.bitsLE(MVT::i32)) { in ExpandFloatRes_XINT_TO_FP()
1480 if (SrcVT.bitsLE(MVT::i64)) { in ExpandFloatRes_XINT_TO_FP()
1484 } else if (SrcVT.bitsLE(MVT::i128)) { in ExpandFloatRes_XINT_TO_FP()
1725 assert(ST->getMemoryVT().bitsLE(NVT) && "Float type not round?"); in ExpandFloatOp_STORE()

1234567891011