Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanTransforms.cpp33 auto *NCondBit = new VPValue(CondBit->getUnderlyingValue()); in VPInstructionsToVPRecipes()
50 Instruction *Inst = cast<Instruction>(VPInst->getUnderlyingValue()); in VPInstructionsToVPRecipes()
DVPlanValue.h64 Value *getUnderlyingValue() { return UnderlyingVal; } in getUnderlyingValue() function
DVPlan.cpp205 Value *IRCBV = CBV->getUnderlyingValue(); in execute()
776 auto *Inst = cast<Instruction>(VPInst->getUnderlyingValue()); in visitBlock()
DVPlan.h674 return cast_or_null<Instruction>(getUnderlyingValue()); in getUnderlyingInstr()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlanTransforms.cpp33 auto *NCondBit = new VPValue(CondBit->getUnderlyingValue()); in VPInstructionsToVPRecipes()
50 Instruction *Inst = cast<Instruction>(VPInst->getUnderlyingValue()); in VPInstructionsToVPRecipes()
DVPlanValue.h76 Value *getUnderlyingValue() { return UnderlyingVal; } in getUnderlyingValue() function
77 const Value *getUnderlyingValue() const { return UnderlyingVal; } in getUnderlyingValue() function
DVPlan.cpp350 Value *IRCBV = CBV->getUnderlyingValue(); in execute()
1053 if (const Value *UV = getUnderlyingValue()) { in printAsOperand()
1092 auto *Inst = cast<Instruction>(VPInst->getUnderlyingValue()); in visitBlock()
1125 const Value *UV = V->getUnderlyingValue(); in assignSlot()
DVPlan.h713 return cast_or_null<Instruction>(VPV->getUnderlyingValue()); in getUnderlyingInstr()
718 return cast_or_null<Instruction>(VPV->getUnderlyingValue()); in getUnderlyingInstr()
DLoopVectorize.cpp8743 VectorType::get(getUnderlyingValue()->getType(), State.VF)); in execute()
8807 cast<Instruction>(getOperand(0)->getUnderlyingValue()); in execute()