Searched refs:GlobalAddress (Results 1 - 21 of 21) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h62 GlobalAddress, GlobalTLSAddress, FrameIndex, enumerator in enum:llvm::ISD::NodeType
123 /// TargetGlobalAddress - Like GlobalAddress, but the DAG does no folding or
125 /// dag, turning into a GlobalAddress operand.
H A DSelectionDAGNodes.h1519 // Return the address space this GlobalAddress belongs to.
1523 return N->getOpcode() == ISD::GlobalAddress ||
/external/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp111 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom);
176 case ISD::GlobalAddress:
348 // If the callee is a GlobalAddress node (quite common, every direct call is)
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp116 setOperationAction(ISD::GlobalAddress, MVTPtr, Custom);
552 case ISD::GlobalAddress:
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp101 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom);
189 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
671 // If the callee is a GlobalAddress node (quite common, every direct call is)
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp97 case ISD::GlobalAddress: return "GlobalAddress";
H A DSelectionDAG.cpp424 case ISD::GlobalAddress:
1293 Opc = isTargetGA ? ISD::TargetGlobalAddress : ISD::GlobalAddress;
4138 if (Src.getOpcode() == ISD::GlobalAddress)
4141 Src.getOperand(0).getOpcode() == ISD::GlobalAddress &&
7065 // If this is a GlobalAddress + cst, return the alignment.
7151 // getAddressSpace - Return the address space this GlobalAddress belongs to.
H A DLegalizeDAG.cpp3938 case ISD::GlobalAddress:
H A DDAGCombiner.cpp1675 GA->getOpcode() == ISD::GlobalAddress)
1945 if (N1C && GA->getOpcode() == ISD::GlobalAddress)
14445 // for GlobalAddressSDNode since the same GlobalAddress may be represented
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp121 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
208 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
1211 // If the callee is a GlobalAddress node (quite common, every direct call is)
/external/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp187 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
188 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom);
970 case ISD::GlobalAddress: {
H A DR600ISelLowering.cpp180 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
612 case ISD::GlobalAddress: return LowerGlobalAddress(MFI, Op, DAG);
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp827 // If the callee is a GlobalAddress/ExternalSymbol node (quite common, every
1613 // Custom legalize GlobalAddress nodes into CONST32.
1614 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
1615 setOperationAction(ISD::GlobalAddress, MVT::i8, Custom);
2600 case ISD::GlobalAddress: return LowerGLOBALADDRESS(Op, DAG);
2739 /// Return true if folding a constant offset with the given GlobalAddress is
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp272 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
290 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom);
870 case ISD::GlobalAddress: return lowerGlobalAddress(Op, DAG);
2741 // If the callee is a GlobalAddress/ExternalSymbol node (quite common, every
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp202 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
203 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom);
1816 case ISD::GlobalAddress:
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp953 // If the callee is a GlobalAddress node (quite common, every direct call is)
1265 // If the callee is a GlobalAddress node (quite common, every direct call is)
1497 // Custom legalize GlobalAddress nodes into LO/HI parts.
1498 setOperationAction(ISD::GlobalAddress, PtrVT, Custom);
1899 // Build SDNodes for producing an address from a GlobalAddress, ConstantPool,
2931 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp248 setOperationAction(ISD::GlobalAddress, PtrVT, Custom);
4321 case ISD::GlobalAddress:
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp282 // We want to legalize GlobalAddress and ConstantPool nodes into the
284 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
289 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom);
4144 // If the callee is a GlobalAddress/ExternalSymbol node (quite common,
7954 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp112 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom);
2243 case ISD::GlobalAddress:
3114 // If the callee is a GlobalAddress/ExternalSymbol node (quite common, every
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp815 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
1778 // If the callee is a GlobalAddress/ExternalSymbol node (quite common, every
2477 // ConstantPool, JumpTable, GlobalAddress, and ExternalSymbol are lowered as
6826 case ISD::GlobalAddress:
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp449 setOperationAction(ISD::GlobalAddress , MVT::i32 , Custom);
458 setOperationAction(ISD::GlobalAddress , MVT::i64 , Custom);
3390 } else if (Callee->getOpcode() == ISD::GlobalAddress) {
3391 // If the callee is a GlobalAddress node (quite common, every direct call
11960 // ConstantPool, JumpTable, GlobalAddress, and ExternalSymbol are lowered as
20072 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
22599 /// node is a GlobalAddress + offset.
[all...]

Completed in 410 milliseconds