Searched refs:lowerFRAMEADDR (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h199 SDValue lowerFRAMEADDR(SDValue Op, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp409 return lowerFRAMEADDR(Op, DAG);
688 SDValue RISCVTargetLowering::lowerFRAMEADDR(SDValue Op, function in class:RISCVTargetLowering
728 SDValue FrameAddr = lowerFRAMEADDR(Op, DAG);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h575 SDValue lowerFRAMEADDR(SDValue Op, SelectionDAG &DAG) const;
H A DSystemZISelLowering.cpp3215 SDValue SystemZTargetLowering::lowerFRAMEADDR(SDValue Op, function in class:SystemZTargetLowering
5094 return lowerFRAMEADDR(Op, DAG);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h557 SDValue lowerFRAMEADDR(SDValue Op, SelectionDAG &DAG) const;
H A DMipsISelLowering.cpp1234 case ISD::FRAMEADDR: return lowerFRAMEADDR(Op, DAG);
2491 lowerFRAMEADDR(SDValue Op, SelectionDAG &DAG) const { function in class:MipsTargetLowering

Completed in 104 milliseconds