Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h113 SDValue lowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp324 return lowerGlobalAddress(Op, DAG); in LowerOperation()
340 SDValue RISCVTargetLowering::lowerGlobalAddress(SDValue Op, in lowerGlobalAddress() function in RISCVTargetLowering
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h532 SDValue lowerGlobalAddress(GlobalAddressSDNode *Node,
H A DSystemZISelLowering.cpp2605 SDValue SystemZTargetLowering::lowerGlobalAddress(GlobalAddressSDNode *Node, in lowerGlobalAddress() function in SystemZTargetLowering
4793 return lowerGlobalAddress(cast<GlobalAddressSDNode>(Op), DAG); in LowerOperation()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.h545 SDValue lowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const;
H A DMipsISelLowering.cpp1213 case ISD::GlobalAddress: return lowerGlobalAddress(Op, DAG); in LowerOperation()
1944 SDValue MipsTargetLowering::lowerGlobalAddress(SDValue Op, in lowerGlobalAddress() function in MipsTargetLowering