| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
| H A D | crash29.C | 9 struct GlobalAddress struct 11 GlobalAddress(Value *nvar){}// ERROR - .* in GlobalAddress() argument 17 new GlobalAddress(Value()); // internal error occured here// ERROR - no matching function .* in main()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | Relocation.txt | 6 GlobalAddress, GlobalTLSAddress, JumpTable, ConstantPool,
|
| H A D | MipsISelLowering.cpp | 334 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in MipsTargetLowering() 352 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in MipsTargetLowering() 1220 case ISD::GlobalAddress: return lowerGlobalAddress(Op, DAG); in LowerOperation()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 78 GlobalAddress, enumerator
|
| H A D | SelectionDAGNodes.h | 1782 return N->getOpcode() == ISD::GlobalAddress ||
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
| H A D | M68kInstrCompiler.td | 16 // ConstantPool, GlobalAddress, ExternalSymbol, and JumpTable
|
| H A D | M68kISelLowering.cpp | 143 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in M68kTargetLowering() 758 if (Callee->getOpcode() == ISD::GlobalAddress) { in LowerCall() 1376 case ISD::GlobalAddress: in LowerOperation()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
| H A D | BPFISelLowering.cpp | 75 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in BPFTargetLowering() 286 case ISD::GlobalAddress: in LowerOperation()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARC/ |
| H A D | ARCISelLowering.cpp | 154 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in ARCTargetLowering() 786 case ISD::GlobalAddress: in LowerOperation()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.cpp | 86 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in CSKYTargetLowering() 166 case ISD::GlobalAddress: in LowerOperation()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 92 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in LanaiTargetLowering() 180 case ISD::GlobalAddress: in LowerOperation()
|
| H A D | LanaiInstrInfo.td | 849 // GlobalAddress, ExternalSymbol, Jumptable, ConstantPool
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 124 case ISD::GlobalAddress: return "GlobalAddress"; in getOperationName()
|
| H A D | SelectionDAG.cpp | 691 case ISD::GlobalAddress: in AddNodeIDCustom() 1722 Opc = isTargetGA ? ISD::TargetGlobalAddress : ISD::GlobalAddress; in getGlobalAddress() 5736 if (GA->getOpcode() != ISD::GlobalAddress) in FoldSymbolOffset() 6926 if (Src.getOpcode() == ISD::GlobalAddress) in isMemSrcFromConstant() 6929 Src.getOperand(0).getOpcode() == ISD::GlobalAddress && in isMemSrcFromConstant() 12054 if (GA->getOpcode() == ISD::GlobalAddress && in isConstantIntBuildVectorOrConstantInt()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 101 setOperationAction(ISD::GlobalAddress, MVTPtr, Custom); in WebAssemblyTargetLowering() 1161 if (Callee->getOpcode() == ISD::GlobalAddress) { in LowerCall() 1395 case ISD::GlobalAddress: in LowerOperation()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 115 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in XCoreTargetLowering() 199 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 1510 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in HexagonTargetLowering() 1511 setOperationAction(ISD::GlobalAddress, MVT::i8, Custom); in HexagonTargetLowering() 3361 case ISD::GlobalAddress: return LowerGLOBALADDRESS(Op, DAG); in LowerOperation()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.cpp | 52 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom); in AVRTargetLowering() 954 case ISD::GlobalAddress: in LowerOperation()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 469 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in NVPTXTargetLowering() 470 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in NVPTXTargetLowering() 2298 case ISD::GlobalAddress: in LowerOperation()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.cpp | 69 setOperationAction({ISD::GlobalAddress, ISD::BlockAddress, ISD::ConstantPool, in LoongArchTargetLowering() 220 case ISD::GlobalAddress: in LowerOperation()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 128 setOperationAction(ISD::GlobalAddress, PtrVT, Custom); in initSPUActions() 1897 case ISD::GlobalAddress: in LowerOperation()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 1621 setOperationAction(ISD::GlobalAddress, PtrVT, Custom); in SparcTargetLowering() 3206 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
|