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

  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 764 SDValue VAList = DAG.getLoad(getPointerTy(), dl, Node->getOperand(0),
767 // Increment the pointer, VAList, to the next vararg
768 SDValue Tmp3 = DAG.getNode(ISD::ADD, dl, getPointerTy(), VAList,
771 // Store the incremented VAList to the legalized pointer
772 Tmp3 = DAG.getStore(VAList.getValue(1), dl, Tmp3, Node->getOperand(1),
774 // Load the actual argument out of the pointer VAList
775 return DAG.getLoad(VT, dl, Tmp3, VAList, MachinePointerInfo(),
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 59 milliseconds