Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h470 SDValue lowerVASTART(SDValue Op, SelectionDAG &DAG) const;
DSystemZISelLowering.cpp2688 SDValue SystemZTargetLowering::lowerVASTART(SDValue Op, in lowerVASTART() function in SystemZTargetLowering
4334 return lowerVASTART(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h435 SDValue lowerVASTART(SDValue Op, SelectionDAG &DAG) const;
DMipsISelLowering.cpp877 case ISD::VASTART: return lowerVASTART(Op, DAG); in LowerOperation()
1839 SDValue MipsTargetLowering::lowerVASTART(SDValue Op, SelectionDAG &DAG) const { in lowerVASTART() function in MipsTargetLowering