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

  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 768 SDValue InChain = Node->getOperand(0);
773 SDValue VAList = DAG.getLoad(PtrVT, dl, InChain,
780 InChain = DAG.getStore(VAList.getValue(1), dl, nextPtr, VAListPtr,
783 return DAG.getLoad(VT, dl, InChain, VAList, MachinePointerInfo(),
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
SelectionDAGISel.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 466 SDValue InChain = DAG.getEntryNode();
471 SDValue CopyFromLo = DAG.getCopyFromReg(InChain, DL, LO, Ty,
474 InChain = CopyFromLo.getValue(1);
480 SDValue CopyFromHi = DAG.getCopyFromReg(InChain, DL,
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 252 milliseconds