Home
last modified time | relevance | path

Searched refs:TargetPos (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DStackMaps.h79 enum { IDPos, NBytesPos, TargetPos, NArgPos, CCPos, MetaEnd }; enumerator
110 return getMetaOper(TargetPos); in getCallTarget()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp4632 int TargetPos = MI.getNumOperands() - 1; in invertAndChangeJumpTarget() local
4635 while ((TargetPos > -1) && !MI.getOperand(TargetPos).isMBB()) in invertAndChangeJumpTarget()
4636 --TargetPos; in invertAndChangeJumpTarget()
4637 assert((TargetPos >= 0) && MI.getOperand(TargetPos).isMBB()); in invertAndChangeJumpTarget()
4638 MI.getOperand(TargetPos).setMBB(NewTarget); in invertAndChangeJumpTarget()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp767 Value *Callee = I->getOperand(PatchPointOpers::TargetPos)->stripPointerCasts(); in selectPatchpoint()
H A DSelectionDAGBuilder.cpp9651 SDValue Callee = getValue(CB.getArgOperand(PatchPointOpers::TargetPos)); in visitPatchpoint()