| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | aarch64-checkMergeStoreCandidatesForDependencies.ll | 11 ; t3: i64 = add nuw GlobalAddress:i64<%str0* @g0> 0, Constant:i64<8> 16 …= store<(store (s64) into %ir.sp01, align 1)> t19:1, Constant:i64<0>, GlobalAddress:i64<%str0* @g0…
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 78 GlobalAddress, enumerator
|
| H A D | SelectionDAGNodes.h | 1758 return N->getOpcode() == ISD::GlobalAddress ||
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | Relocation.txt | 6 GlobalAddress, GlobalTLSAddress, JumpTable, ConstantPool,
|
| H A D | MipsISelLowering.cpp | 334 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in MipsTargetLowering() 352 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in MipsTargetLowering() 1220 case ISD::GlobalAddress: return lowerGlobalAddress(Op, DAG); in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/M68k/ |
| H A D | M68kInstrCompiler.td | 16 // ConstantPool, GlobalAddress, ExternalSymbol, and JumpTable
|
| H A D | M68kISelLowering.cpp | 143 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in M68kTargetLowering() 727 if (Callee->getOpcode() == ISD::GlobalAddress) { in LowerCall() 1348 case ISD::GlobalAddress: in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/BPF/ |
| H A D | BPFISelLowering.cpp | 75 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in BPFTargetLowering() 286 case ISD::GlobalAddress: in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARC/ |
| H A D | ARCISelLowering.cpp | 154 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in ARCTargetLowering() 789 case ISD::GlobalAddress: in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.cpp | 56 setOperationAction({ISD::GlobalAddress, ISD::ConstantPool}, GRLenVT, Custom); in LoongArchTargetLowering() 115 case ISD::GlobalAddress: in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.cpp | 86 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in CSKYTargetLowering() 163 case ISD::GlobalAddress: in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 92 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in LanaiTargetLowering() 180 case ISD::GlobalAddress: in LowerOperation()
|
| H A D | LanaiInstrInfo.td | 849 // GlobalAddress, ExternalSymbol, Jumptable, ConstantPool
|
| /llvm-project-15.0.7/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.cpp | 85 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom); in MSP430TargetLowering() 344 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
|
| H A D | MSP430InstrInfo.td | 967 // GlobalAddress, ExternalSymbol
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 119 case ISD::GlobalAddress: return "GlobalAddress"; in getOperationName()
|
| H A D | SelectionDAG.cpp | 648 case ISD::GlobalAddress: in AddNodeIDCustom() 1661 Opc = isTargetGA ? ISD::TargetGlobalAddress : ISD::GlobalAddress; in getGlobalAddress() 5514 if (GA->getOpcode() != ISD::GlobalAddress) in FoldSymbolOffset() 6697 if (Src.getOpcode() == ISD::GlobalAddress) in isMemSrcFromConstant() 6700 Src.getOperand(0).getOpcode() == ISD::GlobalAddress && in isMemSrcFromConstant() 11751 if (GA->getOpcode() == ISD::GlobalAddress && in isConstantIntBuildVectorOrConstantInt()
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 101 setOperationAction(ISD::GlobalAddress, MVTPtr, Custom); in WebAssemblyTargetLowering() 1156 if (Callee->getOpcode() == ISD::GlobalAddress) { in LowerCall() 1390 case ISD::GlobalAddress: in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.cpp | 182 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in R600TargetLowering() 419 case ISD::GlobalAddress: return LowerGlobalAddress(MFI, Op, DAG); in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.cpp | 52 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom); in AVRTargetLowering() 849 case ISD::GlobalAddress: in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 116 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in XCoreTargetLowering() 200 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 1511 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in HexagonTargetLowering() 1512 setOperationAction(ISD::GlobalAddress, MVT::i8, Custom); in HexagonTargetLowering() 3224 case ISD::GlobalAddress: return LowerGLOBALADDRESS(Op, DAG); in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 128 setOperationAction(ISD::GlobalAddress, PtrVT, Custom); in initSPUActions() 1883 case ISD::GlobalAddress: in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 460 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in NVPTXTargetLowering() 461 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in NVPTXTargetLowering() 2218 case ISD::GlobalAddress: in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 1583 setOperationAction(ISD::GlobalAddress, PtrVT, Custom); in SparcTargetLowering() 3136 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
|