Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h62 GlobalAddress, GlobalTLSAddress, FrameIndex, enumerator
DSelectionDAGNodes.h1452 return N->getOpcode() == ISD::GlobalAddress ||
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp110 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in BPFTargetLowering()
178 case ISD::GlobalAddress: in LowerOperation()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp91 case ISD::GlobalAddress: return "GlobalAddress"; in getOperationName()
DSelectionDAG.cpp445 case ISD::GlobalAddress: in AddNodeIDCustom()
1274 Opc = isTargetGA ? ISD::TargetGlobalAddress : ISD::GlobalAddress; in getGlobalAddress()
3883 if (Src.getOpcode() == ISD::GlobalAddress) in isMemSrcFromString()
3886 Src.getOperand(0).getOpcode() == ISD::GlobalAddress && in isMemSrcFromString()
DLegalizeDAG.cpp4011 case ISD::GlobalAddress: in ExpandNode()
DDAGCombiner.cpp1612 GA->getOpcode() == ISD::GlobalAddress) in visitADD()
1899 if (N1C && GA->getOpcode() == ISD::GlobalAddress) in visitSUB()
/external/llvm/lib/Target/R600/
DSIISelLowering.cpp165 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in SITargetLowering()
166 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in SITargetLowering()
701 case ISD::GlobalAddress: { in LowerOperation()
DR600ISelLowering.cpp181 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in R600TargetLowering()
601 case ISD::GlobalAddress: return LowerGlobalAddress(MFI, Op, DAG); in LowerOperation()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp105 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom); in MSP430TargetLowering()
193 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
DMSP430InstrInfo.td1137 // GlobalAddress, ExternalSymbol
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1626 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in HexagonTargetLowering()
1627 setOperationAction(ISD::GlobalAddress, MVT::i8, Custom); in HexagonTargetLowering()
2404 case ISD::GlobalAddress: return LowerGLOBALADDRESS(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp123 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in XCoreTargetLowering()
212 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp198 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in NVPTXTargetLowering()
199 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in NVPTXTargetLowering()
1779 case ISD::GlobalAddress: in LowerOperation()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp251 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in MipsTargetLowering()
269 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in MipsTargetLowering()
839 case ISD::GlobalAddress: return lowerGlobalAddress(Op, DAG); in LowerOperation()
DMipsInstrInfo.td60 // MipsISelLowering to lower stuff like GlobalAddress, ExternalSymbol
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1396 setOperationAction(ISD::GlobalAddress, getPointerTy(), Custom); in SparcTargetLowering()
2793 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/X86/
DX86InstrCompiler.td862 // ConstantPool GlobalAddress, ExternalSymbol, and JumpTable
888 // ConstantPool GlobalAddress, ExternalSymbol, and JumpTable when not in small
DX86ISelLowering.cpp436 setOperationAction(ISD::GlobalAddress , MVT::i32 , Custom); in X86TargetLowering()
445 setOperationAction(ISD::GlobalAddress , MVT::i64 , Custom); in X86TargetLowering()
2995 } else if (Callee->getOpcode() == ISD::GlobalAddress) { in LowerCall()
17199 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp236 setOperationAction(ISD::GlobalAddress, PtrVT, Custom); in SystemZTargetLowering()
2704 case ISD::GlobalAddress: in LowerOperation()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td310 def globaladdr : SDNode<"ISD::GlobalAddress", SDTPtrLeaf, [],
/external/llvm/lib/Target/ARM/
DARMInstrThumb.td1343 // GlobalAddress
DARMISelLowering.cpp744 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in ARMTargetLowering()
6266 case ISD::GlobalAddress: in LowerOperation()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp278 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in PPCTargetLowering()
283 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in PPCTargetLowering()
7661 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp125 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in AArch64TargetLowering()
1926 case ISD::GlobalAddress: in LowerOperation()

12