/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | LoopBoundSplit.cpp | 33 ICmpInst *ICmp = nullptr; member 51 static void analyzeICmp(ScalarEvolution &SE, ICmpInst *ICmp, in analyzeICmp() 126 ICmpInst *ICmp, ConditionInfo &Cond, in hasProcessableCondition() 215 ICmpInst *ICmp = cast<ICmpInst>(ExitingBI->getCondition()); in canSplitLoopBound() local 264 ICmpInst *ICmp = cast<ICmpInst>(BI->getCondition()); in findSplitCandidate() local
|
H A D | IndVarSimplify.cpp | 704 ICmpInst *ICmp = dyn_cast<ICmpInst>(BI->getCondition()); in isLoopExitTestBasedOn() local 1375 createReplacement(ICmpInst *ICmp, const Loop *L, BasicBlock *ExitingBB, in createReplacement() 1473 if (auto *ICmp = dyn_cast<ICmpInst>(Curr)) in optimizeLoopExitWithUnknownExitCount() local 1486 for (auto *ICmp : LeafConditions) { in optimizeLoopExitWithUnknownExitCount() local 1556 auto *ICmp = dyn_cast<ICmpInst>(BI->getCondition()); in canonicalizeExitCondition() local 1602 auto *ICmp = dyn_cast<ICmpInst>(BI->getCondition()); in canonicalizeExitCondition() local
|
H A D | LoopDeletion.cpp | 337 auto *ICmp = dyn_cast<ICmpInst>(Cond); in canProveExitOnFirstIteration() local
|
H A D | CorrelatedValuePropagation.cpp | 364 if (auto *ICmp = dyn_cast<ICmpInst>(Cmp)) in processCmp() local
|
/openbsd/gnu/llvm/llvm/lib/Target/BPF/ |
H A D | BPFCheckAndAdjustIR.cpp | 155 auto *ICmp = new ICmpInst(Opcode, Arg1, Arg2); in removeCompareBuiltin() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | HardwareLoops.cpp | 354 auto ICmp = cast<ICmpInst>(BI->getCondition()); in CanGenerateTest() local 359 auto IsCompareZero = [](ICmpInst *ICmp, Value *Count, unsigned OpIdx) { in CanGenerateTest()
|
H A D | TypePromotion.cpp | 269 if (auto *ICmp = dyn_cast<ICmpInst>(V)) in isSink() local 974 } else if (auto *ICmp = dyn_cast<ICmpInst>(&I)) { in run() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | SimplifyIndVar.cpp | 191 bool SimplifyIndvar::makeIVComparisonInvariant(ICmpInst *ICmp, in makeIVComparisonInvariant() 235 void SimplifyIndvar::eliminateIVComparison(ICmpInst *ICmp, in eliminateIVComparison() 336 ICmpInst *ICmp = new ICmpInst(Rem, ICmpInst::ICMP_EQ, N, D); in replaceRemWithNumeratorOrZero() local 576 if (ICmpInst *ICmp = dyn_cast<ICmpInst>(UseInst)) { in eliminateIVUser() local 1560 if (auto *ICmp = dyn_cast<ICmpInst>(User)) { in widenWithVariantUse() local
|
H A D | ScalarEvolutionExpander.cpp | 1718 Value *ICmp = in expandMinMaxExpr() local
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZTDC.cpp | 374 Value *ICmp = IRB.CreateICmp(CmpInst::ICMP_NE, TDC, Zero32); in runOnFunction() local
|
H A D | SystemZISelLowering.cpp | 6908 auto *ICmp = CCReg.getNode(); in combineCCMask() local
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFastISel.cpp | 425 if (const auto *ICmp = dyn_cast<ICmpInst>(V)) in getRegForI1Value() local 1027 const auto *ICmp = cast<ICmpInst>(I); in selectICmp() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | ControlHeightReduction.cpp | 1507 static bool negateICmpIfUsedByBranchOrSelectOnly(ICmpInst *ICmp, in negateICmpIfUsedByBranchOrSelectOnly() 1959 auto *ICmp = dyn_cast<ICmpInst>(Cond); in addToMergedCondition() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPromoteAlloca.cpp | 720 if (ICmpInst *ICmp = dyn_cast<ICmpInst>(UseInst)) { in collectUsesWithPtrTypes() local
|
H A D | AMDGPUInstructionSelector.cpp | 1290 MachineInstr *ICmp = BuildMI(*BB, &I, DL, TII.get(Opcode)) in selectG_ICMP() local 1306 MachineInstr *ICmp = BuildMI(*BB, &I, DL, TII.get(Opcode), in selectG_ICMP() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 4730 if (Instruction *ICmp = foldICmpIntrinsicWithIntrinsic(I)) in foldICmpEquality() local 4790 static Instruction *foldICmpWithTrunc(ICmpInst &ICmp, in foldICmpWithTrunc() 4832 Instruction *InstCombinerImpl::foldICmpWithZextOrSext(ICmpInst &ICmp) { in foldICmpWithZextOrSext() 4936 Instruction *InstCombinerImpl::foldICmpWithCastOp(ICmpInst &ICmp) { in foldICmpWithCastOp()
|
H A D | InstCombineAndOrXor.cpp | 792 APInt &SignBitMask) -> bool { in foldSignedTruncationCheck() 820 APInt &UnsetBitsMask) -> bool { in foldSignedTruncationCheck()
|
/openbsd/gnu/llvm/llvm/bindings/ocaml/llvm/ |
H A D | llvm.ml | 227 | ICmp Constructor
|
H A D | llvm.mli | 251 | ICmp (** Other Operators *) Constructor
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 1638 MachineInstr &I, MachineInstr &ICmp, MachineIRBuilder &MIB) const { in tryOptCompareBranchFedByICmp() 1733 MachineInstr &I, MachineInstr &ICmp, MachineIRBuilder &MIB) const { in selectCompareBranchFedByICmp()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 5662 auto ICmp = MIRBuilder.buildICmp( in lowerBitCount() local 5713 auto ICmp = MIRBuilder.buildICmp( in lowerBitCount() local
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 18873 Value *ICmp = Builder.CreateICmpSLT(Vec, Zero, "abscond"); in EmitWebAssemblyBuiltinExpr() local 18890 Value *ICmp; in EmitWebAssemblyBuiltinExpr() local
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 31691 if (auto *ICmp = dyn_cast<ICmpInst>(*It)) { in emitBitTestAtomicRMWIntrinsic() local
|