/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 62 GlobalAddress, GlobalTLSAddress, FrameIndex, enumerator
|
D | SelectionDAGNodes.h | 1452 return N->getOpcode() == ISD::GlobalAddress ||
|
/external/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 110 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in BPFTargetLowering() 178 case ISD::GlobalAddress: in LowerOperation()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 91 case ISD::GlobalAddress: return "GlobalAddress"; in getOperationName()
|
D | SelectionDAG.cpp | 445 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()
|
D | LegalizeDAG.cpp | 4011 case ISD::GlobalAddress: in ExpandNode()
|
D | DAGCombiner.cpp | 1612 GA->getOpcode() == ISD::GlobalAddress) in visitADD() 1899 if (N1C && GA->getOpcode() == ISD::GlobalAddress) in visitSUB()
|
/external/llvm/lib/Target/R600/ |
D | SIISelLowering.cpp | 165 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in SITargetLowering() 166 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in SITargetLowering() 701 case ISD::GlobalAddress: { in LowerOperation()
|
D | R600ISelLowering.cpp | 181 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in R600TargetLowering() 601 case ISD::GlobalAddress: return LowerGlobalAddress(MFI, Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 105 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom); in MSP430TargetLowering() 193 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
|
D | MSP430InstrInfo.td | 1137 // GlobalAddress, ExternalSymbol
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1626 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/ |
D | XCoreISelLowering.cpp | 123 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in XCoreTargetLowering() 212 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 198 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/ |
D | MipsISelLowering.cpp | 251 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()
|
D | MipsInstrInfo.td | 60 // MipsISelLowering to lower stuff like GlobalAddress, ExternalSymbol
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1396 setOperationAction(ISD::GlobalAddress, getPointerTy(), Custom); in SparcTargetLowering() 2793 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrCompiler.td | 862 // ConstantPool GlobalAddress, ExternalSymbol, and JumpTable 888 // ConstantPool GlobalAddress, ExternalSymbol, and JumpTable when not in small
|
D | X86ISelLowering.cpp | 436 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/ |
D | SystemZISelLowering.cpp | 236 setOperationAction(ISD::GlobalAddress, PtrVT, Custom); in SystemZTargetLowering() 2704 case ISD::GlobalAddress: in LowerOperation()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 310 def globaladdr : SDNode<"ISD::GlobalAddress", SDTPtrLeaf, [],
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 1343 // GlobalAddress
|
D | ARMISelLowering.cpp | 744 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in ARMTargetLowering() 6266 case ISD::GlobalAddress: in LowerOperation()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 278 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/ |
D | AArch64ISelLowering.cpp | 125 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in AArch64TargetLowering() 1926 case ISD::GlobalAddress: in LowerOperation()
|