Home
last modified time | relevance | path

Searched refs:lowerVASTART (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.h129 SDValue lowerVASTART(SDValue Op, SelectionDAG &DAG) const;
H A DVEISelLowering.cpp1376 SDValue VETargetLowering::lowerVASTART(SDValue Op, SelectionDAG &DAG) const { in lowerVASTART() function in VETargetLowering
1713 return lowerVASTART(Op, DAG); in LowerOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h505 SDValue lowerVASTART(SDValue Op, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp1931 return lowerVASTART(Op, DAG); in LowerOperation()
2738 SDValue RISCVTargetLowering::lowerVASTART(SDValue Op, SelectionDAG &DAG) const { in lowerVASTART() function in RISCVTargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h596 SDValue lowerVASTART(SDValue Op, SelectionDAG &DAG) const;
H A DSystemZISelLowering.cpp3372 SDValue SystemZTargetLowering::lowerVASTART(SDValue Op, in lowerVASTART() function in SystemZTargetLowering
5398 return lowerVASTART(Op, DAG); in LowerOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.h539 SDValue lowerVASTART(SDValue Op, SelectionDAG &DAG) const;
H A DMipsISelLowering.cpp1218 case ISD::VASTART: return lowerVASTART(Op, DAG); in LowerOperation()
2243 SDValue MipsTargetLowering::lowerVASTART(SDValue Op, SelectionDAG &DAG) const { in lowerVASTART() function in MipsTargetLowering