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

  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 762 SDValue VAList = DAG.getLoad(getPointerTy(), dl, Node->getOperand(0),
765 // Increment the pointer, VAList, to the next vararg
766 SDValue Tmp3 = DAG.getNode(ISD::ADD, dl, getPointerTy(), VAList,
769 // Store the incremented VAList to the legalized pointer
770 Tmp3 = DAG.getStore(VAList.getValue(1), dl, Tmp3, Node->getOperand(1),
772 // Load the actual argument out of the pointer VAList
773 return DAG.getLoad(VT, dl, Tmp3, VAList, MachinePointerInfo(),
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
  /external/chromium/base/
string_util_unittest.cc 676 TEST(StringUtilTest, VAList) {
    [all...]

Completed in 556 milliseconds