/freebsd/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() 376 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in MipsTargetLowering() 1244 case ISD::GlobalAddress: return lowerGlobalAddress(Op, DAG); in LowerOperation()
|
/freebsd/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() 1404 case ISD::GlobalAddress: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 78 GlobalAddress, enumerator
|
H A D | SelectionDAGNodes.h | 1863 return N->getOpcode() == ISD::GlobalAddress ||
|
/freebsd/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/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaISelLowering.cpp | 80 setOperationAction(ISD::GlobalAddress, PtrVT, Custom); in XtensaTargetLowering() 723 case ISD::GlobalAddress: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFISelLowering.cpp | 72 setOperationAction({ISD::GlobalAddress, ISD::ConstantPool}, MVT::i64, Custom); in BPFTargetLowering() 308 case ISD::GlobalAddress: in LowerOperation()
|
/freebsd/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/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/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/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 108 setOperationAction(ISD::GlobalAddress, MVTPtr, Custom); in WebAssemblyTargetLowering() 1214 if (Callee->getOpcode() == ISD::GlobalAddress) { in LowerCall() 1453 case ISD::GlobalAddress: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 128 case ISD::GlobalAddress: return "GlobalAddress"; in getOperationName()
|
H A D | SelectionDAG.cpp | 737 case ISD::GlobalAddress: in AddNodeIDCustom() 1844 Opc = isTargetGA ? ISD::TargetGlobalAddress : ISD::GlobalAddress; in getGlobalAddress() 6330 if (GA->getOpcode() != ISD::GlobalAddress) in FoldSymbolOffset() 7753 if (Src.getOpcode() == ISD::GlobalAddress) in isMemSrcFromConstant() 7756 Src.getOperand(0).getOpcode() == ISD::GlobalAddress && in isMemSrcFromConstant() 13092 if (GA->getOpcode() == ISD::GlobalAddress && in isConstantIntBuildVectorOrConstantInt()
|
/freebsd/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/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/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 572 // If the callee is a GlobalAddress/ExternalSymbol node (quite common, every in LowerCall() 1529 // Custom legalize GlobalAddress nodes into CONST32. in HexagonTargetLowering() 1530 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in HexagonTargetLowering() 1531 setOperationAction(ISD::GlobalAddress, MVT::i8, Custom); in HexagonTargetLowering() 3389 case ISD::GlobalAddress: return LowerGLOBALADDRESS(Op, DAG); in LowerOperation() 3705 /// Return true if folding a constant offset with the given GlobalAddress is
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.cpp | 52 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom); in AVRTargetLowering() 988 case ISD::GlobalAddress: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 128 setOperationAction(ISD::GlobalAddress, PtrVT, Custom); in initSPUActions() 1894 case ISD::GlobalAddress: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 1662 setOperationAction(ISD::GlobalAddress, PtrVT, Custom); in SparcTargetLowering() 3250 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 594 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in NVPTXTargetLowering() 595 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in NVPTXTargetLowering() 2759 case ISD::GlobalAddress: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLoweringCall.cpp | 2403 } else if (Callee->getOpcode() == ISD::GlobalAddress || in LowerCall()
|