HomeSort by relevance Sort by last modified time
    Searched refs:GlobalTLSAddress (Results 1 - 13 of 13) sorted by null

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 62 GlobalAddress, GlobalTLSAddress, FrameIndex,
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 89 case ISD::GlobalTLSAddress: return "GlobalTLSAddress";
SelectionDAG.cpp 383 case ISD::GlobalTLSAddress: {
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 148 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom);
203 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 705 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 123 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom);
171 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 134 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom);
158 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom);
741 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 209 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom);
214 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 460 setOperationAction(ISD::GlobalTLSAddress, MVT::i32 , Custom);
462 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 650 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom);
    [all...]

Completed in 53 milliseconds