Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h990 SDValue expandVAArg(SDNode *Node);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAG.h1138 SDValue expandVAArg(SDNode *Node);
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2960 Results.push_back(DAG.expandVAArg(Node)); in ExpandNode()
DSelectionDAG.cpp1816 SDValue SelectionDAG::expandVAArg(SDNode *Node) { in expandVAArg() function in SelectionDAG
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp3070 Results.push_back(DAG.expandVAArg(Node)); in ExpandNode()
DSelectionDAG.cpp1888 SDValue SelectionDAG::expandVAArg(SDNode *Node) { in expandVAArg() function in SelectionDAG
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp20070 return DAG.expandVAArg(Op.getNode()); in LowerVAARG()