Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFastISel.h574 bool addStackMapLiveVars(SmallVectorImpl<MachineOperand> &Ops,
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp572 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()
DSelectionDAGBuilder.cpp7229 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()