Home
last modified time | relevance | path

Searched refs:OutVals (Results 1 – 25 of 140) sorted by relevance

123456

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp309 SmallVectorImpl<SDValue> &OutVals = CLI.OutVals; in LowerCall() local
312 SDValue &OutVal = OutVals[i]; in LowerCall()
350 make_range(OutVals.begin() + NumFixedArgs, OutVals.end())) { in LowerCall()
374 make_range(OutVals.begin() + NumFixedArgs, OutVals.end())) { in LowerCall()
398 Ops.append(OutVals.begin(), in LowerCall()
399 IsVarArg ? OutVals.begin() + NumFixedArgs : OutVals.end()); in LowerCall()
444 const SmallVectorImpl<SDValue> &OutVals, const SDLoc &DL, in LowerReturn() argument
451 RetOps.append(OutVals.begin(), OutVals.end()); in LowerReturn()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
DVEISelLowering.cpp53 const SmallVectorImpl<SDValue> &OutVals, in LowerReturn() argument
57 assert(OutVals.empty() && "TODO implement return values"); in LowerReturn()
DVEISelLowering.h57 const SmallVectorImpl<SDValue> &OutVals, const SDLoc &dl,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelLowering.h152 const SmallVectorImpl<SDValue> &OutVals,
157 const SmallVectorImpl<SDValue> &OutVals,
162 const SmallVectorImpl<SDValue> &OutVals,
/external/llvm-project/llvm/lib/Target/Sparc/
DSparcISelLowering.h152 const SmallVectorImpl<SDValue> &OutVals,
157 const SmallVectorImpl<SDValue> &OutVals,
162 const SmallVectorImpl<SDValue> &OutVals,
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.h156 const SmallVectorImpl<SDValue> &OutVals,
161 const SmallVectorImpl<SDValue> &OutVals,
166 const SmallVectorImpl<SDValue> &OutVals,
/external/llvm/lib/Target/Lanai/
DLanaiISelLowering.h113 const SmallVectorImpl<SDValue> &OutVals,
141 const SmallVectorImpl<SDValue> &OutVals, const SDLoc &DL,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiISelLowering.h117 const SmallVectorImpl<SDValue> &OutVals,
145 const SmallVectorImpl<SDValue> &OutVals, const SDLoc &DL,
/external/llvm-project/llvm/lib/Target/Lanai/
DLanaiISelLowering.h117 const SmallVectorImpl<SDValue> &OutVals,
145 const SmallVectorImpl<SDValue> &OutVals, const SDLoc &DL,
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h111 const SmallVectorImpl<SDValue> &OutVals,
160 const SmallVectorImpl<SDValue> &OutVals,
173 const SmallVectorImpl<SDValue> &OutVals,
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h135 const SmallVectorImpl<SDValue> &OutVals,
163 const SmallVectorImpl<SDValue> &OutVals,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h141 const SmallVectorImpl<SDValue> &OutVals,
175 const SmallVectorImpl<SDValue> &OutVals,
/external/llvm-project/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h145 const SmallVectorImpl<SDValue> &OutVals,
179 const SmallVectorImpl<SDValue> &OutVals,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp709 SmallVectorImpl<SDValue> &OutVals = CLI.OutVals; in LowerCall() local
717 std::swap(OutVals[0], OutVals[1]); in LowerCall()
723 SDValue &OutVal = OutVals[I]; in LowerCall()
762 SDValue &Arg = OutVals[I]; in LowerCall()
788 make_range(OutVals.begin() + NumFixedArgs, OutVals.end())) { in LowerCall()
824 Ops.append(OutVals.begin(), in LowerCall()
825 IsVarArg ? OutVals.begin() + NumFixedArgs : OutVals.end()); in LowerCall()
878 const SmallVectorImpl<SDValue> &OutVals, const SDLoc &DL, in LowerReturn() argument
886 RetOps.append(OutVals.begin(), OutVals.end()); in LowerReturn()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp854 SmallVectorImpl<SDValue> &OutVals = CLI.OutVals; in LowerCall() local
862 std::swap(OutVals[0], OutVals[1]); in LowerCall()
870 SDValue &OutVal = OutVals[I]; in LowerCall()
913 CLI.OutVals.push_back(ArgVal); in LowerCall()
921 CLI.OutVals.push_back(ArgVal); in LowerCall()
934 SDValue &Arg = OutVals[I]; in LowerCall()
960 make_range(OutVals.begin() + NumFixedArgs, OutVals.end())) { in LowerCall()
996 Ops.append(OutVals.begin(), in LowerCall()
997 IsVarArg ? OutVals.begin() + NumFixedArgs : OutVals.end()); in LowerCall()
1046 const SmallVectorImpl<SDValue> &OutVals, const SDLoc &DL, in LowerReturn() argument
[all …]
/external/llvm-project/llvm/lib/Target/XCore/
DXCoreISelLowering.h155 const SmallVectorImpl<SDValue> &OutVals,
222 const SmallVectorImpl<SDValue> &OutVals,
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.h156 const SmallVectorImpl<SDValue> &OutVals,
220 const SmallVectorImpl<SDValue> &OutVals,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreISelLowering.h156 const SmallVectorImpl<SDValue> &OutVals,
222 const SmallVectorImpl<SDValue> &OutVals,
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp220 auto &OutVals = CLI.OutVals; in LowerCall() local
270 SDValue Arg = OutVals[i]; in LowerCall()
348 const SmallVectorImpl<SDValue> &OutVals, in LowerReturn() argument
375 Chain = DAG.getCopyToReg(Chain, DL, VA.getLocReg(), OutVals[i], Flag); in LowerReturn()
DBPFISelLowering.h77 const SmallVectorImpl<SDValue> &OutVals, const SDLoc &DL,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCISelLowering.cpp228 SmallVectorImpl<SDValue> &OutVals = CLI.OutVals; in LowerCall() local
264 SDValue Arg = OutVals[i]; in LowerCall()
608 const SmallVectorImpl<SDValue> &OutVals, in LowerReturn() argument
649 Chain, dl, OutVals[i], FIN, in LowerReturn()
664 Chain = DAG.getCopyToReg(Chain, dl, VA.getLocReg(), OutVals[i], Flag); in LowerReturn()
/external/llvm-project/llvm/lib/Target/ARC/
DARCISelLowering.cpp227 SmallVectorImpl<SDValue> &OutVals = CLI.OutVals; in LowerCall() local
263 SDValue Arg = OutVals[i]; in LowerCall()
609 const SmallVectorImpl<SDValue> &OutVals, in LowerReturn() argument
650 Chain, dl, OutVals[i], FIN, in LowerReturn()
665 Chain = DAG.getCopyToReg(Chain, dl, VA.getLocReg(), OutVals[i], Flag); in LowerReturn()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h869 const SmallVectorImpl<SDValue> &OutVals,
898 const SmallVectorImpl<SDValue> &OutVals,
907 const SmallVectorImpl<SDValue> &OutVals,
916 const SmallVectorImpl<SDValue> &OutVals,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h1129 const SmallVectorImpl<SDValue> &OutVals,
1162 const SmallVectorImpl<SDValue> &OutVals,
1171 const SmallVectorImpl<SDValue> &OutVals,
1180 const SmallVectorImpl<SDValue> &OutVals,
1189 const SmallVectorImpl<SDValue> &OutVals,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFISelLowering.cpp279 auto &OutVals = CLI.OutVals; in LowerCall() local
328 SDValue Arg = OutVals[i]; in LowerCall()
410 const SmallVectorImpl<SDValue> &OutVals, in LowerReturn() argument
437 Chain = DAG.getCopyToReg(Chain, DL, VA.getLocReg(), OutVals[i], Flag); in LowerReturn()

123456