Searched refs:addStackMapLiveVars (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | FastISel.h | 590 bool addStackMapLiveVars(SmallVectorImpl<MachineOperand> &Ops,
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 761 bool FastISel::addStackMapLiveVars(SmallVectorImpl<MachineOperand> &Ops, in addStackMapLiveVars() function in FastISel 823 if (!addStackMapLiveVars(Ops, I, 2)) in selectStackmap() 1003 if (!addStackMapLiveVars(Ops, I, NumMetaOpers + NumArgs)) in selectPatchpoint()
|
| H A D | SelectionDAGBuilder.cpp | 8108 static void addStackMapLiveVars(ImmutableCallSite CS, unsigned StartIdx, in addStackMapLiveVars() function 8164 addStackMapLiveVars(&CI, 2, DL, Ops, *this); in visitStackmap() 8282 addStackMapLiveVars(CS, NumMetaOpers + NumArgs, dl, Ops, *this); in visitPatchpoint()
|