Home
last modified time | relevance | path

Searched defs:ICmp (Results 1 – 25 of 30) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyIndVar.cpp153 void SimplifyIndvar::eliminateIVComparison(ICmpInst *ICmp, Value *IVOperand) { in eliminateIVComparison()
223 ICmpInst *ICmp = new ICmpInst(Rem, ICmpInst::ICMP_EQ, in eliminateIVRemainder() local
248 if (ICmpInst *ICmp = dyn_cast<ICmpInst>(UseInst)) { in eliminateIVUser() local
417 if (ICmpInst *ICmp = dyn_cast<ICmpInst>(UseInst)) { in simplifyIVUsers() local
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeISelLowering.h79 ICmp, enumerator
/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp150 void SimplifyIndvar::eliminateIVComparison(ICmpInst *ICmp, Value *IVOperand) { in eliminateIVComparison()
303 ICmpInst *ICmp = new ICmpInst(Rem, ICmpInst::ICMP_EQ, in eliminateIVRemainder() local
425 if (ICmpInst *ICmp = dyn_cast<ICmpInst>(UseInst)) { in eliminateIVUser() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp165 bool SimplifyIndvar::makeIVComparisonInvariant(ICmpInst *ICmp, in makeIVComparisonInvariant()
235 void SimplifyIndvar::eliminateIVComparison(ICmpInst *ICmp, Value *IVOperand) { in eliminateIVComparison()
334 ICmpInst *ICmp = new ICmpInst(Rem, ICmpInst::ICMP_EQ, N, D); in replaceRemWithNumeratorOrZero() local
615 if (ICmpInst *ICmp = dyn_cast<ICmpInst>(UseInst)) { in eliminateIVUser() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Vectorize/
DVPlanHCFGTest.cpp85 VPInstruction *ICmp = dyn_cast<VPInstruction>(&*Iter++); in TEST_F() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp364 Value *ICmp = IRB.CreateICmp(CmpInst::ICMP_NE, TDC, Zero32); in runOnFunction() local
/external/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp364 Value *ICmp = IRB.CreateICmp(CmpInst::ICMP_NE, TDC, Zero32); in runOnFunction() local
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp366 if (const ICmpInst *ICmp = dyn_cast<ICmpInst>(V)) in getRegForI1Value() local
819 const ICmpInst *ICmp = cast<ICmpInst>(I); in selectICmp() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp415 if (const ICmpInst *ICmp = dyn_cast<ICmpInst>(V)) in getRegForI1Value() local
966 const ICmpInst *ICmp = cast<ICmpInst>(I); in selectICmp() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DPatternMatch.cpp544 TYPED_TEST(MutableConstTest, ICmp) { in TYPED_TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMCodeGenPrepare.cpp502 if (auto *ICmp = dyn_cast<ICmpInst>(V)) in isSupportedValue() local
/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp582 if (ICmpInst *ICmp = dyn_cast<ICmpInst>(UseInst)) { in collectUsesWithPtrTypes() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp545 if (ICmpInst *ICmp = dyn_cast<ICmpInst>(UseInst)) { in collectUsesWithPtrTypes() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionExpander.cpp1328 Value *ICmp = Builder.CreateICmpSGT(LHS, RHS); in visitSMaxExpr() local
1352 Value *ICmp = Builder.CreateICmpUGT(LHS, RHS); in visitUMaxExpr() local
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1574 Value *ICmp = Builder.CreateICmpSGT(LHS, RHS); in visitSMaxExpr() local
1598 Value *ICmp = Builder.CreateICmpUGT(LHS, RHS); in visitUMaxExpr() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1642 Value *ICmp = Builder.CreateICmpSGT(LHS, RHS); in visitSMaxExpr() local
1666 Value *ICmp = Builder.CreateICmpUGT(LHS, RHS); in visitUMaxExpr() local
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.ml186 | ICmp Constructor
Dllvm.mli236 | ICmp Constructor
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml198 | ICmp Constructor
Dllvm.mli256 | ICmp (** Other Operators *) Constructor
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.ml223 | ICmp Constructor
Dllvm.mli245 | ICmp (** Other Operators *) Constructor
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2277 if (ICmpInst* ICmp = dyn_cast<ICmpInst>(IIOperand)) { in visitCallInst() local
DInstCombineCompares.cpp2375 Instruction *InstCombiner::visitICmpInstWithCastAndCast(ICmpInst &ICmp) { in visitICmpInstWithCastAndCast()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1842 auto *ICmp = cast<Instruction>(Br->getCondition()); in createVectorIntOrFpInductionPHI() local
2584 Value *ICmp = Builder.CreateICmpEQ(Next, End); in createInductionVariable() local

12