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

  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 543 SmallVector<SDValue, 4> RetOps(1, Chain);
556 RetOps.push_back(DAG.getRegister(VA.getLocReg(), VA.getLocVT()));
562 RetOps[0] = Chain; // Update chain.
566 RetOps.push_back(Flag);
568 return DAG.getNode(Opc, dl, MVT::Other, RetOps);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 200 SmallVector<SDValue, 4> RetOps(1, Chain);
202 RetOps.push_back(SDValue());
214 RetOps.push_back(DAG.getRegister(VA.getLocReg(), VA.getLocVT()));
227 RetOps.push_back(DAG.getRegister(SP::I0, getPointerTy()));
231 RetOps[0] = Chain; // Update chain.
232 RetOps[1] = DAG.getConstant(RetAddrOffset, MVT::i32);
236 RetOps.push_back(Flag);
238 return DAG.getNode(SPISD::RET_FLAG, DL, MVT::Other, RetOps);
260 SmallVector<SDValue, 4> RetOps(1, Chain);
264 RetOps.push_back(DAG.getConstant(8, MVT::i32))
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 332 SmallVector<SDValue, 4> RetOps(1, Chain);
342 RetOps.push_back(DAG.getRegister(VA.getLocReg(), VA.getLocVT()));
345 RetOps[0] = Chain; // Update chain.
349 RetOps.push_back(Flag);
351 return DAG.getNode(HexagonISD::RET_FLAG, dl, MVT::Other, RetOps);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 198 milliseconds