Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructions.td359 class GlobalAddress : CodePatPred<[{
409 class GlobalStore <SDPatternOperator op> : StoreFrag<op>, GlobalAddress;
441 def truncstorei8_hi16_global : StoreHi16 <truncstorei8>, GlobalAddress;
442 def truncstorei16_hi16_global : StoreHi16 <truncstorei16>, GlobalAddress;
560 (AMDGPUatomic_cmp_swap node:$ptr, node:$value)>, GlobalAddress;
564 (atomic_cmp_swap node:$ptr, node:$cmp, node:$value)>, GlobalAddress;
H A DR600ISelLowering.cpp254 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in R600TargetLowering()
498 case ISD::GlobalAddress: return LowerGlobalAddress(MFI, Op, DAG); in LowerOperation()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h62 GlobalAddress, GlobalTLSAddress, FrameIndex, enumerator
H A DSelectionDAGNodes.h1650 return N->getOpcode() == ISD::GlobalAddress ||
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DRelocation.txt6 GlobalAddress, GlobalTLSAddress, JumpTable, ConstantPool,
H A DMipsISelLowering.cpp353 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in MipsTargetLowering()
369 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in MipsTargetLowering()
1213 case ISD::GlobalAddress: return lowerGlobalAddress(Op, DAG); in LowerOperation()
/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp77 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in BPFTargetLowering()
193 case ISD::GlobalAddress: in LowerOperation()
/freebsd-12.1/contrib/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp126 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in ARCTargetLowering()
750 case ISD::GlobalAddress: in LowerOperation()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp75 setOperationAction(ISD::GlobalAddress, MVTPtr, Custom); in WebAssemblyTargetLowering()
874 case ISD::GlobalAddress: in LowerOperation()
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp93 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in LanaiTargetLowering()
185 case ISD::GlobalAddress: in LowerOperation()
H A DLanaiInstrInfo.td850 // GlobalAddress, ExternalSymbol, Jumptable, ConstantPool
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp119 case ISD::GlobalAddress: return "GlobalAddress"; in getOperationName()
H A DSelectionDAG.cpp496 case ISD::GlobalAddress: in AddNodeIDCustom()
1347 Opc = isTargetGA ? ISD::TargetGlobalAddress : ISD::GlobalAddress; in getGlobalAddress()
4531 if (GA->getOpcode() != ISD::GlobalAddress) in FoldSymbolOffset()
5509 if (Src.getOpcode() == ISD::GlobalAddress) in isMemSrcFromConstant()
5512 Src.getOperand(0).getOpcode() == ISD::GlobalAddress && in isMemSrcFromConstant()
9251 if (GA->getOpcode() == ISD::GlobalAddress && in isConstantIntBuildVectorOrConstantInt()
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp82 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom); in MSP430TargetLowering()
341 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
H A DMSP430InstrInfo.td968 // GlobalAddress, ExternalSymbol
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp150 setOperationAction(ISD::GlobalAddress, XLenVT, Custom); in RISCVTargetLowering()
323 case ISD::GlobalAddress: in LowerOperation()
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp51 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom); in AVRTargetLowering()
694 case ISD::GlobalAddress: in LowerOperation()
H A DAVRInstrInfo.td2068 // GlobalAddress
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1304 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in HexagonTargetLowering()
1305 setOperationAction(ISD::GlobalAddress, MVT::i8, Custom); in HexagonTargetLowering()
2784 case ISD::GlobalAddress: return LowerGLOBALADDRESS(Op, DAG); in LowerOperation()
/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp116 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in XCoreTargetLowering()
202 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp442 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in NVPTXTargetLowering()
443 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in NVPTXTargetLowering()
2079 case ISD::GlobalAddress: in LowerOperation()
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1484 setOperationAction(ISD::GlobalAddress, PtrVT, Custom); in SparcTargetLowering()
3014 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td309 def globaladdr : SDNode<"ISD::GlobalAddress", SDTPtrLeaf, [],
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMInstrThumb.td1540 // GlobalAddress
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp165 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in AArch64TargetLowering()
584 setTargetDAGCombine(ISD::GlobalAddress); in AArch64TargetLowering()
2850 case ISD::GlobalAddress: in LowerOperation()
11267 case ISD::GlobalAddress: in PerformDAGCombine()

12