Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DRelocation.txt6 GlobalAddress, GlobalTLSAddress, JumpTable, ConstantPool,
H A DMipsISelLowering.cpp343 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in MipsTargetLowering()
384 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in MipsTargetLowering()
1335 case ISD::GlobalAddress: return lowerGlobalAddress(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrCompiler.td16 // ConstantPool, GlobalAddress, ExternalSymbol, and JumpTable
H A DM68kISelLowering.cpp144 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in M68kTargetLowering()
779 if (Callee->getOpcode() == ISD::GlobalAddress) { in LowerCall()
1406 case ISD::GlobalAddress: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h88 GlobalAddress, enumerator
H A DSelectionDAGNodes.h1976 return N->getOpcode() == ISD::GlobalAddress ||
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp155 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in ARCTargetLowering()
772 case ISD::GlobalAddress: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp75 setOperationAction({ISD::GlobalAddress, ISD::ConstantPool}, MVT::i64, Custom); in BPFTargetLowering()
319 case ISD::GlobalAddress: in LowerOperation()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp84 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom); in MSP430TargetLowering()
224 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
H A DMSP430InstrInfo.td918 // GlobalAddress, ExternalSymbol
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp90 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in LanaiTargetLowering()
175 case ISD::GlobalAddress: in LowerOperation()
H A DLanaiInstrInfo.td850 // GlobalAddress, ExternalSymbol, Jumptable, ConstantPool
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp103 setOperationAction(ISD::GlobalAddress, PtrVT, Custom); in XtensaTargetLowering()
1464 case ISD::GlobalAddress: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp139 case ISD::GlobalAddress: return "GlobalAddress"; in getOperationName()
H A DSelectionDAG.cpp762 case ISD::GlobalAddress: in AddNodeIDCustom()
1901 Opc = isTargetGA ? ISD::TargetGlobalAddress : ISD::GlobalAddress; in getGlobalAddress()
6744 if (GA->getOpcode() != ISD::GlobalAddress) in FoldSymbolOffset()
8330 if (Src.getOpcode() == ISD::GlobalAddress) in isMemSrcFromConstant()
8333 Src.getOperand(0).getOpcode() == ISD::GlobalAddress && in isMemSrcFromConstant()
13672 if (GA->getOpcode() == ISD::GlobalAddress && in isConstantIntBuildVectorOrConstantInt()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp87 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in XCoreTargetLowering()
169 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp187 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in R600TargetLowering()
425 case ISD::GlobalAddress: return LowerGlobalAddress(MFI, Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp110 setOperationAction(ISD::GlobalAddress, MVTPtr, Custom); in WebAssemblyTargetLowering()
1388 if (Callee->getOpcode() == ISD::GlobalAddress) { in LowerCall()
1631 case ISD::GlobalAddress: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1598 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in HexagonTargetLowering()
1599 setOperationAction(ISD::GlobalAddress, MVT::i8, Custom); in HexagonTargetLowering()
3411 case ISD::GlobalAddress: return LowerGLOBALADDRESS(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp51 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom); in AVRTargetLowering()
932 case ISD::GlobalAddress: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp128 setOperationAction(ISD::GlobalAddress, PtrVT, Custom); in initSPUActions()
1881 case ISD::GlobalAddress: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1653 setOperationAction(ISD::GlobalAddress, PtrVT, Custom); in SparcTargetLowering()
3110 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp2446 } else if (Callee->getOpcode() == ISD::GlobalAddress || in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrThumb.td1591 // GlobalAddress

12