HomeSort by relevance Sort by last modified time
    Searched refs:GlobalAddress (Results 1 - 21 of 21) sorted by null

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 62 GlobalAddress, GlobalTLSAddress, FrameIndex,
123 /// TargetGlobalAddress - Like GlobalAddress, but the DAG does no folding or
125 /// dag, turning into a GlobalAddress operand.
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 111 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom);
176 case ISD::GlobalAddress:
348 // If the callee is a GlobalAddress node (quite common, every direct call is)
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 116 setOperationAction(ISD::GlobalAddress, MVTPtr, Custom);
552 case ISD::GlobalAddress:
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 101 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom);
189 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
671 // If the callee is a GlobalAddress node (quite common, every direct call is)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 97 case ISD::GlobalAddress: return "GlobalAddress";
SelectionDAG.cpp 424 case ISD::GlobalAddress:
    [all...]
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 121 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
208 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 187 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
188 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom);
    [all...]
R600ISelLowering.cpp 180 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
612 case ISD::GlobalAddress: return LowerGlobalAddress(MFI, Op, DAG);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 827 // If the callee is a GlobalAddress/ExternalSymbol node (quite common, every
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 272 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
290 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 202 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
203 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 248 setOperationAction(ISD::GlobalAddress, PtrVT, Custom);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 282 // We want to legalize GlobalAddress and ConstantPool nodes into the
284 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
289 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 112 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 449 setOperationAction(ISD::GlobalAddress , MVT::i32 , Custom);
458 setOperationAction(ISD::GlobalAddress , MVT::i64 , Custom);
    [all...]

Completed in 180 milliseconds