Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h510 SDValue lowerVASTART(SDValue Op, SelectionDAG &DAG) const;
DSystemZISelLowering.cpp2798 SDValue SystemZTargetLowering::lowerVASTART(SDValue Op, in lowerVASTART() function in SystemZTargetLowering
4508 return lowerVASTART(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h440 SDValue lowerVASTART(SDValue Op, SelectionDAG &DAG) const;
DMipsISelLowering.cpp905 case ISD::VASTART: return lowerVASTART(Op, DAG); in LowerOperation()
1920 SDValue MipsTargetLowering::lowerVASTART(SDValue Op, SelectionDAG &DAG) const { in lowerVASTART() function in MipsTargetLowering