Searched refs:addStackMapLiveVars (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 574 bool addStackMapLiveVars(SmallVectorImpl<MachineOperand> &Ops,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 572 bool FastISel::addStackMapLiveVars(SmallVectorImpl<MachineOperand> &Ops, in addStackMapLiveVars() function in FastISel 634 if (!addStackMapLiveVars(Ops, I, 2)) in selectStackmap() 816 if (!addStackMapLiveVars(Ops, I, NumMetaOpers + NumArgs)) in selectPatchpoint()
|
D | SelectionDAGBuilder.cpp | 7229 static void addStackMapLiveVars(ImmutableCallSite CS, unsigned StartIdx, in addStackMapLiveVars() function 7285 addStackMapLiveVars(&CI, 2, DL, Ops, *this); in visitStackmap() 7403 addStackMapLiveVars(CS, NumMetaOpers + NumArgs, dl, Ops, *this); in visitPatchpoint()
|