Home
last modified time | relevance | path

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

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