HomeSort by relevance Sort by last modified time
    Searched refs:OutVals (Results 1 - 25 of 38) sorted by null

1 2

  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 134 const SmallVectorImpl<SDValue> &OutVals,
166 const SmallVectorImpl<SDValue> &OutVals,
MSP430ISelLowering.cpp 395 SmallVectorImpl<SDValue> &OutVals = CLI.OutVals;
412 Outs, OutVals, Ins, dl, DAG, InVals);
524 const SmallVectorImpl<SDValue> &OutVals,
550 OutVals[i], Flag);
579 const SmallVectorImpl<SDValue> &OutVals,
604 SDValue Arg = OutVals[i];
    [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.h 74 const SmallVectorImpl<SDValue> &OutVals, SDLoc DL,
BPFISelLowering.cpp 259 auto &OutVals = CLI.OutVals;
312 SDValue Arg = OutVals[i];
390 const SmallVectorImpl<SDValue> &OutVals,
417 Chain = DAG.getCopyToReg(Chain, DL, VA.getLocReg(), OutVals[i], Flag);
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 111 const SmallVectorImpl<SDValue> &OutVals,
146 const SmallVectorImpl<SDValue> &OutVals, SDValue Callee) const;
158 const SmallVectorImpl<SDValue> &OutVals, SDLoc dl,
HexagonISelLowering.cpp 560 const SmallVectorImpl<SDValue> &OutVals,
580 Chain = DAG.getCopyToReg(Chain, dl, VA.getLocReg(), OutVals[i], Flag);
618 const SmallVectorImpl<SDValue> &OutVals,
649 SmallVectorImpl<SDValue> &OutVals = CLI.OutVals;
695 Outs, OutVals, Ins, DAG);
721 SDValue Arg = OutVals[i];
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.h 142 const SmallVectorImpl<SDValue> &OutVals,
147 const SmallVectorImpl<SDValue> &OutVals,
152 const SmallVectorImpl<SDValue> &OutVals,
SparcISelLowering.cpp 197 const SmallVectorImpl<SDValue> &OutVals,
200 return LowerReturn_64(Chain, CallConv, IsVarArg, Outs, OutVals, DL, DAG);
201 return LowerReturn_32(Chain, CallConv, IsVarArg, Outs, OutVals, DL, DAG);
208 const SmallVectorImpl<SDValue> &OutVals,
234 SDValue Arg = OutVals[realRVLocIdx];
293 const SmallVectorImpl<SDValue> &OutVals,
316 SDValue OutVal = OutVals[i];
343 SDValue NV = DAG.getNode(ISD::ZERO_EXTEND, DL, MVT::i64, OutVals[i+1]);
740 SmallVectorImpl<SDValue> &OutVals = CLI.OutVals;
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 340 SmallVectorImpl<SDValue> &OutVals = CLI.OutVals;
373 make_range(OutVals.begin() + NumFixedArgs, OutVals.end())) {
402 make_range(OutVals.begin() + NumFixedArgs, OutVals.end())) {
423 Ops.append(OutVals.begin(),
424 IsVarArg ? OutVals.begin() + NumFixedArgs : OutVals.end());
472 const SmallVectorImpl<SDValue> &OutVals, SDLoc DL
    [all...]
WebAssemblyISelLowering.h 68 const SmallVectorImpl<SDValue> &OutVals, SDLoc dl,
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 157 const SmallVectorImpl<SDValue> &OutVals,
224 const SmallVectorImpl<SDValue> &OutVals,
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUISelLowering.h 53 const SmallVectorImpl<SDValue> &OutVals,
AMDGPUISelLowering.cpp 69 const SmallVectorImpl<SDValue> &OutVals,
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
NVPTXISelLowering.h 494 const SmallVectorImpl<SDValue> &OutVals, SDLoc dl,
  /external/llvm/include/llvm/CodeGen/
FastISel.h 81 SmallVector<Value *, 16> OutVals;
180 OutVals.clear();
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 429 const SmallVectorImpl<SDValue> &OutVals,
452 const SmallVectorImpl<SDValue> &OutVals, SDLoc DL,
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 617 const SmallVectorImpl<SDValue> &OutVals,
630 const SmallVectorImpl<SDValue> &OutVals,
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.h 148 const SmallVectorImpl<SDValue> &OutVals,
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 446 const SmallVectorImpl<SDValue> &OutVals,
  /external/llvm/lib/Target/X86/
X86ISelLowering.h     [all...]
X86FastISel.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 503 const SmallVectorImpl<SDValue> &OutVals,

Completed in 194 milliseconds

1 2