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

  /external/llvm/lib/Target/PTX/
PTXISelLowering.h 53 SmallVectorImpl<SDValue> &InVals) const;
71 SmallVectorImpl<SDValue> &InVals) const;
PTXISelLowering.cpp 213 SmallVectorImpl<SDValue> &InVals) const {
248 InVals.push_back(ArgValue);
280 InVals.push_back(ArgValue);
391 SmallVectorImpl<SDValue> &InVals) const {
512 InVals.push_back(Load);
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 132 SmallVectorImpl<SDValue> &InVals) const;
140 SmallVectorImpl<SDValue> &InVals) const;
146 SmallVectorImpl<SDValue> &InVals) const;
153 SmallVectorImpl<SDValue> &InVals) const;
161 SmallVectorImpl<SDValue> &InVals) const;
MSP430ISelLowering.cpp 252 SmallVectorImpl<SDValue> &InVals)
260 return LowerCCCArguments(Chain, CallConv, isVarArg, Ins, dl, DAG, InVals);
276 SmallVectorImpl<SDValue> &InVals) const {
286 Outs, OutVals, Ins, dl, DAG, InVals);
304 SmallVectorImpl<SDValue> &InVals)
351 InVals.push_back(ArgValue);
369 InVals.push_back(DAG.getLoad(VA.getLocVT(), dl, Chain, FIN,
444 SmallVectorImpl<SDValue> &InVals) const {
555 DAG, InVals);
566 SmallVectorImpl<SDValue> &InVals) const
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.h 76 SmallVectorImpl<SDValue> &InVals) const;
85 SmallVectorImpl<SDValue> &InVals) const;
SparcISelLowering.cpp 153 SmallVectorImpl<SDValue> &InVals)
178 InVals.push_back(Arg);
208 InVals.push_back(WholeValue);
221 InVals.push_back(Arg);
240 InVals.push_back(Load);
263 InVals.push_back(WholeValue);
287 InVals.push_back(Load);
298 SDValue Copy = DAG.getCopyToReg(DAG.getEntryNode(), dl, Reg, InVals[0]);
355 SmallVectorImpl<SDValue> &InVals) const {
608 InVals.push_back(Chain.getValue(0))
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 116 SmallVectorImpl<SDValue> &InVals) const;
124 SmallVectorImpl<SDValue> &InVals) const;
129 SmallVectorImpl<SDValue> &InVals) const;
174 SmallVectorImpl<SDValue> &InVals) const;
183 SmallVectorImpl<SDValue> &InVals) const;
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 94 SmallVectorImpl<SDValue> &InVals) const;
104 SmallVectorImpl<SDValue> &InVals) const;
110 SmallVectorImpl<SDValue> &InVals,
HexagonISelLowering.cpp 344 SmallVectorImpl<SDValue> &InVals,
362 InVals.push_back(Chain.getValue(0));
378 SmallVectorImpl<SDValue> &InVals) const {
582 InVals, OutVals, Callee);
801 SmallVectorImpl<SDValue> &InVals)
844 InVals.push_back(DAG.getCopyFromReg(Chain, dl, VReg, RegVT));
849 InVals.push_back(DAG.getCopyFromReg(Chain, dl, VReg, RegVT));
879 InVals.push_back(FIN);
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.h 117 SmallVectorImpl<SDValue> &InVals) const;
132 SmallVectorImpl<SDValue> &InVals) const;
142 SmallVectorImpl<SDValue> &InVals) const;
MBlazeISelLowering.cpp 690 SmallVectorImpl<SDValue> &InVals) const {
831 Ins, dl, DAG, InVals);
840 SmallVectorImpl<SDValue> &InVals) const {
853 InVals.push_back(Chain.getValue(0));
870 SmallVectorImpl<SDValue> &InVals) const {
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 120 SmallVectorImpl<SDValue> &InVals) const;
144 SmallVectorImpl<SDValue> &InVals) const;
154 SmallVectorImpl<SDValue> &InVals) const;
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 422 SmallVectorImpl<SDValue> &InVals) const;
432 SmallVectorImpl<SDValue> &InVals) const;
439 SmallVectorImpl<SDValue> &InVals) const;
448 SmallVectorImpl<SDValue> &InVals) const;
468 SmallVectorImpl<SDValue> &InVals) const;
474 SmallVectorImpl<SDValue> &InVals) const;
483 SmallVectorImpl<SDValue> &InVals) const;
491 SmallVectorImpl<SDValue> &InVals) const;
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.h 159 SmallVectorImpl<SDValue> &InVals) const;
169 SmallVectorImpl<SDValue> &InVals) const;
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 448 SmallVectorImpl<SDValue> &InVals) const;
455 SmallVectorImpl<SDValue> &InVals) const;
472 SmallVectorImpl<SDValue> &InVals) const;
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 682 SmallVectorImpl<SDValue> &InVals) const;
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 1191 milliseconds