Searched refs:GLOBAL_OFFSET_TABLE (Results 1 – 15 of 15) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsISelDAGToDAG.cpp | 218 case ISD::GLOBAL_OFFSET_TABLE: in Select()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 66 GLOBAL_OFFSET_TABLE, enumerator
|
D | SelectionDAG.h | 504 return getNode(ISD::GLOBAL_OFFSET_TABLE, DebugLoc(), VT);
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 66 GLOBAL_OFFSET_TABLE, enumerator
|
D | SelectionDAG.h | 752 return getNode(ISD::GLOBAL_OFFSET_TABLE, SDLoc(), VT);
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeISelDAGToDAG.cpp | 205 case ISD::GLOBAL_OFFSET_TABLE: in Select()
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsISelDAGToDAG.cpp | 298 case ISD::GLOBAL_OFFSET_TABLE: in Select()
|
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | AlphaISelDAGToDAG.cpp | 225 case ISD::GLOBAL_OFFSET_TABLE: in Select()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 101 case ISD::GLOBAL_OFFSET_TABLE: return "GLOBAL_OFFSET_TABLE"; in getOperationName()
|
D | LegalizeDAG.cpp | 3718 case ISD::GLOBAL_OFFSET_TABLE: in ExpandNode()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZOperators.td | 160 def global_offset_table : SDNode<"ISD::GLOBAL_OFFSET_TABLE", SDTPtrLeaf>;
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1801 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/ |
D | ARMISelLowering.cpp | 596 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/ |
D | LegalizeDAG.cpp | 3810 case ISD::GLOBAL_OFFSET_TABLE: in ExpandNode()
|
D | SelectionDAG.cpp | 5909 case ISD::GLOBAL_OFFSET_TABLE: return "GLOBAL_OFFSET_TABLE"; in getOperationName()
|