Home
last modified time | relevance | path

Searched refs:GLOBAL_OFFSET_TABLE (Results 1 – 15 of 15) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsISelDAGToDAG.cpp218 case ISD::GLOBAL_OFFSET_TABLE: in Select()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h66 GLOBAL_OFFSET_TABLE, enumerator
DSelectionDAG.h504 return getNode(ISD::GLOBAL_OFFSET_TABLE, DebugLoc(), VT);
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h66 GLOBAL_OFFSET_TABLE, enumerator
DSelectionDAG.h752 return getNode(ISD::GLOBAL_OFFSET_TABLE, SDLoc(), VT);
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeISelDAGToDAG.cpp205 case ISD::GLOBAL_OFFSET_TABLE: in Select()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelDAGToDAG.cpp298 case ISD::GLOBAL_OFFSET_TABLE: in Select()
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaISelDAGToDAG.cpp225 case ISD::GLOBAL_OFFSET_TABLE: in Select()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp101 case ISD::GLOBAL_OFFSET_TABLE: return "GLOBAL_OFFSET_TABLE"; in getOperationName()
DLegalizeDAG.cpp3718 case ISD::GLOBAL_OFFSET_TABLE: in ExpandNode()
/external/llvm/lib/Target/SystemZ/
DSystemZOperators.td160 def global_offset_table : SDNode<"ISD::GLOBAL_OFFSET_TABLE", SDTPtrLeaf>;
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1801 setOperationAction(ISD::GLOBAL_OFFSET_TABLE, MVT::i32, Custom); in HexagonTargetLowering()
2790 case ISD::GLOBAL_OFFSET_TABLE: return LowerGLOBAL_OFFSET_TABLE(Op, DAG); in LowerOperation()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp596 setOperationAction(ISD::GLOBAL_OFFSET_TABLE, MVT::i32, Custom); in ARMTargetLowering()
4959 case ISD::GLOBAL_OFFSET_TABLE: return LowerGLOBAL_OFFSET_TABLE(Op, DAG); in LowerOperation()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp3810 case ISD::GLOBAL_OFFSET_TABLE: in ExpandNode()
DSelectionDAG.cpp5909 case ISD::GLOBAL_OFFSET_TABLE: return "GLOBAL_OFFSET_TABLE"; in getOperationName()