Searched refs:GLOBAL_OFFSET_TABLE (Results 1 – 21 of 21) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsISelDAGToDAG.cpp | 218 case ISD::GLOBAL_OFFSET_TABLE: in Select()
|
/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/llvm-project/llvm/lib/Target/Mips/ |
D | MipsISelDAGToDAG.cpp | 291 case ISD::GLOBAL_OFFSET_TABLE: in Select()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsISelDAGToDAG.cpp | 291 case ISD::GLOBAL_OFFSET_TABLE: in Select()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 67 GLOBAL_OFFSET_TABLE, enumerator
|
D | SelectionDAG.h | 917 return getNode(ISD::GLOBAL_OFFSET_TABLE, SDLoc(), VT);
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 80 GLOBAL_OFFSET_TABLE, enumerator
|
D | SelectionDAG.h | 964 return getNode(ISD::GLOBAL_OFFSET_TABLE, SDLoc(), VT);
|
/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/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 123 case ISD::GLOBAL_OFFSET_TABLE: return "GLOBAL_OFFSET_TABLE"; in getOperationName()
|
D | LegalizeDAG.cpp | 3812 case ISD::GLOBAL_OFFSET_TABLE: in ExpandNode()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 124 case ISD::GLOBAL_OFFSET_TABLE: return "GLOBAL_OFFSET_TABLE"; in getOperationName()
|
D | LegalizeDAG.cpp | 3952 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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZOperators.td | 238 def global_offset_table : SDNode<"ISD::GLOBAL_OFFSET_TABLE", SDTPtrLeaf>;
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZOperators.td | 242 def global_offset_table : SDNode<"ISD::GLOBAL_OFFSET_TABLE", SDTPtrLeaf>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1359 setOperationAction(ISD::GLOBAL_OFFSET_TABLE, MVT::i32, Custom); in HexagonTargetLowering() 2930 case ISD::GLOBAL_OFFSET_TABLE: return LowerGLOBAL_OFFSET_TABLE(Op, DAG); in LowerOperation()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1486 setOperationAction(ISD::GLOBAL_OFFSET_TABLE, MVT::i32, Custom); in HexagonTargetLowering() 3100 case ISD::GLOBAL_OFFSET_TABLE: return LowerGLOBAL_OFFSET_TABLE(Op, DAG); in LowerOperation()
|
/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()
|