Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DFastISel.h590 bool addStackMapLiveVars(SmallVectorImpl<MachineOperand> &Ops,
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp761 bool FastISel::addStackMapLiveVars(SmallVectorImpl<MachineOperand> &Ops, in addStackMapLiveVars() function in FastISel
823 if (!addStackMapLiveVars(Ops, I, 2)) in selectStackmap()
1003 if (!addStackMapLiveVars(Ops, I, NumMetaOpers + NumArgs)) in selectPatchpoint()
H A DSelectionDAGBuilder.cpp8108 static void addStackMapLiveVars(ImmutableCallSite CS, unsigned StartIdx, in addStackMapLiveVars() function
8164 addStackMapLiveVars(&CI, 2, DL, Ops, *this); in visitStackmap()
8282 addStackMapLiveVars(CS, NumMetaOpers + NumArgs, dl, Ops, *this); in visitPatchpoint()