Searched refs:VAList (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3247 SDValue VAList = VAListLoad;
3252 VAList = DAG.getNode(ISD::ADD, dl, VAList.getValueType(), VAList,
3254 VAList.getValueType()));
3256 VAList = DAG.getNode(ISD::AND, dl, VAList.getValueType(), VAList,
3258 VAList.getValueType()));
3261 // Increment the pointer, VAList, t
[all...]
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp765 SDValue VAList = DAG.getLoad(PtrVT, dl, InChain, local
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(),
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3505 SDValue VAList = Op.getOperand(1); local
3512 MemOps.push_back(DAG.getStore(Chain, DL, Stack, VAList,
3520 GRTopAddr = DAG.getNode(ISD::ADD, DL, getPointerTy(), VAList,
3535 VRTopAddr = DAG.getNode(ISD::ADD, DL, getPointerTy(), VAList,
3547 SDValue GROffsAddr = DAG.getNode(ISD::ADD, DL, getPointerTy(), VAList,
3554 SDValue VROffsAddr = DAG.getNode(ISD::ADD, DL, getPointerTy(), VAList,
3594 SDValue VAList = DAG.getLoad(getPointerTy(), DL, Chain, Addr, local
3596 Chain = VAList.getValue(1);
3600 VAList = DAG.getNode(ISD::ADD, DL, getPointerTy(), VAList,
[all...]
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1722 GenericValue VAList = getOperandValue(I.getOperand(0), SF);
1724 GenericValue Src = ECStack[VAList.UIntPairVal.first]
1725 .VarArgs[VAList.UIntPairVal.second];
1743 ++VAList.UIntPairVal.second;
/external/chromium_org/base/strings/
H A Dstring_util_unittest.cc627 TEST(StringUtilTest, VAList) {
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2384 SDValue VAList = DAG.getLoad(PtrVT, DL, InChain, VAListPtr, local
2386 // Increment the pointer, VAList, to the next vaarg.
2387 SDValue NextPtr = DAG.getNode(ISD::ADD, DL, PtrVT, VAList,
2389 // Store the incremented VAList to the legalized pointer.
2390 InChain = DAG.getStore(VAList.getValue(1), DL, NextPtr,
2392 // Load the actual argument out of the pointer VAList.
2394 return DAG.getLoad(VT, DL, InChain, VAList, MachinePointerInfo(),

Completed in 175 milliseconds