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 88 case ISD::GlobalTLSAddress: return "GlobalTLSAddress";
SelectionDAG.cpp 383 case ISD::GlobalTLSAddress: {
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 244 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom);
268 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom);
734 case ISD::GlobalTLSAddress: return lowerGlobalTLSAddress(Op, DAG);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 93 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 190 setOperationAction(ISD::GlobalTLSAddress, PtrVT, Custom);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 243 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom);
248 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 541 setOperationAction(ISD::GlobalTLSAddress, MVT::i32 , Custom);
543 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 688 milliseconds