Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DRelocation.txt6 GlobalAddress, GlobalTLSAddress, JumpTable, ConstantPool,
H A DMipsISelLowering.cpp345 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 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()
1404 case ISD::GlobalAddress: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h78 GlobalAddress, enumerator
H A DSelectionDAGNodes.h1863 return N->getOpcode() == ISD::GlobalAddress ||
/freebsd/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/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp80 setOperationAction(ISD::GlobalAddress, PtrVT, Custom); in XtensaTargetLowering()
723 case ISD::GlobalAddress: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp72 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 DCSKYISelLowering.cpp85 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in CSKYTargetLowering()
170 case ISD::GlobalAddress: in LowerOperation()
/freebsd/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/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/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp108 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 DSelectionDAGDumper.cpp128 case ISD::GlobalAddress: return "GlobalAddress"; in getOperationName()
H A DSelectionDAG.cpp737 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 DXCoreISelLowering.cpp115 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 DR600ISelLowering.cpp183 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 DHexagonISelLowering.cpp572 // 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 DAVRISelLowering.cpp52 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom); in AVRTargetLowering()
988 case ISD::GlobalAddress: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp128 setOperationAction(ISD::GlobalAddress, PtrVT, Custom); in initSPUActions()
1894 case ISD::GlobalAddress: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1662 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 DNVPTXISelLowering.cpp594 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 DX86ISelLoweringCall.cpp2403 } else if (Callee->getOpcode() == ISD::GlobalAddress || in LowerCall()

12