Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXISelLowering.cpp98 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in PTXTargetLowering()
99 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in PTXTargetLowering()
115 case ISD::GlobalAddress: in LowerOperation()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h62 GlobalAddress, GlobalTLSAddress, FrameIndex, enumerator
DSelectionDAGNodes.h1234 return N->getOpcode() == ISD::GlobalAddress ||
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h62 GlobalAddress, GlobalTLSAddress, FrameIndex, enumerator
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinISelLowering.cpp60 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in BlackfinTargetLowering()
464 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp60 setOperationAction(ISD::GlobalAddress, MVTPtr, Custom); in WebAssemblyTargetLowering()
535 case ISD::GlobalAddress: in LowerOperation()
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp74 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in BPFTargetLowering()
139 case ISD::GlobalAddress: in LowerOperation()
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZISelLowering.cpp94 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in SystemZTargetLowering()
168 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeISelLowering.cpp147 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in MBlazeTargetLowering()
200 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaISelLowering.cpp143 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in AlphaTargetLowering()
653 case ISD::GlobalAddress: { in LowerOperation()
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430ISelLowering.cpp108 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom); in MSP430TargetLowering()
185 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp97 case ISD::GlobalAddress: return "GlobalAddress"; in getOperationName()
DSelectionDAG.cpp399 case ISD::GlobalAddress: in AddNodeIDCustom()
1276 Opc = isTargetGA ? ISD::TargetGlobalAddress : ISD::GlobalAddress; in getGlobalAddress()
3283 if (GA->getOpcode() != ISD::GlobalAddress) in FoldSymbolOffset()
4164 if (Src.getOpcode() == ISD::GlobalAddress) in isMemSrcFromString()
4167 Src.getOperand(0).getOpcode() == ISD::GlobalAddress && in isMemSrcFromString()
7275 if (GA->getOpcode() == ISD::GlobalAddress && in isConstantIntBuildVectorOrConstantInt()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp101 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom); in MSP430TargetLowering()
185 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp78 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in LanaiTargetLowering()
170 case ISD::GlobalAddress: in LowerOperation()
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcISelLowering.cpp705 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in SparcTargetLowering()
1152 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreISelLowering.cpp118 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in XCoreTargetLowering()
169 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.cpp125 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in MipsTargetLowering()
126 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in MipsTargetLowering()
670 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp95 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in SITargetLowering()
96 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in SITargetLowering()
1248 case ISD::GlobalAddress: { in LowerOperation()
DR600ISelLowering.cpp182 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in R600TargetLowering()
637 case ISD::GlobalAddress: return LowerGlobalAddress(MFI, Op, DAG); in LowerOperation()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp119 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in XCoreTargetLowering()
205 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1806 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in HexagonTargetLowering()
1807 setOperationAction(ISD::GlobalAddress, MVT::i8, Custom); in HexagonTargetLowering()
2788 case ISD::GlobalAddress: return LowerGLOBALADDRESS(Op, DAG); in LowerOperation()
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUISelDAGToDAG.cpp332 case ISD::GlobalAddress: in SelectAFormAddr()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp372 case ISD::GlobalAddress: in AddNodeIDCustom()
1064 Opc = isTargetGA ? ISD::TargetGlobalAddress : ISD::GlobalAddress; in getGlobalAddress()
3323 if (Src.getOpcode() == ISD::GlobalAddress) in isMemSrcFromString()
3326 Src.getOperand(0).getOpcode() == ISD::GlobalAddress && in isMemSrcFromString()
5905 case ISD::GlobalAddress: return "GlobalAddress"; in getOperationName()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp202 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in NVPTXTargetLowering()
203 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in NVPTXTargetLowering()
1830 case ISD::GlobalAddress: in LowerOperation()

123