Searched defs:LShr (Results 1 – 15 of 15) sorted by relevance
| /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
| D | ir_builder_mixin.h | 362 llvm::Value* LShr(Args&&... args) { in LShr() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineMulDivRem.cpp | 851 BinaryOperator *LShr = BinaryOperator::CreateLShr(Op0, C1); in foldUDivPow2Cst() local 875 BinaryOperator *LShr = BinaryOperator::CreateLShr(Op0, N); in foldUDivShl() local
|
| D | InstCombineSimplifyDemanded.cpp | 599 BinaryOperator *LShr = BinaryOperator::CreateLShr(I->getOperand(0), in SimplifyDemandedUseBits() local
|
| D | InstCombineCompares.cpp | 1791 Value *A, *B, *LShr; in foldICmpAndConstConst() local
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineMulDivRem.cpp | 977 BinaryOperator *LShr = BinaryOperator::CreateLShr( in foldUDivPow2Cst() local 1007 BinaryOperator *LShr = BinaryOperator::CreateLShr(Op0, N); in foldUDivShl() local
|
| D | InstCombineCompares.cpp | 1786 Value *X, *Y, *LShr; in visitICmpInstWithInstAndIntCst() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | InterleavedLoadCombinePass.cpp | 168 LShr, enumerator
|
| /external/llvm/include/llvm/MC/ |
| D | MCExpr.h | 406 LShr, ///< Logical shift right. enumerator
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
| D | MCExpr.h | 446 LShr, ///< Logical shift right. enumerator
|
| /external/llvm/bindings/ocaml/llvm/ |
| D | llvm.ml | 174 | LShr Constructor
|
| D | llvm.mli | 232 | LShr Constructor
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
| D | LegalizerHelper.cpp | 1383 auto LShr = MIRBuilder.buildLShr( in widenScalarExtract() local
|
| /external/llvm/bindings/go/llvm/ |
| D | ir.go | 195 LShr Opcode = C.LLVMLShr const
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | SimplifyCFG.cpp | 5678 auto *LShr = Builder.CreateLShr(Sub, ShiftC); in ReduceSwitchRange() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 40121 SDValue LShr = DAG.getNode(ISD::SRL, dl, VT, AllOnes, Sub); in combineAndLoadToBZHI() local
|