Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DFastISel.h553 bool addStackMapLiveVars(SmallVectorImpl<MachineOperand> &Ops,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp615 bool FastISel::addStackMapLiveVars(SmallVectorImpl<MachineOperand> &Ops, in addStackMapLiveVars() function in FastISel
677 if (!addStackMapLiveVars(Ops, I, 2)) in selectStackmap()
856 if (!addStackMapLiveVars(Ops, I, NumMetaOpers + NumArgs)) in selectPatchpoint()
H A DSelectionDAGBuilder.cpp9554 static void addStackMapLiveVars(const CallBase &Call, unsigned StartIdx, in addStackMapLiveVars() function
9619 addStackMapLiveVars(CI, 2, DL, Ops, *this); in visitStackmap()
9742 addStackMapLiveVars(CB, NumMetaOpers + NumArgs, dl, Ops, *this); in visitPatchpoint()