| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Relocation.txt | 6 GlobalAddress, GlobalTLSAddress, JumpTable, ConstantPool,
|
| H A D | MipsISelLowering.cpp | 342 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 D | ISDOpcodes.h | 78 GlobalAddress, enumerator
|
| H A D | SelectionDAGNodes.h | 1817 return N->getOpcode() == ISD::GlobalAddress ||
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrCompiler.td | 16 // ConstantPool, GlobalAddress, ExternalSymbol, and JumpTable
|
| H A D | M68kISelLowering.cpp | 142 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 D | ARCISelLowering.cpp | 154 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 D | BPFISelLowering.cpp | 72 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 D | LanaiISelLowering.cpp | 92 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in LanaiTargetLowering() 182 case ISD::GlobalAddress: in LowerOperation()
|
| H A D | LanaiInstrInfo.td | 849 // GlobalAddress, ExternalSymbol, Jumptable, ConstantPool
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.cpp | 85 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 D | MSP430ISelLowering.cpp | 85 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom); in MSP430TargetLowering() 345 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
|
| H A D | MSP430InstrInfo.td | 968 // GlobalAddress, ExternalSymbol
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 124 case ISD::GlobalAddress: return "GlobalAddress"; in getOperationName()
|
| H A D | SelectionDAG.cpp | 733 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 D | WebAssemblyISelLowering.cpp | 102 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 D | XCoreISelLowering.cpp | 115 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 D | R600ISelLowering.cpp | 183 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 D | HexagonISelLowering.cpp | 1510 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 D | AVRISelLowering.cpp | 52 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 D | VEISelLowering.cpp | 128 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 D | NVPTXISelLowering.cpp | 587 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 D | SparcISelLowering.cpp | 1664 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 D | LoongArchISelLowering.cpp | 84 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 D | X86ISelLoweringCall.cpp | 2390 } else if (Callee->getOpcode() == ISD::GlobalAddress || in LowerCall()
|