Searched refs:getUnderlyingInstr (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanSLP.cpp | 59 return cast<VPInstruction>(V)->getUnderlyingInstr(); in addCombined() 63 Type *T = cast<VPInstruction>(V)->getUnderlyingInstr()->getType(); in addCombined() 80 cast<VPInstruction>(Op)->getUnderlyingInstr(); in areVectorizable() 91 cast<VPInstruction>(Operands[0])->getUnderlyingInstr(); in areVectorizable() 95 const Instruction *I = cast<VPInstruction>(Op)->getUnderlyingInstr(); in areVectorizable() 142 return cast<LoadInst>(cast<VPInstruction>(Op)->getUnderlyingInstr()) in areVectorizable() 152 return cast<StoreInst>(cast<VPInstruction>(Op)->getUnderlyingInstr()) in areVectorizable() 255 << *cast<VPInstruction>(Last)->getUnderlyingInstr() << " "); in getBest() 260 LLVM_DEBUG(dbgs() << *cast<VPInstruction>(Candidate)->getUnderlyingInstr() in getBest() 297 << *cast<VPInstruction>(Best)->getUnderlyingInstr() in getBest() [all …]
|
| H A D | VPlan.cpp | 524 return R->getUnderlyingInstr()->mayHaveSideEffects(); in mayHaveSideEffects() 967 auto *CI = cast<CallInst>(getUnderlyingInstr()); in print() 997 O << " = " << getUnderlyingInstr()->getOpcodeName() << " "; in print() 1086 if (!getUnderlyingInstr()->getType()->isVoidTy()) { in print() 1090 O << Instruction::getOpcodeName(getUnderlyingInstr()->getOpcode()) << " "; in print()
|
| H A D | VPlan.h | 707 Instruction *getUnderlyingInstr() { in getUnderlyingInstr() function 710 const Instruction *getUnderlyingInstr() const { in getUnderlyingInstr() function
|
| H A D | LoopVectorize.cpp | 9379 State.ILV->widenCallInstruction(*cast<CallInst>(getUnderlyingInstr()), this, in execute() 9384 State.ILV->widenSelectInstruction(*cast<SelectInst>(getUnderlyingInstr()), in execute() 9389 State.ILV->widenInstruction(*getUnderlyingInstr(), this, *this, State); in execute() 9393 State.ILV->widenGEP(cast<GetElementPtrInst>(getUnderlyingInstr()), this, in execute() 9490 (Instruction::BinaryOps)getUnderlyingInstr()->getOpcode(), NewRed, in execute() 9500 State.ILV->scalarizeInstruction(getUnderlyingInstr(), this, *this, in execute() 9524 State.ILV->scalarizeInstruction(getUnderlyingInstr(), this, *this, in execute()
|