Searched refs:addStackMapLiveVars (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 567 bool addStackMapLiveVars(SmallVectorImpl<MachineOperand> &Ops,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 571 bool FastISel::addStackMapLiveVars(SmallVectorImpl<MachineOperand> &Ops, in addStackMapLiveVars() function in FastISel 633 if (!addStackMapLiveVars(Ops, I, 2)) in selectStackmap() 801 if (!addStackMapLiveVars(Ops, I, NumMetaOpers + NumArgs)) in selectPatchpoint()
|
D | SelectionDAGBuilder.cpp | 6914 static void addStackMapLiveVars(ImmutableCallSite CS, unsigned StartIdx, in addStackMapLiveVars() function 6969 addStackMapLiveVars(&CI, 2, Ops, *this); in visitStackmap() 7075 addStackMapLiveVars(CS, NumMetaOpers + NumArgs, Ops, *this); in visitPatchpoint()
|