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

1 2

  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 134 SmallVectorImpl<SDValue> &InVals) const;
142 SmallVectorImpl<SDValue> &InVals) const;
148 SmallVectorImpl<SDValue> &InVals) const;
155 SmallVectorImpl<SDValue> &InVals) const;
158 SmallVectorImpl<SDValue> &InVals) const;
MSP430ISelLowering.cpp 259 SmallVectorImpl<SDValue> &InVals)
267 return LowerCCCArguments(Chain, CallConv, isVarArg, Ins, dl, DAG, InVals);
277 SmallVectorImpl<SDValue> &InVals) const {
298 Outs, OutVals, Ins, dl, DAG, InVals);
315 SmallVectorImpl<SDValue> &InVals)
366 InVals.push_back(ArgValue);
398 InVals.push_back(InVal);
467 SmallVectorImpl<SDValue> &InVals) const {
592 DAG, InVals);
603 SmallVectorImpl<SDValue> &InVals) const
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.h 117 SmallVectorImpl<SDValue> &InVals) const;
132 SmallVectorImpl<SDValue> &InVals) const;
136 SmallVectorImpl<SDValue> &InVals) const;
MBlazeISelLowering.cpp 687 SmallVectorImpl<SDValue> &InVals) const {
839 Ins, dl, DAG, InVals);
848 SmallVectorImpl<SDValue> &InVals) const {
861 InVals.push_back(Chain.getValue(0));
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.h 76 SmallVectorImpl<SDValue> &InVals) const;
80 SmallVectorImpl<SDValue> &InVals) const;
SparcISelLowering.cpp 150 SmallVectorImpl<SDValue> &InVals)
175 InVals.push_back(Arg);
205 InVals.push_back(WholeValue);
218 InVals.push_back(Arg);
237 InVals.push_back(Load);
260 InVals.push_back(WholeValue);
284 InVals.push_back(Load);
295 SDValue Copy = DAG.getCopyToReg(DAG.getEntryNode(), dl, Reg, InVals[0]);
346 SmallVectorImpl<SDValue> &InVals) const {
610 InVals.push_back(Chain.getValue(0))
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 516 SmallVectorImpl<SDValue> &InVals) const;
526 SmallVectorImpl<SDValue> &InVals) const;
533 SmallVectorImpl<SDValue> &InVals) const;
537 SmallVectorImpl<SDValue> &InVals) const;
566 SmallVectorImpl<SDValue> &InVals) const;
572 SmallVectorImpl<SDValue> &InVals) const;
578 SmallVectorImpl<SDValue> &InVals) const;
593 SmallVectorImpl<SDValue> &InVals) const;
602 SmallVectorImpl<SDValue> &InVals) const;
610 SmallVectorImpl<SDValue> &InVals) const
    [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 119 SmallVectorImpl<SDValue> &InVals) const;
127 SmallVectorImpl<SDValue> &InVals) const;
132 SmallVectorImpl<SDValue> &InVals) const;
178 SmallVectorImpl<SDValue> &InVals) const;
182 SmallVectorImpl<SDValue> &InVals) const;
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 108 SmallVectorImpl<SDValue> &InVals) const;
113 SmallVectorImpl<SDValue> &InVals) const;
119 SmallVectorImpl<SDValue> &InVals,
HexagonISelLowering.cpp 355 SmallVectorImpl<SDValue> &InVals,
373 InVals.push_back(Chain.getValue(0));
383 SmallVectorImpl<SDValue> &InVals) const {
597 InVals, OutVals, Callee);
816 SmallVectorImpl<SDValue> &InVals)
860 InVals.push_back(DAG.getCopyFromReg(Chain, dl, VReg, RegVT));
865 InVals.push_back(DAG.getCopyFromReg(Chain, dl, VReg, RegVT));
    [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.h 46 SmallVectorImpl<SDValue> &InVals) const;
R600ISelLowering.h 40 SmallVectorImpl<SDValue> &InVals) const;
AMDGPUISelLowering.h 54 SmallVectorImpl<SDValue> &InVals) const {
SIISelLowering.cpp 86 SmallVectorImpl<SDValue> &InVals) const {
155 InVals.push_back(SDValue());
170 InVals.push_back(DAG.getCopyFromReg(Chain, DL, Reg, VT));
199 InVals.push_back(DAG.getNode(ISD::BUILD_VECTOR, DL, Arg.VT,
204 InVals.push_back(Val);
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.h 117 SmallVectorImpl<SDValue> &InVals) const;
120 LowerCall(CallLoweringInfo &CLI, SmallVectorImpl<SDValue> &InVals) const;
NVPTXISelLowering.cpp 412 SmallVectorImpl<SDValue> &InVals) const {
736 InVals.push_back(retval);
773 InVals.push_back(DAG.getNode(ISD::BUILD_VECTOR, dl, Ins[i].VT,
776 InVals.push_back(tempRetVals[0]);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 129 SmallVectorImpl<SDValue> &InVals) const;
138 SmallVectorImpl<SDValue> &InVals) const;
144 SmallVectorImpl<SDValue> &InVals) const;
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 309 SmallVectorImpl<SDValue> &InVals,
353 SmallVectorImpl<SDValue> &InVals,
376 SmallVectorImpl<SDValue> &InVals) const;
384 SmallVectorImpl<SDValue> &InVals) const;
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 467 SmallVectorImpl<SDValue> &InVals) const;
474 SmallVectorImpl<SDValue> &InVals) const;
489 SmallVectorImpl<SDValue> &InVals) const;
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 750 SmallVectorImpl<SDValue> &InVals) const;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 718 milliseconds

1 2