HomeSort by relevance Sort by last modified time
    Searched defs:VAList (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 771 SDValue VAList = DAG.getLoad(PtrVT, dl, InChain,
774 // Increment the pointer, VAList, to the next vararg
775 SDValue nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, VAList,
778 // Store the incremented VAList to the legalized pointer
779 InChain = DAG.getStore(VAList.getValue(1), dl, nextPtr, VAListPtr,
781 // Load the actual argument out of the pointer VAList
782 return DAG.getLoad(VT, dl, InChain, VAList, MachinePointerInfo(),
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.cpp 753 SDValue VAList = DAG.getLoad(getPointerTy(), dl, Node->getOperand(0),
756 // Increment the pointer, VAList, to the next vararg
757 SDValue Tmp3 = DAG.getNode(ISD::ADD, dl, getPointerTy(), VAList,
760 // Store the incremented VAList to the legalized pointer
761 Tmp3 = DAG.getStore(VAList.getValue(1), dl, Tmp3, Node->getOperand(1),
763 // Load the actual argument out of the pointer VAList
764 return DAG.getLoad(VT, dl, Tmp3, VAList, MachinePointerInfo(),
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 424 milliseconds