Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h71 GlobalAddress, enumerator
H A DSelectionDAGNodes.h1707 return N->getOpcode() == ISD::GlobalAddress ||
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DRelocation.txt6 GlobalAddress, GlobalTLSAddress, JumpTable, ConstantPool,
H A DMipsISelLowering.cpp345 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in MipsTargetLowering()
366 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in MipsTargetLowering()
1212 case ISD::GlobalAddress: return lowerGlobalAddress(Op, DAG); in LowerOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kInstrCompiler.td16 // ConstantPool, GlobalAddress, ExternalSymbol, and JumpTable
H A DM68kISelLowering.cpp140 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in M68kTargetLowering()
723 if (Callee->getOpcode() == ISD::GlobalAddress) { in LowerCall()
1342 case ISD::GlobalAddress: in LowerOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp124 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in ARCTargetLowering()
750 case ISD::GlobalAddress: in LowerOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp75 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in BPFTargetLowering()
285 case ISD::GlobalAddress: in LowerOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp86 setOperationAction(ISD::GlobalAddress, MVTPtr, Custom); in WebAssemblyTargetLowering()
1016 if (Callee->getOpcode() == ISD::GlobalAddress) { in LowerCall()
1221 case ISD::GlobalAddress: in LowerOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp92 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in LanaiTargetLowering()
184 case ISD::GlobalAddress: in LowerOperation()
H A DLanaiInstrInfo.td849 // GlobalAddress, ExternalSymbol, Jumptable, ConstantPool
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp85 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom); in MSP430TargetLowering()
344 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
H A DMSP430InstrInfo.td967 // GlobalAddress, ExternalSymbol
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp120 case ISD::GlobalAddress: return "GlobalAddress"; in getOperationName()
H A DSelectionDAG.cpp610 case ISD::GlobalAddress: in AddNodeIDCustom()
1560 Opc = isTargetGA ? ISD::TargetGlobalAddress : ISD::GlobalAddress; in getGlobalAddress()
5095 if (GA->getOpcode() != ISD::GlobalAddress) in FoldSymbolOffset()
6276 if (Src.getOpcode() == ISD::GlobalAddress) in isMemSrcFromConstant()
6279 Src.getOperand(0).getOpcode() == ISD::GlobalAddress && in isMemSrcFromConstant()
10440 if (GA->getOpcode() == ISD::GlobalAddress && in isConstantIntBuildVectorOrConstantInt()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp51 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom); in AVRTargetLowering()
796 case ISD::GlobalAddress: in LowerOperation()
H A DAVRInstrInfo.td2150 // GlobalAddress
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp228 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in R600TargetLowering()
472 case ISD::GlobalAddress: return LowerGlobalAddress(MFI, Op, DAG); in LowerOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp426 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in NVPTXTargetLowering()
427 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in NVPTXTargetLowering()
2161 case ISD::GlobalAddress: in LowerOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1514 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in HexagonTargetLowering()
1515 setOperationAction(ISD::GlobalAddress, MVT::i8, Custom); in HexagonTargetLowering()
3162 case ISD::GlobalAddress: return LowerGLOBALADDRESS(Op, DAG); in LowerOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.cpp124 setOperationAction(ISD::GlobalAddress, PtrVT, Custom); in initSPUActions()
1696 case ISD::GlobalAddress: in LowerOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1487 setOperationAction(ISD::GlobalAddress, PtrVT, Custom); in SparcTargetLowering()
3023 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstrThumb.td1588 // GlobalAddress
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td335 def globaladdr : SDNode<"ISD::GlobalAddress", SDTPtrLeaf, [],

12