Searched refs:addStackMapLiveVars (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | FastISel.h | 570 bool addStackMapLiveVars(SmallVectorImpl<MachineOperand> &Ops,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 616 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 D | SelectionDAGBuilder.cpp | 10470 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()
|