Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.h132 SDValue lowerVASTART(SDValue Op, SelectionDAG &DAG) const;
H A DVEISelLowering.cpp1377 SDValue VETargetLowering::lowerVASTART(SDValue Op, SelectionDAG &DAG) const { in lowerVASTART() function in VETargetLowering
1714 return lowerVASTART(Op, DAG); in LowerOperation()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h536 SDValue lowerVASTART(SDValue Op, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp2109 return lowerVASTART(Op, DAG); in LowerOperation()
2974 SDValue RISCVTargetLowering::lowerVASTART(SDValue Op, SelectionDAG &DAG) const { in lowerVASTART() function in RISCVTargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h626 SDValue lowerVASTART(SDValue Op, SelectionDAG &DAG) const;
H A DSystemZISelLowering.cpp3421 SDValue SystemZTargetLowering::lowerVASTART(SDValue Op, in lowerVASTART() function in SystemZTargetLowering
5447 return lowerVASTART(Op, DAG); in LowerOperation()
/freebsd-13.1/contrib/llvm-project/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