Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp51 return cast<VPInstruction>(V)->getUnderlyingInstr(); in addCombined()
55 Type *T = cast<VPInstruction>(V)->getUnderlyingInstr()->getType(); in addCombined()
72 cast<VPInstruction>(Op)->getUnderlyingInstr(); in areVectorizable()
83 cast<VPInstruction>(Operands[0])->getUnderlyingInstr(); in areVectorizable()
87 const Instruction *I = cast<VPInstruction>(Op)->getUnderlyingInstr(); in areVectorizable()
134 return cast<LoadInst>(cast<VPInstruction>(Op)->getUnderlyingInstr()) in areVectorizable()
144 return cast<StoreInst>(cast<VPInstruction>(Op)->getUnderlyingInstr()) in areVectorizable()
247 << *cast<VPInstruction>(Last)->getUnderlyingInstr() << " "); in getBest()
252 LLVM_DEBUG(dbgs() << *cast<VPInstruction>(Candidate)->getUnderlyingInstr() in getBest()
289 << *cast<VPInstruction>(Best)->getUnderlyingInstr() in getBest()
[all …]
H A DVPlanRecipes.cpp130 return R->getUnderlyingInstr()->mayHaveSideEffects(); in mayHaveSideEffects()
441 auto &CI = *cast<CallInst>(getUnderlyingInstr()); in execute()
503 auto *CI = cast<CallInst>(getUnderlyingInstr()); in print()
536 auto &I = *cast<SelectInst>(getUnderlyingInstr()); in execute()
689 const Instruction *UI = getUnderlyingInstr(); in print()
746 auto *GEP = cast<GetElementPtrInst>(getUnderlyingInstr()); in execute()
901 if (isa<FPMathOperator>(getUnderlyingInstr())) in print()
902 O << getUnderlyingInstr()->getFastMathFlags(); in print()
919 if (!getUnderlyingInstr()->getType()->isVoidTy()) { in print()
923 if (auto *CB = dyn_cast<CallBase>(getUnderlyingInstr())) { in print()
[all …]
H A DVPlan.h721 Instruction *getUnderlyingInstr() { in getUnderlyingInstr() function
724 const Instruction *getUnderlyingInstr() const { in getUnderlyingInstr() function
H A DLoopVectorize.cpp1067 Instruction *Instr = CurRec->getUnderlyingInstr(); in collectPoisonGeneratingRecipes()
8554 Instruction *Instr = PredRecipe->getUnderlyingInstr(); in createReplicateRegion()
9456 assert(cast<PHINode>(getUnderlyingInstr())->getType()->isPointerTy() && in execute()
9645 Instruction *UI = getUnderlyingInstr(); in execute()