HomeSort by: relevance | last modified time | path
    Searched refs:IncomingValue (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 192 for (auto &IncomingValue : Phi->incoming_values()) {
194 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth - 1);
262 static void reservePreviousStackSlotForValue(const Value *IncomingValue,
264 SDValue Incoming = Builder.getValue(IncomingValue);
278 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth);
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 774 const Value *IncomingValue = PHI.getIncomingValue(Idx);
776 memAddrUsesCTR(IncomingValue, TM, Visited))
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 4543 auto *IncomingValue = LCSSAPhi.getIncomingValue(0);
4547 if (isa<Instruction>(IncomingValue) &&
4548 !Cost->isUniformAfterVectorization(cast<Instruction>(IncomingValue),
4556 OrigLoop->isLoopInvariant(IncomingValue)
4557 ? IncomingValue
4558 : State.get(State.Plan->getVPValue(IncomingValue),
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 999 Value *IncomingValue = PN->getIncomingValue(i);
1002 ResultValues.push_back(getOperandValue(IncomingValue, SF));
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go 1297 func (v Value) IncomingValue(i int) (rv Value) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 7874 Value *IncomingValue = PHI->getIncomingValue(u);
7876 *this, IRPosition::value(*IncomingValue), DepClassTy::REQUIRED);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 4361 auto *IncomingValue = PhiLPInst->getIncomingValue(Idx);
4370 if (IncomingValue != LandingPad)

Completed in 40 milliseconds