Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DFastISel.h559 bool addStackMapLiveVars(SmallVectorImpl<MachineOperand> &Ops,
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp620 bool FastISel::addStackMapLiveVars(SmallVectorImpl<MachineOperand> &Ops, in addStackMapLiveVars() function in FastISel
682 if (!addStackMapLiveVars(Ops, I, 2)) in selectStackmap()
861 if (!addStackMapLiveVars(Ops, I, NumMetaOpers + NumArgs)) in selectPatchpoint()
H A DSelectionDAGBuilder.cpp9305 static void addStackMapLiveVars(const CallBase &Call, unsigned StartIdx, in addStackMapLiveVars() function
9371 addStackMapLiveVars(CI, 2, DL, Ops, *this); in visitStackmap()
9494 addStackMapLiveVars(CB, NumMetaOpers + NumArgs, dl, Ops, *this); in visitPatchpoint()