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

  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 777 SDValue VAList = DAG.getLoad(PtrVT, dl, InChain,
780 // Increment the pointer, VAList, to the next vararg
781 SDValue nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, VAList,
784 // Store the incremented VAList to the legalized pointer
785 InChain = DAG.getStore(VAList.getValue(1), dl, nextPtr, VAListPtr,
787 // Load the actual argument out of the pointer VAList
788 return DAG.getLoad(VT, dl, InChain, VAList, MachinePointerInfo(),
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 735 milliseconds