|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/CodeGen/SelectionDAGNodes.h 1741 return N->getOpcode() == ISD::GlobalAddress ||
lib/CodeGen/SelectionDAG/DAGCombiner.cpp 3114 if (N1C && GA->getOpcode() == ISD::GlobalAddress)
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp 3699 case ISD::GlobalAddress:
lib/CodeGen/SelectionDAG/SelectionDAG.cpp 491 case ISD::GlobalAddress:
1371 Opc = isTargetGA ? ISD::TargetGlobalAddress : ISD::GlobalAddress;
4752 if (GA->getOpcode() != ISD::GlobalAddress)
5721 if (Src.getOpcode() == ISD::GlobalAddress)
5724 Src.getOperand(0).getOpcode() == ISD::GlobalAddress &&
9546 if (GA->getOpcode() == ISD::GlobalAddress &&
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp 119 case ISD::GlobalAddress: return "GlobalAddress";
lib/Target/AArch64/AArch64ISelLowering.cpp 192 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom);
619 setTargetDAGCombine(ISD::GlobalAddress);
2970 case ISD::GlobalAddress:
11805 case ISD::GlobalAddress:
lib/Target/AMDGPU/R600ISelLowering.cpp 254 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
498 case ISD::GlobalAddress: return LowerGlobalAddress(MFI, Op, DAG);
lib/Target/AMDGPU/SIISelLowering.cpp 194 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
195 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom);
4033 case ISD::GlobalAddress: {
lib/Target/ARC/ARCISelLowering.cpp 125 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
749 case ISD::GlobalAddress:
lib/Target/ARM/ARMISelLowering.cpp 1177 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
9155 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
lib/Target/AVR/AVRISelLowering.cpp 50 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom);
693 case ISD::GlobalAddress:
lib/Target/BPF/BPFISelLowering.cpp 76 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom);
194 case ISD::GlobalAddress:
lib/Target/Hexagon/HexagonISelLowering.cpp 1310 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
1311 setOperationAction(ISD::GlobalAddress, MVT::i8, Custom);
2869 case ISD::GlobalAddress: return LowerGLOBALADDRESS(Op, DAG);
lib/Target/Lanai/LanaiISelLowering.cpp 92 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
184 case ISD::GlobalAddress:
lib/Target/MSP430/MSP430ISelLowering.cpp 81 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom);
340 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
lib/Target/Mips/MipsISelLowering.cpp 348 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
369 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom);
1223 case ISD::GlobalAddress: return lowerGlobalAddress(Op, DAG);
lib/Target/NVPTX/NVPTXISelLowering.cpp 441 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
442 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom);
2178 case ISD::GlobalAddress:
lib/Target/PowerPC/PPCISelLowering.cpp 413 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
418 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom);
10117 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
lib/Target/RISCV/RISCVISelLowering.cpp 185 setOperationAction(ISD::GlobalAddress, XLenVT, Custom);
373 case ISD::GlobalAddress:
lib/Target/Sparc/SparcISelLowering.cpp 1484 setOperationAction(ISD::GlobalAddress, PtrVT, Custom);
3016 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
lib/Target/SystemZ/SystemZISelLowering.cpp 285 setOperationAction(ISD::GlobalAddress, PtrVT, Custom);
4938 case ISD::GlobalAddress:
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp 71 setOperationAction(ISD::GlobalAddress, MVTPtr, Custom);
789 if (Callee->getOpcode() == ISD::GlobalAddress) {
981 case ISD::GlobalAddress:
lib/Target/X86/X86ISelLowering.cpp 445 setOperationAction(ISD::GlobalAddress , VT, Custom);
3999 } else if (Callee->getOpcode() == ISD::GlobalAddress ||
27684 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
lib/Target/XCore/XCoreISelLowering.cpp 115 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
201 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);