Home
last modified time | relevance | path

Searched refs:GlobalAddress (Results 1 – 25 of 40) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Daarch64-checkMergeStoreCandidatesForDependencies.ll11 ; 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 DISDOpcodes.h78 GlobalAddress, enumerator
H A DSelectionDAGNodes.h1758 return N->getOpcode() == ISD::GlobalAddress ||
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DRelocation.txt6 GlobalAddress, GlobalTLSAddress, JumpTable, ConstantPool,
H A DMipsISelLowering.cpp334 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 DM68kInstrCompiler.td16 // ConstantPool, GlobalAddress, ExternalSymbol, and JumpTable
H A DM68kISelLowering.cpp143 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 DBPFISelLowering.cpp75 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 DARCISelLowering.cpp154 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 DLoongArchISelLowering.cpp56 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 DCSKYISelLowering.cpp86 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 DLanaiISelLowering.cpp92 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in LanaiTargetLowering()
180 case ISD::GlobalAddress: in LowerOperation()
H A DLanaiInstrInfo.td849 // GlobalAddress, ExternalSymbol, Jumptable, ConstantPool
/llvm-project-15.0.7/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp85 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom); in MSP430TargetLowering()
344 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
H A DMSP430InstrInfo.td967 // GlobalAddress, ExternalSymbol
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp119 case ISD::GlobalAddress: return "GlobalAddress"; in getOperationName()
H A DSelectionDAG.cpp648 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 DWebAssemblyISelLowering.cpp101 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 DR600ISelLowering.cpp182 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 DAVRISelLowering.cpp52 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 DXCoreISelLowering.cpp116 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 DHexagonISelLowering.cpp1511 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 DVEISelLowering.cpp128 setOperationAction(ISD::GlobalAddress, PtrVT, Custom); in initSPUActions()
1883 case ISD::GlobalAddress: in LowerOperation()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp460 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 DSparcISelLowering.cpp1583 setOperationAction(ISD::GlobalAddress, PtrVT, Custom); in SparcTargetLowering()
3136 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()

12