/external/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 62 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 D | SelectionDAGNodes.h | 1519 // Return the address space this GlobalAddress belongs to. 1523 return N->getOpcode() == ISD::GlobalAddress ||
|
/external/llvm/lib/Target/BPF/ |
H A D | BPFISelLowering.cpp | 111 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 D | WebAssemblyISelLowering.cpp | 116 setOperationAction(ISD::GlobalAddress, MVTPtr, Custom); 552 case ISD::GlobalAddress:
|
/external/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelLowering.cpp | 101 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 D | SelectionDAGDumper.cpp | 97 case ISD::GlobalAddress: return "GlobalAddress";
|
H A D | SelectionDAG.cpp | 424 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 D | LegalizeDAG.cpp | 3938 case ISD::GlobalAddress:
|
H A D | DAGCombiner.cpp | 1675 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 D | XCoreISelLowering.cpp | 121 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 D | SIISelLowering.cpp | 187 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); 188 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); 970 case ISD::GlobalAddress: {
|
H A D | R600ISelLowering.cpp | 180 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); 612 case ISD::GlobalAddress: return LowerGlobalAddress(MFI, Op, DAG);
|
/external/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 827 // 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 D | MipsISelLowering.cpp | 272 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 D | NVPTXISelLowering.cpp | 202 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); 203 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); 1816 case ISD::GlobalAddress:
|
/external/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 953 // 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 D | SystemZISelLowering.cpp | 248 setOperationAction(ISD::GlobalAddress, PtrVT, Custom); 4321 case ISD::GlobalAddress:
|
/external/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 282 // 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 D | AArch64ISelLowering.cpp | 112 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 D | ARMISelLowering.cpp | 815 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 D | X86ISelLowering.cpp | 449 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...] |