Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DRelocation.txt6 GlobalAddress, GlobalTLSAddress, JumpTable, ConstantPool,
H A DMipsISelLowering.cpp342 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in MipsTargetLowering()
360 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in MipsTargetLowering()
1228 case ISD::GlobalAddress: return lowerGlobalAddress(Op, DAG); in LowerOperation()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h78 GlobalAddress, enumerator
H A DSelectionDAGNodes.h1817 return N->getOpcode() == ISD::GlobalAddress ||
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrCompiler.td16 // ConstantPool, GlobalAddress, ExternalSymbol, and JumpTable
H A DM68kISelLowering.cpp142 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in M68kTargetLowering()
777 if (Callee->getOpcode() == ISD::GlobalAddress) { in LowerCall()
1403 case ISD::GlobalAddress: in LowerOperation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp154 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in ARCTargetLowering()
788 case ISD::GlobalAddress: in LowerOperation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp72 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in BPFTargetLowering()
309 case ISD::GlobalAddress: in LowerOperation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp92 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in LanaiTargetLowering()
182 case ISD::GlobalAddress: in LowerOperation()
H A DLanaiInstrInfo.td849 // GlobalAddress, ExternalSymbol, Jumptable, ConstantPool
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp85 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in CSKYTargetLowering()
170 case ISD::GlobalAddress: in LowerOperation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp85 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom); in MSP430TargetLowering()
345 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
H A DMSP430InstrInfo.td968 // GlobalAddress, ExternalSymbol
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp124 case ISD::GlobalAddress: return "GlobalAddress"; in getOperationName()
H A DSelectionDAG.cpp733 case ISD::GlobalAddress: in AddNodeIDCustom()
1813 Opc = isTargetGA ? ISD::TargetGlobalAddress : ISD::GlobalAddress; in getGlobalAddress()
6009 if (GA->getOpcode() != ISD::GlobalAddress) in FoldSymbolOffset()
7388 if (Src.getOpcode() == ISD::GlobalAddress) in isMemSrcFromConstant()
7391 Src.getOperand(0).getOpcode() == ISD::GlobalAddress && in isMemSrcFromConstant()
12762 if (GA->getOpcode() == ISD::GlobalAddress && in isConstantIntBuildVectorOrConstantInt()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp102 setOperationAction(ISD::GlobalAddress, MVTPtr, Custom); in WebAssemblyTargetLowering()
1199 if (Callee->getOpcode() == ISD::GlobalAddress) { in LowerCall()
1438 case ISD::GlobalAddress: in LowerOperation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp115 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in XCoreTargetLowering()
197 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp183 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in R600TargetLowering()
421 case ISD::GlobalAddress: return LowerGlobalAddress(MFI, Op, DAG); in LowerOperation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1510 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in HexagonTargetLowering()
1511 setOperationAction(ISD::GlobalAddress, MVT::i8, Custom); in HexagonTargetLowering()
3369 case ISD::GlobalAddress: return LowerGLOBALADDRESS(Op, DAG); in LowerOperation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp52 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom); in AVRTargetLowering()
1004 case ISD::GlobalAddress: in LowerOperation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp128 setOperationAction(ISD::GlobalAddress, PtrVT, Custom); in initSPUActions()
1896 case ISD::GlobalAddress: in LowerOperation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp587 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in NVPTXTargetLowering()
588 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in NVPTXTargetLowering()
2682 case ISD::GlobalAddress: in LowerOperation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1664 setOperationAction(ISD::GlobalAddress, PtrVT, Custom); in SparcTargetLowering()
3258 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp84 setOperationAction({ISD::GlobalAddress, ISD::BlockAddress, ISD::ConstantPool, in LoongArchTargetLowering()
377 case ISD::GlobalAddress: in LowerOperation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp2390 } else if (Callee->getOpcode() == ISD::GlobalAddress || in LowerCall()

12