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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 765 SDValue VAList = DAG.getLoad(PtrVT, dl, InChain,
768 // Increment the pointer, VAList, to the next vararg
769 SDValue nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, VAList,
771 // Store the incremented VAList to the legalized pointer
772 InChain = DAG.getStore(VAList.getValue(1), dl, nextPtr, VAListPtr,
774 // Load the actual argument out of the pointer VAList
775 return DAG.getLoad(VT, dl, InChain, VAList, MachinePointerInfo(),
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/chromium_org/base/strings/
string_util_unittest.cc 627 TEST(StringUtilTest, VAList) {
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]

Completed in 533 milliseconds