Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h117 SDValue lowerVASTART(SDValue Op, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp332 return lowerVASTART(Op, DAG); in LowerOperation()
448 SDValue RISCVTargetLowering::lowerVASTART(SDValue Op, SelectionDAG &DAG) const { in lowerVASTART() function in RISCVTargetLowering
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h546 SDValue lowerVASTART(SDValue Op, SelectionDAG &DAG) const;
H A DSystemZISelLowering.cpp2938 SDValue SystemZTargetLowering::lowerVASTART(SDValue Op, in lowerVASTART() function in SystemZTargetLowering
4805 return lowerVASTART(Op, DAG); in LowerOperation()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.h551 SDValue lowerVASTART(SDValue Op, SelectionDAG &DAG) const;
H A DMipsISelLowering.cpp1219 case ISD::VASTART: return lowerVASTART(Op, DAG); in LowerOperation()
2121 SDValue MipsTargetLowering::lowerVASTART(SDValue Op, SelectionDAG &DAG) const { in lowerVASTART() function in MipsTargetLowering