Searched refs:GLOBAL_OFFSET_TABLE (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h66 GLOBAL_OFFSET_TABLE, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAG.h644 /// Return a GLOBAL_OFFSET_TABLE node. This does not have a useful SDLoc.
646 return getNode(ISD::GLOBAL_OFFSET_TABLE, SDLoc(), VT);
/external/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp206 case ISD::GLOBAL_OFFSET_TABLE:
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp95 case ISD::GLOBAL_OFFSET_TABLE: return "GLOBAL_OFFSET_TABLE";
H A DLegalizeDAG.cpp4010 case ISD::GLOBAL_OFFSET_TABLE:
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp746 setOperationAction(ISD::GLOBAL_OFFSET_TABLE, MVT::i32, Custom);
6291 case ISD::GLOBAL_OFFSET_TABLE: return LowerGLOBAL_OFFSET_TABLE(Op, DAG);

Completed in 117 milliseconds