HomeSort by: relevance | last modified time | path
    Searched refs:GlobalTLSAddress (Results 1 - 17 of 17) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ISDOpcodes.h 72 GlobalTLSAddress,
SelectionDAGNodes.h 1709 N->getOpcode() == ISD::GlobalTLSAddress ||
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 121 case ISD::GlobalTLSAddress: return "GlobalTLSAddress";
LegalizeDAG.cpp 3783 case ISD::GlobalTLSAddress:
SelectionDAG.cpp 612 case ISD::GlobalTLSAddress: {
1558 Opc = isTargetGA ? ISD::TargetGlobalTLSAddress : ISD::GlobalTLSAddress;
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEISelLowering.cpp 125 setOperationAction(ISD::GlobalTLSAddress, PtrVT, Custom);
1698 case ISD::GlobalTLSAddress:
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 87 setOperationAction(ISD::GlobalTLSAddress, MVTPtr, Custom);
1223 case ISD::GlobalTLSAddress:
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.cpp 347 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom);
368 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom);
1214 case ISD::GlobalTLSAddress: return lowerGlobalTLSAddress(Op, DAG);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 1510 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom);
3160 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 1488 setOperationAction(ISD::GlobalTLSAddress, PtrVT, Custom);
3022 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG);
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kISelLowering.cpp 141 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom);
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 540 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom);
545 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom);
3246 // all the GlobalTLSAddress nodes are lowered with this model.
5066 if (Callee.getOpcode() == ISD::GlobalTLSAddress ||
10785 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG);
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp 372 setOperationAction(ISD::GlobalTLSAddress, XLenVT, Custom);
1924 case ISD::GlobalTLSAddress:
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 307 setOperationAction(ISD::GlobalTLSAddress, PtrVT, Custom);
5387 case ISD::GlobalTLSAddress:
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 367 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom);
4471 case ISD::GlobalTLSAddress:
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 1264 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom);
3431 // Lower ISD::GlobalTLSAddress using the "general dynamic" model
3471 // Lower ISD::GlobalTLSAddress using the "initial exec" or
9851 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 482 setOperationAction(ISD::GlobalTLSAddress, VT, Custom);
19345 // Lower ISD::GlobalTLSAddress using the "general dynamic" model, 32 bit
19359 // Lower ISD::GlobalTLSAddress using the "general dynamic" model, 64 bit LP64
19367 // Lower ISD::GlobalTLSAddress using the "general dynamic" model, 64 bit ILP32
19414 // Lower ISD::GlobalTLSAddress using the "initial exec" or "local exec" model.
    [all...]

Completed in 220 milliseconds