Home
last modified time | relevance | path

Searched refs:getI (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp145 Instruction *getI() { return I; } in getI() function in __anon135b54a50111::SelectOptimizeImpl::SelectLike
146 const Instruction *getI() const { return I; } in getI() function in __anon135b54a50111::SelectOptimizeImpl::SelectLike
206 getI()->getOpcode(), I->getType(), TargetTransformInfo::TCK_Latency, in getOpCostOnBranch()
491 auto *BO = cast<BinaryOperator>(SI.getI()); in getTrueOrFalseValue()
561 if (!isa<SelectInst>(SI.getI())) in convertProfitableSIGroups()
567 getExclBackwardsSlice(TI, TrueSlice, SI.getI(), true); in convertProfitableSIGroups()
572 if (isa<SelectInst>(SI.getI()) || !FI->hasOneUse()) { in convertProfitableSIGroups()
574 getExclBackwardsSlice(FI, FalseSlice, SI.getI(), true); in convertProfitableSIGroups()
611 BasicBlock *StartBlock = SI.getI()->getParent(); in convertProfitableSIGroups()
612 BasicBlock::iterator SplitPt = ++(BasicBlock::iterator(LastSI.getI())); in convertProfitableSIGroups()
[all …]