Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp289 unsigned 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.cpp288 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.h639 Register getIncomingValue(unsigned I) const { in getIncomingValue() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1933 VPValue *getIncomingValue(unsigned I) { return getOperand(I); } in getIncomingValue() function
2048 VPValue *getIncomingValue(unsigned Idx) const { in getIncomingValue() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp4034 BlockValueNum getIncomingValue() { return PHI->IncomingValues[Idx].second; } in getIncomingValue() function in llvm::SSAUpdaterTraits::PHI_iterator