Home
last modified time | relevance | path

Searched refs:expandVAArg (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1349 SDValue expandVAArg(SDNode *Node);
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2966 Results.push_back(DAG.expandVAArg(Node)); in ExpandNode()
H A DSelectionDAG.cpp2098 SDValue SelectionDAG::expandVAArg(SDNode *Node) { in expandVAArg() function in SelectionDAG
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24627 return DAG.expandVAArg(Op.getNode()); in LowerVAARG()