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 91 case ISD::GlobalTLSAddress: return "GlobalTLSAddress";
SelectionDAG.cpp 430 case ISD::GlobalTLSAddress: {
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 243 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom);
262 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom);
788 case ISD::GlobalTLSAddress: return lowerGlobalTLSAddress(Op, DAG);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 229 setOperationAction(ISD::GlobalTLSAddress, PtrVT, Custom);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 123 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 279 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom);
284 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 574 setOperationAction(ISD::GlobalTLSAddress, MVT::i32 , Custom);
576 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 693 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom);
    [all...]

Completed in 123 milliseconds