Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp340 SmallVectorImpl<SDValue> &OutVals = CLI.OutVals; in LowerCall() local
373 make_range(OutVals.begin() + NumFixedArgs, OutVals.end())) { in LowerCall()
402 make_range(OutVals.begin() + NumFixedArgs, OutVals.end())) { in LowerCall()
423 Ops.append(OutVals.begin(), in LowerCall()
424 IsVarArg ? OutVals.begin() + NumFixedArgs : OutVals.end()); in LowerCall()
472 const SmallVectorImpl<SDValue> &OutVals, SDLoc DL, in LowerReturn() argument
479 RetOps.append(OutVals.begin(), OutVals.end()); in LowerReturn()
DWebAssemblyISelLowering.h68 const SmallVectorImpl<SDValue> &OutVals, SDLoc dl,
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.h142 const SmallVectorImpl<SDValue> &OutVals,
147 const SmallVectorImpl<SDValue> &OutVals,
152 const SmallVectorImpl<SDValue> &OutVals,
DSparcISelLowering.cpp197 const SmallVectorImpl<SDValue> &OutVals, in LowerReturn() argument
200 return LowerReturn_64(Chain, CallConv, IsVarArg, Outs, OutVals, DL, DAG); in LowerReturn()
201 return LowerReturn_32(Chain, CallConv, IsVarArg, Outs, OutVals, DL, DAG); in LowerReturn()
208 const SmallVectorImpl<SDValue> &OutVals, in LowerReturn_32() argument
234 SDValue Arg = OutVals[realRVLocIdx]; in LowerReturn_32()
293 const SmallVectorImpl<SDValue> &OutVals, in LowerReturn_64() argument
316 SDValue OutVal = OutVals[i]; in LowerReturn_64()
343 SDValue NV = DAG.getNode(ISD::ZERO_EXTEND, DL, MVT::i64, OutVals[i+1]); in LowerReturn_64()
740 SmallVectorImpl<SDValue> &OutVals = CLI.OutVals; in LowerCall_32() local
772 SDValue Arg = OutVals[i]; in LowerCall_32()
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h111 const SmallVectorImpl<SDValue> &OutVals,
146 const SmallVectorImpl<SDValue> &OutVals, SDValue Callee) const;
158 const SmallVectorImpl<SDValue> &OutVals, SDLoc dl,
DHexagonISelLowering.cpp560 const SmallVectorImpl<SDValue> &OutVals, in LowerReturn() argument
580 Chain = DAG.getCopyToReg(Chain, dl, VA.getLocReg(), OutVals[i], Flag); in LowerReturn()
618 const SmallVectorImpl<SDValue> &OutVals, in LowerCallResult() argument
649 SmallVectorImpl<SDValue> &OutVals = CLI.OutVals; in LowerCall() local
695 Outs, OutVals, Ins, DAG); in LowerCall()
721 SDValue Arg = OutVals[i]; in LowerCall()
870 InVals, OutVals, Callee); in LowerCall()
2765 const SmallVectorImpl<SDValue> &OutVals, in IsEligibleForTailCallOptimization() argument
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h134 const SmallVectorImpl<SDValue> &OutVals,
166 const SmallVectorImpl<SDValue> &OutVals,
DMSP430ISelLowering.cpp395 SmallVectorImpl<SDValue> &OutVals = CLI.OutVals; in LowerCall() local
412 Outs, OutVals, Ins, dl, DAG, InVals); in LowerCall()
524 const SmallVectorImpl<SDValue> &OutVals, in LowerReturn() argument
550 OutVals[i], Flag); in LowerReturn()
579 const SmallVectorImpl<SDValue> &OutVals, in LowerCCCCallTo() argument
604 SDValue Arg = OutVals[i]; in LowerCCCCallTo()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.h157 const SmallVectorImpl<SDValue> &OutVals,
224 const SmallVectorImpl<SDValue> &OutVals,
DXCoreISelLowering.cpp1049 SmallVectorImpl<SDValue> &OutVals = CLI.OutVals; in LowerCall() local
1068 Outs, OutVals, Ins, dl, DAG, InVals); in LowerCall()
1126 const SmallVectorImpl<SDValue> &OutVals, in LowerCCCCallTo() argument
1162 SDValue Arg = OutVals[i]; in LowerCCCCallTo()
1469 const SmallVectorImpl<SDValue> &OutVals, in LowerReturn() argument
1516 Chain, dl, OutVals[i], FIN, in LowerReturn()
1532 Chain = DAG.getCopyToReg(Chain, dl, VA.getLocReg(), OutVals[i], Flag); in LowerReturn()
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp259 auto &OutVals = CLI.OutVals; in LowerCall() local
312 SDValue Arg = OutVals[i]; in LowerCall()
390 const SmallVectorImpl<SDValue> &OutVals, in LowerReturn() argument
417 Chain = DAG.getCopyToReg(Chain, DL, VA.getLocReg(), OutVals[i], Flag); in LowerReturn()
DBPFISelLowering.h74 const SmallVectorImpl<SDValue> &OutVals, SDLoc DL,
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h801 const SmallVectorImpl<SDValue> &OutVals,
837 const SmallVectorImpl<SDValue> &OutVals,
847 const SmallVectorImpl<SDValue> &OutVals,
856 const SmallVectorImpl<SDValue> &OutVals,
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp1057 SmallVectorImpl<SDValue> &OutVals = CLI.OutVals; in LowerCall() local
1122 SDValue StVal = OutVals[OIdx]; in LowerCall()
1168 SDValue Elt = OutVals[OIdx++]; in LowerCall()
1182 SDValue Elt0 = OutVals[OIdx++]; in LowerCall()
1183 SDValue Elt1 = OutVals[OIdx++]; in LowerCall()
1228 StoreVal = OutVals[OIdx++]; in LowerCall()
1234 StoreVal = OutVals[OIdx++]; in LowerCall()
1246 StoreVal = OutVals[OIdx++]; in LowerCall()
1256 StoreVal = OutVals[OIdx++]; in LowerCall()
1297 SDValue OutV = OutVals[OIdx]; in LowerCall()
[all …]
DNVPTXISelLowering.h494 const SmallVectorImpl<SDValue> &OutVals, SDLoc dl,
/external/mesa3d/src/gallium/drivers/radeon/
DAMDGPUISelLowering.h53 const SmallVectorImpl<SDValue> &OutVals,
DAMDGPUISelLowering.cpp69 const SmallVectorImpl<SDValue> &OutVals, in LowerReturn() argument
/external/llvm/include/llvm/CodeGen/
DFastISel.h81 SmallVector<Value *, 16> OutVals; member
180 OutVals.clear(); in clearOuts()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h429 const SmallVectorImpl<SDValue> &OutVals,
452 const SmallVectorImpl<SDValue> &OutVals, SDLoc DL,
/external/llvm/lib/Target/ARM/
DARMISelLowering.h617 const SmallVectorImpl<SDValue> &OutVals,
630 const SmallVectorImpl<SDValue> &OutVals,
/external/llvm/lib/Target/X86/
DX86ISelLowering.h991 const SmallVectorImpl<SDValue> &OutVals,
1062 const SmallVectorImpl<SDValue> &OutVals,
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h148 const SmallVectorImpl<SDValue> &OutVals,
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h446 const SmallVectorImpl<SDValue> &OutVals,
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h503 const SmallVectorImpl<SDValue> &OutVals,
DMipsFastISel.cpp1091 const Value *ArgVal = CLI.OutVals[VA.getValNo()]; in processCallArgs()
1274 OutVTs.reserve(CLI.OutVals.size()); in fastLowerCall()
1276 for (auto *Val : CLI.OutVals) { in fastLowerCall()

12