Home
last modified time | relevance | path

Searched defs:getIncomingValue (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp289 Register getIncomingValue() { return PHI->getOperand(idx).getReg(); } in getIncomingValue() function in llvm::SSAUpdaterTraits::PHI_iterator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp287 Value *getIncomingValue() { return PHI->getIncomingValue(idx); } in getIncomingValue() function in llvm::SSAUpdaterTraits::PHI_iterator
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h659 Register getIncomingValue(unsigned I) const { in getIncomingValue() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1211 VPValue *getIncomingValue(unsigned Idx) const { in getIncomingValue() function
2326 VPValue *getIncomingValue(unsigned Idx) const { in getIncomingValue() function
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp838 Value *PHINode::getIncomingValue(unsigned Idx) const { in getIncomingValue() function in llvm::sandboxir::PHINode
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp4059 BlockValueNum getIncomingValue() { return PHI->IncomingValues[Idx].second; } in getIncomingValue() function in llvm::SSAUpdaterTraits::PHI_iterator