Home
last modified time | relevance | path

Searched refs:TargetGlobalAddress (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Daddress-selection.ll25 ; MIPS: t[[A:[0-9]+]]: i32 = LUi TargetGlobalAddress:i32<i32* @x> 0 [TF=4]
26 ; MIPS: t{{.*}}: i32 = ADDiu t[[A]], TargetGlobalAddress:i32<i32* @x> 0 [TF=5]
29 ; MIPS-XGOT: t[[B:[0-9]+]]: i32 = LUi TargetGlobalAddress:i32<i32* @x> 0 [TF=20]
31 ; MIPS-XGOT: t{{.*}}: i32,ch = LW<Mem:(load (s32) from got)> t[[C]], TargetGlobalAddress:i32<i32* @…
34 ; MM: t[[A:[0-9]+]]: i32 = LUi_MM TargetGlobalAddress:i32<i32* @x> 0 [TF=4]
35 ; MM: t{{.*}}: i32 = ADDiu_MM t[[A]], TargetGlobalAddress:i32<i32* @x> 0 [TF=5]
38 ; MM-XGOT: t[[B:[0-9]+]]: i32 = LUi_MM TargetGlobalAddress:i32<i32* @x> 0 [TF=20]
40 ; MM-XGOT: t{{.*}}: i32,ch = LW_MM<Mem:(load (s32) from got)> t[[C]], TargetGlobalAddress:i32<i32* …
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEISelDAGToDAG.cpp165 Addr.getOpcode() == ISD::TargetGlobalAddress || in selectADDRrri()
227 Addr.getOpcode() == ISD::TargetGlobalAddress || in selectADDRzii()
258 Addr.getOpcode() == ISD::TargetGlobalAddress || in selectADDRzi()
277 Addr.getOpcode() == ISD::TargetGlobalAddress || in matchADDRrr()
309 Addr.getOpcode() == ISD::TargetGlobalAddress || in matchADDRri()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISD.def22 // A wrapper node for TargetExternalSymbol, TargetGlobalAddress, and MCSymbol
24 // A special node for TargetGlobalAddress used in PIC code for
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/cstmaterialization/
H A Disel-materialization.ll24 ; MIPS: t{{[0-9]+}}: ch,glue = JAL TargetGlobalAddress:i32<ptr @f>
33 ; MM: t{{[0-9]+}}: ch,glue = JAL_MM TargetGlobalAddress:i32<ptr @f>
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/cconv/
H A Dbyval.ll36 ; O32-SDAG: t{{.*}}: ch,glue = MipsISD::JmpLink t{{.*}}, TargetGlobalAddress:i32<void (%struct.S1*)…
44 ; N32-SDAG: t{{.*}}: ch,glue = MipsISD::JmpLink t{{.*}}, TargetGlobalAddress:i32<void (%struct.S1*)…
52 ; N64-SDAG: t{{.*}}: ch,glue = MipsISD::JmpLink t{{.*}}, TargetGlobalAddress:i64<void (%struct.S1*)…
169 ; O32-SDAG: t{{.*}}: ch,glue = MipsISD::JmpLink t{{.*}}, TargetGlobalAddress:i32<void (%struct.S1*)…
180 ; N32-SDAG: t{{.*}}: ch,glue = MipsISD::JmpLink t{{.*}}, TargetGlobalAddress:i32<void (%struct.S1*)…
191 ; N64-SDAG: t{{.*}}: ch,glue = MipsISD::JmpLink t{{.*}}, TargetGlobalAddress:i64<void (%struct.S1*)…
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiISelDAGToDAG.cpp164 Addr.getOpcode() == ISD::TargetGlobalAddress)) in selectAddrRiSpls()
219 Addr.getOpcode() == ISD::TargetGlobalAddress)) in selectAddrRr()
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp84 Addr.getOpcode() == ISD::TargetGlobalAddress || in SelectADDRri()
123 Addr.getOpcode() == ISD::TargetGlobalAddress || in SelectADDRrr()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.cpp119 Addr.getOpcode() == ISD::TargetGlobalAddress)) in selectAddr()
H A DMipsSEISelDAGToDAG.cpp327 Addr.getOpcode() == ISD::TargetGlobalAddress)) in selectAddrRegImm()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h164 TargetGlobalAddress, enumerator
H A DSelectionDAGNodes.h1759 N->getOpcode() == ISD::TargetGlobalAddress ||
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp110 Addr.getOpcode() == ISD::TargetGlobalAddress) in SelectAddr()
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dfmf-propagation.ll580 ; FMFDEBUG: ch,glue = PPCISD::CALL_NOP t11, TargetGlobalAddress:i64<ptr @log2>
586 ; GLOBALDEBUG: ch,glue = PPCISD::CALL_NOP t11, TargetGlobalAddress:i64<ptr @log2>
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp444 if (Op == ISD::TargetGlobalAddress || Op == ISD::TargetExternalSymbol) { in select()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp161 case ISD::TargetGlobalAddress: return "TargetGlobalAddress"; in getOperationName()
H A DSelectionDAGISel.cpp2814 case ISD::TargetGlobalAddress: in SelectCodeCommon()
H A DSelectionDAG.cpp647 case ISD::TargetGlobalAddress: in AddNodeIDCustom()
1661 Opc = isTargetGA ? ISD::TargetGlobalAddress : ISD::GlobalAddress; in getGlobalAddress()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp678 N.getOperand(0).getOpcode() != ISD::TargetGlobalAddress && in SelectAddrModeImm12()
987 N.getOperand(0).getOpcode() != ISD::TargetGlobalAddress && in IsAddressingMode5()
1158 N.getOperand(0).getOpcode() != ISD::TargetGlobalAddress && in SelectThumbAddrModeImm5S()
1292 N.getOperand(0).getOpcode() != ISD::TargetGlobalAddress && in SelectT2AddrModeImm12()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp3579 if (N.getOpcode() == ISD::TargetGlobalAddress || in SelectDirectAddr()
3635 Addr.getOpcode() == ISD::TargetGlobalAddress) in SelectADDRri_imp()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1410 if (GA->getOpcode() == ISD::TargetGlobalAddress) { in SelectGlobalAddress()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2688 if (N->getOpcode() != ISD::TargetGlobalAddress) in selectMOV64Imm32()
2864 if (Opc != ISD::TargetGlobalAddress || !WasTruncated) { in selectRelocImm()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp234 N.getOpcode() == ISD::TargetGlobalAddress) { in SelectAddrImmOffs()
5282 Offset.getOpcode() == ISD::TargetGlobalAddress) { in Select()
H A DPPCISelLowering.cpp2762 assert(Disp.getOpcode() == ISD::TargetGlobalAddress || in SelectAddressRegImm()
5598 Callee.getOpcode() == ISD::TargetGlobalAddress || in FinishCall()
18004 assert(Disp.getOpcode() == ISD::TargetGlobalAddress || in SelectOptimalAddrMode()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td343 def tglobaladdr : SDNode<"ISD::TargetGlobalAddress", SDTPtrLeaf, [],