| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstructions.td | 359 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 D | R600ISelLowering.cpp | 254 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 D | ISDOpcodes.h | 62 GlobalAddress, GlobalTLSAddress, FrameIndex, enumerator
|
| H A D | SelectionDAGNodes.h | 1650 return N->getOpcode() == ISD::GlobalAddress ||
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | Relocation.txt | 6 GlobalAddress, GlobalTLSAddress, JumpTable, ConstantPool,
|
| H A D | MipsISelLowering.cpp | 353 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 D | BPFISelLowering.cpp | 77 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in BPFTargetLowering() 193 case ISD::GlobalAddress: in LowerOperation()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARC/ |
| H A D | ARCISelLowering.cpp | 126 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in ARCTargetLowering() 750 case ISD::GlobalAddress: in LowerOperation()
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 75 setOperationAction(ISD::GlobalAddress, MVTPtr, Custom); in WebAssemblyTargetLowering() 874 case ISD::GlobalAddress: in LowerOperation()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 93 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in LanaiTargetLowering() 185 case ISD::GlobalAddress: in LowerOperation()
|
| H A D | LanaiInstrInfo.td | 850 // GlobalAddress, ExternalSymbol, Jumptable, ConstantPool
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 119 case ISD::GlobalAddress: return "GlobalAddress"; in getOperationName()
|
| H A D | SelectionDAG.cpp | 496 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 D | MSP430ISelLowering.cpp | 82 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom); in MSP430TargetLowering() 341 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
|
| H A D | MSP430InstrInfo.td | 968 // GlobalAddress, ExternalSymbol
|
| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 150 setOperationAction(ISD::GlobalAddress, XLenVT, Custom); in RISCVTargetLowering() 323 case ISD::GlobalAddress: in LowerOperation()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.cpp | 51 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom); in AVRTargetLowering() 694 case ISD::GlobalAddress: in LowerOperation()
|
| H A D | AVRInstrInfo.td | 2068 // GlobalAddress
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 1304 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 D | XCoreISelLowering.cpp | 116 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 D | NVPTXISelLowering.cpp | 442 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 D | SparcISelLowering.cpp | 1484 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 D | TargetSelectionDAG.td | 309 def globaladdr : SDNode<"ISD::GlobalAddress", SDTPtrLeaf, [],
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMInstrThumb.td | 1540 // GlobalAddress
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 165 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()
|