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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h193 SDValue lowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp397 return lowerGlobalAddress(Op, DAG);
490 SDValue RISCVTargetLowering::lowerGlobalAddress(SDValue Op, function in class:RISCVTargetLowering
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h563 SDValue lowerGlobalAddress(GlobalAddressSDNode *Node,
H A DSystemZISelLowering.cpp2966 SDValue SystemZTargetLowering::lowerGlobalAddress(GlobalAddressSDNode *Node,
5108 return lowerGlobalAddress(cast<GlobalAddressSDNode>(Op), DAG);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h547 SDValue lowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const;
H A DMipsISelLowering.cpp1224 case ISD::GlobalAddress: return lowerGlobalAddress(Op, DAG);
2070 SDValue MipsTargetLowering::lowerGlobalAddress(SDValue Op, function in class:MipsTargetLowering

Completed in 121 milliseconds