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/Target/MBlaze/
MBlazeISelLowering.cpp 148 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom);
201 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG);
    [all...]
  /external/llvm/lib/Target/Alpha/
AlphaISelLowering.cpp 146 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom);
651 case ISD::GlobalTLSAddress:
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 706 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom);
    [all...]
  /external/llvm/lib/Target/Blackfin/
BlackfinISelLowering.cpp 465 case ISD::GlobalTLSAddress:
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 122 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom);
170 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 128 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom);
672 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 200 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom);
205 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 374 case ISD::GlobalTLSAddress: {
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 440 setOperationAction(ISD::GlobalTLSAddress, MVT::i32 , Custom);
442 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 599 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom);
    [all...]

Completed in 514 milliseconds