HomeSort by relevance Sort by last modified time
    Searched refs:GlobalTLSAddress (Results 1 - 12 of 12) 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 98 case ISD::GlobalTLSAddress: return "GlobalTLSAddress";
SelectionDAG.cpp 426 case ISD::GlobalTLSAddress: {
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 274 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom);
292 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 285 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom);
290 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 249 setOperationAction(ISD::GlobalTLSAddress, PtrVT, Custom);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 113 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 450 setOperationAction(ISD::GlobalTLSAddress, MVT::i32 , Custom);
452 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom);
    [all...]

Completed in 107 milliseconds