| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 78 GlobalAddress, enumerator
|
| H A D | SelectionDAGNodes.h | 1719 return N->getOpcode() == ISD::GlobalAddress ||
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Relocation.txt | 6 GlobalAddress, GlobalTLSAddress, JumpTable, ConstantPool,
|
| H A D | MipsISelLowering.cpp | 345 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in MipsTargetLowering() 366 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in MipsTargetLowering() 1212 case ISD::GlobalAddress: return lowerGlobalAddress(Op, DAG); in LowerOperation()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrCompiler.td | 16 // ConstantPool, GlobalAddress, ExternalSymbol, and JumpTable
|
| H A D | M68kISelLowering.cpp | 140 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in M68kTargetLowering() 723 if (Callee->getOpcode() == ISD::GlobalAddress) { in LowerCall() 1342 case ISD::GlobalAddress: in LowerOperation()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCISelLowering.cpp | 124 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in ARCTargetLowering() 750 case ISD::GlobalAddress: in LowerOperation()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFISelLowering.cpp | 75 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in BPFTargetLowering() 285 case ISD::GlobalAddress: in LowerOperation()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 92 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in LanaiTargetLowering() 184 case ISD::GlobalAddress: in LowerOperation()
|
| H A D | LanaiInstrInfo.td | 849 // GlobalAddress, ExternalSymbol, Jumptable, ConstantPool
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 97 setOperationAction(ISD::GlobalAddress, MVTPtr, Custom); in WebAssemblyTargetLowering() 1048 if (Callee->getOpcode() == ISD::GlobalAddress) { in LowerCall() 1280 case ISD::GlobalAddress: in LowerOperation()
|
| /freebsd-13.1/contrib/llvm-project/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
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 120 case ISD::GlobalAddress: return "GlobalAddress"; in getOperationName()
|
| H A D | SelectionDAG.cpp | 611 case ISD::GlobalAddress: in AddNodeIDCustom() 1560 Opc = isTargetGA ? ISD::TargetGlobalAddress : ISD::GlobalAddress; in getGlobalAddress() 5156 if (GA->getOpcode() != ISD::GlobalAddress) in FoldSymbolOffset() 6342 if (Src.getOpcode() == ISD::GlobalAddress) in isMemSrcFromConstant() 6345 Src.getOperand(0).getOpcode() == ISD::GlobalAddress && in isMemSrcFromConstant() 10526 if (GA->getOpcode() == ISD::GlobalAddress && in isConstantIntBuildVectorOrConstantInt()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.cpp | 51 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom); in AVRTargetLowering() 806 case ISD::GlobalAddress: in LowerOperation()
|
| H A D | AVRInstrInfo.td | 2135 // GlobalAddress
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 116 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in XCoreTargetLowering() 202 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.cpp | 228 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in R600TargetLowering() 472 case ISD::GlobalAddress: return LowerGlobalAddress(MFI, Op, DAG); in LowerOperation()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 1517 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in HexagonTargetLowering() 1518 setOperationAction(ISD::GlobalAddress, MVT::i8, Custom); in HexagonTargetLowering() 3200 case ISD::GlobalAddress: return LowerGLOBALADDRESS(Op, DAG); in LowerOperation()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 125 setOperationAction(ISD::GlobalAddress, PtrVT, Custom); in initSPUActions() 1697 case ISD::GlobalAddress: in LowerOperation()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 426 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in NVPTXTargetLowering() 427 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in NVPTXTargetLowering() 2161 case ISD::GlobalAddress: in LowerOperation()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 1488 setOperationAction(ISD::GlobalAddress, PtrVT, Custom); in SparcTargetLowering() 3027 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 335 def globaladdr : SDNode<"ISD::GlobalAddress", SDTPtrLeaf, [],
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrThumb.td | 1588 // GlobalAddress
|