Home
last modified time | relevance | path

Searched refs:LowerGLOBAL_OFFSET_TABLE (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h228 SDValue LowerGLOBAL_OFFSET_TABLE(SDValue Op, SelectionDAG &DAG) const;
H A DHexagonISelLowering.cpp1266 HexagonTargetLowering::LowerGLOBAL_OFFSET_TABLE(SDValue Op, SelectionDAG &DAG) in LowerGLOBAL_OFFSET_TABLE() function in HexagonTargetLowering
1333 SDValue GOT = LowerGLOBAL_OFFSET_TABLE(Sym, DAG); in LowerToTLSInitialExecModel()
1387 SDValue GOT = LowerGLOBAL_OFFSET_TABLE(TGA, DAG); in LowerToTLSGeneralDynamicModel()
3371 case ISD::GLOBAL_OFFSET_TABLE: return LowerGLOBAL_OFFSET_TABLE(Op, DAG); in LowerOperation()