Home
last modified time | relevance | path

Searched defs:WidenVector (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1886 class WidenVector { class
1890 WidenVector(SelectionDAG &DAG) : DAG(DAG) {} in WidenVector() function in __anonb7f441660311::WidenVector
H A DAArch64ISelLowering.cpp10270 static SDValue WidenVector(SDValue V64Reg, SelectionDAG &DAG) { in WidenVector() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp11662 SDValue SelectionDAG::WidenVector(const SDValue &N, const SDLoc &DL) { in WidenVector() function in SelectionDAG