Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1715 LLVM_ABI SDValue expandVAArg(SDNode *Node);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3511 Results.push_back(DAG.expandVAArg(Node)); in ExpandNode()
H A DSelectionDAG.cpp2652 SDValue SelectionDAG::expandVAArg(SDNode *Node) { in expandVAArg() function in SelectionDAG
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp25930 return DAG.expandVAArg(Op.getNode()); in LowerVAARG()