Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h508 SDValue lowerFRAMEADDR(SDValue Op, SelectionDAG &DAG) const;
DSystemZISelLowering.cpp2702 SDValue SystemZTargetLowering::lowerFRAMEADDR(SDValue Op, in lowerFRAMEADDR() function in SystemZTargetLowering
4486 return lowerFRAMEADDR(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h444 SDValue lowerFRAMEADDR(SDValue Op, SelectionDAG &DAG) const;
DMipsISelLowering.cpp908 case ISD::FRAMEADDR: return lowerFRAMEADDR(Op, DAG); in LowerOperation()
2101 lowerFRAMEADDR(SDValue Op, SelectionDAG &DAG) const { in lowerFRAMEADDR() function in MipsTargetLowering