/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXISelLowering.cpp | 262 const SmallVectorImpl<SDValue> &OutVals, in LowerReturn() argument 289 unsigned ParamSize = OutVals[0].getValueType().getSizeInBits(); in LowerReturn() 295 ParamValue, OutVals[0]); in LowerReturn() 327 SDValue Copy = DAG.getCopyToReg(Chain, dl, Reg, OutVals[i]/*, Flag*/); in LowerReturn() 349 const SmallVectorImpl<SDValue> &OutVals, in LowerCall() argument 377 Ops[Ins.size()+3] = DAG.getTargetConstant(OutVals.size(), MVT::i32); in LowerCall() 378 for (unsigned i = 0; i != OutVals.size(); ++i) { in LowerCall() 379 unsigned Size = OutVals[i].getValueType().getSizeInBits(); in LowerCall() 385 ParamValue, OutVals[i]); in LowerCall()
|
D | PTXISelLowering.h | 62 const SmallVectorImpl<SDValue> &OutVals, 71 const SmallVectorImpl<SDValue> &OutVals,
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 309 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/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 98 const SmallVectorImpl<SDValue> &OutVals, 127 const SmallVectorImpl<SDValue> &OutVals, 136 const SmallVectorImpl<SDValue> &OutVals,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 498 SmallVectorImpl<SDValue> &OutVals = CLI.OutVals; in LowerCall() local 502 SDValue &OutVal = OutVals[i]; in LowerCall() 540 make_range(OutVals.begin() + NumFixedArgs, OutVals.end())) { in LowerCall() 564 make_range(OutVals.begin() + NumFixedArgs, OutVals.end())) { in LowerCall() 588 Ops.append(OutVals.begin(), in LowerCall() 589 IsVarArg ? OutVals.begin() + NumFixedArgs : OutVals.end()); in LowerCall() 634 const SmallVectorImpl<SDValue> &OutVals, const SDLoc &DL, in LowerReturn() argument 641 RetOps.append(OutVals.begin(), OutVals.end()); in LowerReturn()
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | MSP430ISelLowering.h | 129 const SmallVectorImpl<SDValue> &OutVals, 158 const SmallVectorImpl<SDValue> &OutVals, 167 const SmallVectorImpl<SDValue> &OutVals,
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcISelLowering.h | 84 const SmallVectorImpl<SDValue> &OutVals, 93 const SmallVectorImpl<SDValue> &OutVals,
|
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
D | BlackfinISelLowering.h | 69 const SmallVectorImpl<SDValue> &OutVals, 78 const SmallVectorImpl<SDValue> &OutVals,
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreISelLowering.h | 121 const SmallVectorImpl<SDValue> &OutVals, 182 const SmallVectorImpl<SDValue> &OutVals, 191 const SmallVectorImpl<SDValue> &OutVals,
|
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | AlphaISelLowering.h | 128 const SmallVectorImpl<SDValue> &OutVals, 137 const SmallVectorImpl<SDValue> &OutVals,
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 443 const SmallVectorImpl<SDValue> &OutVals, 458 const SmallVectorImpl<SDValue> &OutVals, 478 const SmallVectorImpl<SDValue> &OutVals, 486 const SmallVectorImpl<SDValue> &OutVals,
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.h | 156 const SmallVectorImpl<SDValue> &OutVals, 161 const SmallVectorImpl<SDValue> &OutVals, 166 const SmallVectorImpl<SDValue> &OutVals,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.h | 156 const SmallVectorImpl<SDValue> &OutVals, 161 const SmallVectorImpl<SDValue> &OutVals, 166 const SmallVectorImpl<SDValue> &OutVals,
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 111 const SmallVectorImpl<SDValue> &OutVals, 160 const SmallVectorImpl<SDValue> &OutVals, 173 const SmallVectorImpl<SDValue> &OutVals,
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeISelLowering.h | 139 const SmallVectorImpl<SDValue> &OutVals, 148 const SmallVectorImpl<SDValue> &OutVals,
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUISelLowering.h | 167 const SmallVectorImpl<SDValue> &OutVals, 176 const SmallVectorImpl<SDValue> &OutVals,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.h | 118 const SmallVectorImpl<SDValue> &OutVals, 146 const SmallVectorImpl<SDValue> &OutVals, const SDLoc &DL,
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.h | 113 const SmallVectorImpl<SDValue> &OutVals, 141 const SmallVectorImpl<SDValue> &OutVals, const SDLoc &DL,
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsISelLowering.h | 154 const SmallVectorImpl<SDValue> &OutVals, 163 const SmallVectorImpl<SDValue> &OutVals,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.h | 135 const SmallVectorImpl<SDValue> &OutVals, 169 const SmallVectorImpl<SDValue> &OutVals,
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.h | 135 const SmallVectorImpl<SDValue> &OutVals, 163 const SmallVectorImpl<SDValue> &OutVals,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/ |
D | Nios2ISelLowering.cpp | 33 const SmallVectorImpl<SDValue> &OutVals, in LowerReturn() argument 50 SDValue Val = OutVals[i]; in LowerReturn()
|
/external/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 220 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()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.h | 156 const SmallVectorImpl<SDValue> &OutVals, 220 const SmallVectorImpl<SDValue> &OutVals,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.h | 157 const SmallVectorImpl<SDValue> &OutVals, 221 const SmallVectorImpl<SDValue> &OutVals,
|