Home
last modified time | relevance | path

Searched refs:addStackMapLiveVars (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h570 bool addStackMapLiveVars(SmallVectorImpl<MachineOperand> &Ops,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp616 bool FastISel::addStackMapLiveVars(SmallVectorImpl<MachineOperand> &Ops, in addStackMapLiveVars() function in FastISel
678 if (!addStackMapLiveVars(Ops, I, 2)) in selectStackmap()
866 if (!addStackMapLiveVars(Ops, I, NumMetaOpers + NumArgs)) in selectPatchpoint()
H A DSelectionDAGBuilder.cpp10470 static void addStackMapLiveVars(const CallBase &Call, unsigned StartIdx, in addStackMapLiveVars() function
10535 addStackMapLiveVars(CI, 2, DL, Ops, *this); in visitStackmap()
10657 addStackMapLiveVars(CB, NumMetaOpers + NumArgs, dl, Ops, *this); in visitPatchpoint()