Home
last modified time | relevance | path

Searched refs:getVarIdx (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDStackMaps.h56 unsigned getVarIdx() const { in getVarIdx() function
127 unsigned getVarIdx() const { in getVarIdx() function
136 return getVarIdx(); in getStackMapStartIdx()
188 unsigned getVarIdx() const { in getVarIdx() function
193 unsigned getCCIdx() const { return getVarIdx() + CCOffset; } in getCCIdx()
196 unsigned getFlagsIdx() const { return getVarIdx() + FlagsOffset; } in getFlagsIdx()
200 return getVarIdx() + NumDeoptOperandsOffset; in getNumDeoptArgsIdx()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDStackMaps.cpp58 assert(getVarIdx() <= MI->getNumOperands() && in StackMapOpers()
79 StartIdx = getVarIdx(); in getNextScratchIdx()
150 unsigned FoldableAreaStart = getVarIdx(); in isFoldableReg()
544 opers.getVarIdx()), in recordStackMap()
573 const unsigned StartIdx = opers.getVarIdx(); in recordStatepoint()
HDCalcSpillWeights.cpp138 return StatepointOpers(MI).getVarIdx() <= MO.getOperandNo(); in isLiveAtStatepointVarArg()
HDTargetInstrInfo.cpp490 return std::make_pair(0, StackMapOpers(&MI).getVarIdx()); in getPatchpointUnfoldableRange()
494 return std::make_pair(0, PatchPointOpers(&MI).getVarIdx()); in getPatchpointUnfoldableRange()
497 return std::make_pair(MI.getNumDefs(), StatepointOpers(&MI).getVarIdx()); in getPatchpointUnfoldableRange()
HDFixupStatepointCallerSaved.cpp380 for (unsigned Idx = StatepointOpers(&MI).getVarIdx(), in findRegistersToSpill()
HDInlineSpiller.cpp612 for (unsigned Idx = StatepointOpers(&MI).getVarIdx(), in canGuaranteeAssignmentAfterRemat()