Home
last modified time | relevance | path

Searched defs:VECustomDAG (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Target/VE/
H A DVECustomDAG.h149 VECustomDAG(SelectionDAG &DAG, SDLoc DL) : DAG(DAG), DL(DL) {} in VECustomDAG() function
151 VECustomDAG(SelectionDAG &DAG, SDValue WhereOp) : DAG(DAG), DL(WhereOp) {} in VECustomDAG() function
153 VECustomDAG(SelectionDAG &DAG, const SDNode *WhereN) : DAG(DAG), DL(WhereN) {} in VECustomDAG() function
H A DVEISelLowering.h158 class VECustomDAG; variable