Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp60 return cast<VPInstruction>(V)->getUnderlyingInstr(); in addCombined()
64 Type *T = cast<VPInstruction>(V)->getUnderlyingInstr()->getType(); in addCombined()
81 cast<VPInstruction>(Op)->getUnderlyingInstr(); in areVectorizable()
92 cast<VPInstruction>(Operands[0])->getUnderlyingInstr(); in areVectorizable()
96 const Instruction *I = cast<VPInstruction>(Op)->getUnderlyingInstr(); in areVectorizable()
141 return cast<LoadInst>(cast<VPInstruction>(Op)->getUnderlyingInstr()) in areVectorizable()
151 return cast<StoreInst>(cast<VPInstruction>(Op)->getUnderlyingInstr()) in areVectorizable()
251 << *cast<VPInstruction>(Last)->getUnderlyingInstr() << " "); in getBest()
256 LLVM_DEBUG(dbgs() << *cast<VPInstruction>(Candidate)->getUnderlyingInstr() in getBest()
293 << *cast<VPInstruction>(Best)->getUnderlyingInstr() in getBest()
[all …]
H A DVPlan.h633 Instruction *getUnderlyingInstr() { in getUnderlyingInstr() function