Home
last modified time | relevance | path

Searched defs:CmpI (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp188 const ICmpInst *CmpI; member
305 std::optional<BCECmp> visitICmp(const ICmpInst *const CmpI, in visitICmp()
369 auto *CmpI = dyn_cast<ICmpInst>(Cond); in visitCmpBlock() local
H A DLowerExpectIntrinsic.cpp289 ICmpInst *CmpI = dyn_cast<ICmpInst>(BSI.getCondition()); in handleBrSelExpect() local
H A DConstraintElimination.cpp1184 auto *CmpI = dyn_cast<ICmpInst>(Br->getCondition()); in addInfoFor() local
H A DGVN.cpp2145 if (auto *CmpI = dyn_cast<CmpInst>(V)) { in processAssumeIntrinsic() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp581 auto CmpI = in insertComparison() local
779 auto CmpI = BuildMI(MBB, InsertBefore, DbgLoc, TII.get(Opcodes.TSTri)) in selectSelect() local
H A DARMBaseInstrInfo.cpp2859 inline static bool isRedundantFlagInstr(const MachineInstr *CmpI, in isRedundantFlagInstr()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp206 inline static bool isRedundantFlagInstr(MachineInstr *CmpI, unsigned SrcReg, in isRedundantFlagInstr()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp437 if (const auto *CmpI = dyn_cast<FCmpInst>(&OldInst)) { in cloneInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp506 const MachineInstr *CmpI = MRI->getVRegDef(PR); in collectIndRegsForLoop() local
H A DHexagonHardwareLoops.cpp1318 MachineInstr *CmpI) { in orderBumpCompare()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h3431 Instruction *CmpI = &Cond->front(); in getTripCount() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp8606 static Value *lookThroughCast(CmpInst *CmpI, Value *V1, Value *V2, in lookThroughCast()
8710 CmpInst *CmpI = dyn_cast<CmpInst>(SI->getCondition()); in matchSelectPattern() local
8721 CmpInst *CmpI, Value *TrueVal, Value *FalseVal, Value *&LHS, Value *&RHS, in matchDecomposedSelectPattern()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1804 if (auto *CmpI = dyn_cast<CmpInst>(LoadU.getUser())) { in updateImpl() local
9476 } else if (auto *CmpI = dyn_cast<CmpInst>(I)) { in updateImpl() local
11002 Instruction *CmpI = dyn_cast<Instruction>(&Cmp); in handleCmp() local
H A DOpenMPOpt.cpp4580 Instruction *CmpI = ICmpInst::Create( in buildCustomStateMachine() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp9016 Instruction *CmpI = &getCond()->front(); in setTripCount() local
9142 auto *CmpI = cast<CmpInst>(&Cond->front()); in assertOK() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp8428 Instruction *CmpI = nullptr; in optimizeInst() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3769 llvm::Value *CmpI = CGF.Builder.CreateICmpUGE(NMin1, Pow2K); in emitScanBasedDirective() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8502 if (const auto *CmpI = dyn_cast<VPCmpIntrinsic>(&VPIntrin)) in visitVectorPredicationIntrinsic() local