/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
D | VEISelLowering.cpp | 53 const SmallVectorImpl<SDValue> &OutVals, in LowerReturn() argument 57 assert(OutVals.empty() && "TODO implement return values"); in LowerReturn()
|
D | VEISelLowering.h | 57 const SmallVectorImpl<SDValue> &OutVals, const SDLoc &dl,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.h | 152 const SmallVectorImpl<SDValue> &OutVals, 157 const SmallVectorImpl<SDValue> &OutVals, 162 const SmallVectorImpl<SDValue> &OutVals,
|
D | SparcISelLowering.cpp | 200 const SmallVectorImpl<SDValue> &OutVals, in LowerReturn() argument 203 return LowerReturn_64(Chain, CallConv, IsVarArg, Outs, OutVals, DL, DAG); in LowerReturn() 204 return LowerReturn_32(Chain, CallConv, IsVarArg, Outs, OutVals, DL, DAG); in LowerReturn() 211 const SmallVectorImpl<SDValue> &OutVals, in LowerReturn_32() argument 237 SDValue Arg = OutVals[realRVLocIdx]; in LowerReturn_32() 296 const SmallVectorImpl<SDValue> &OutVals, in LowerReturn_64() argument 319 SDValue OutVal = OutVals[i]; in LowerReturn_64() 346 SDValue NV = DAG.getNode(ISD::ZERO_EXTEND, DL, MVT::i64, OutVals[i+1]); in LowerReturn_64() 722 SmallVectorImpl<SDValue> &OutVals = CLI.OutVals; in LowerCall_32() local 754 SDValue Arg = OutVals[i]; in LowerCall_32() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 709 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()
|
D | WebAssemblyISelLowering.h | 89 const SmallVectorImpl<SDValue> &OutVals, const SDLoc &dl,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.h | 117 const SmallVectorImpl<SDValue> &OutVals, 145 const SmallVectorImpl<SDValue> &OutVals, const SDLoc &DL,
|
D | LanaiISelLowering.cpp | 414 SmallVectorImpl<SDValue> &OutVals = CLI.OutVals; in LowerCall() local 429 OutVals, Ins, DL, DAG, InVals); in LowerCall() 537 const SmallVectorImpl<SDValue> &OutVals, in LowerReturn() argument 557 Chain = DAG.getCopyToReg(Chain, DL, VA.getLocReg(), OutVals[i], Flag); in LowerReturn() 599 const SmallVectorImpl<SDValue> &OutVals, in LowerCCCCallTo() argument 634 SDValue Arg = OutVals[I]; in LowerCCCCallTo() 659 SDValue Arg = OutVals[I]; in LowerCCCCallTo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.h | 141 const SmallVectorImpl<SDValue> &OutVals, 175 const SmallVectorImpl<SDValue> &OutVals,
|
D | MSP430ISelLowering.cpp | 591 SmallVectorImpl<SDValue> &OutVals = CLI.OutVals; in LowerCall() local 609 Outs, OutVals, Ins, dl, DAG, InVals); in LowerCall() 738 const SmallVectorImpl<SDValue> &OutVals, in LowerReturn() argument 766 OutVals[i], Flag); in LowerReturn() 807 const SmallVectorImpl<SDValue> &OutVals, in LowerCCCCallTo() argument 830 SDValue Arg = OutVals[i]; in LowerCCCCallTo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCISelLowering.cpp | 228 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()
|
D | ARCISelLowering.h | 106 const SmallVectorImpl<SDValue> &OutVals, const SDLoc &dl,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.h | 156 const SmallVectorImpl<SDValue> &OutVals, 222 const SmallVectorImpl<SDValue> &OutVals,
|
D | XCoreISelLowering.cpp | 1036 SmallVectorImpl<SDValue> &OutVals = CLI.OutVals; in LowerCall() local 1055 Outs, OutVals, Ins, dl, DAG, InVals); in LowerCall() 1110 const SmallVectorImpl<SDValue> &OutVals, in LowerCCCCallTo() argument 1144 SDValue Arg = OutVals[i]; in LowerCCCCallTo() 1440 const SmallVectorImpl<SDValue> &OutVals, in LowerReturn() argument 1487 Chain, dl, OutVals[i], FIN, in LowerReturn() 1502 Chain = DAG.getCopyToReg(Chain, dl, VA.getLocReg(), OutVals[i], Flag); in LowerReturn()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 279 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()
|
D | BPFISelLowering.h | 99 const SmallVectorImpl<SDValue> &OutVals, const SDLoc &DL,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 1129 const SmallVectorImpl<SDValue> &OutVals, 1162 const SmallVectorImpl<SDValue> &OutVals, 1171 const SmallVectorImpl<SDValue> &OutVals, 1180 const SmallVectorImpl<SDValue> &OutVals, 1189 const SmallVectorImpl<SDValue> &OutVals,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 118 const SmallVectorImpl<SDValue> &OutVals, 210 const SmallVectorImpl<SDValue> &OutVals, 226 const SmallVectorImpl<SDValue> &OutVals,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 94 SmallVector<Value *, 16> OutVals; member 190 OutVals.clear(); in clearOuts()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRISelLowering.h | 158 const SmallVectorImpl<SDValue> &OutVals, const SDLoc &dl,
|
D | AVRISelLowering.cpp | 1150 SmallVectorImpl<SDValue> &OutVals = CLI.OutVals; in LowerCall() local 1200 SDValue Arg = OutVals[AI]; in LowerCall() 1242 SDValue Arg = OutVals[Loc]; in LowerCall() 1373 const SmallVectorImpl<SDValue> &OutVals, in LowerReturn() argument 1404 Chain = DAG.getCopyToReg(Chain, dl, VA.getLocReg(), OutVals[i], Flag); in LowerReturn()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.h | 304 const SmallVectorImpl<SDValue> &OutVals, const SDLoc &DL, 327 const SmallVectorImpl<SDValue> &OutVals,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.h | 176 const SmallVectorImpl<SDValue> &OutVals, const SDLoc &DL,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 795 const SmallVectorImpl<SDValue> &OutVals, 806 const SmallVectorImpl<SDValue> &OutVals,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 659 const SmallVectorImpl<SDValue> &OutVals, 680 const SmallVectorImpl<SDValue> &OutVals, const SDLoc &DL,
|