OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
719
SDValue
VAList
= DAG.getLoad(PtrVT, dl, InChain,
722
// Increment the pointer,
VAList
, to the next vararg
723
SDValue nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT,
VAList
,
725
// Store the incremented
VAList
to the legalized pointer
726
InChain = DAG.getStore(
VAList
.getValue(1), dl, nextPtr, VAListPtr,
728
// Load the actual argument out of the pointer
VAList
729
return DAG.getLoad(VT, dl, InChain,
VAList
, MachinePointerInfo(),
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
[
all
...]
Completed in 254 milliseconds