| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/ |
| H A D | address-selection.ll | 25 ; 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 D | VEISelDAGToDAG.cpp | 165 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 D | WebAssemblyISD.def | 22 // 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 D | isel-materialization.ll | 24 ; 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 D | byval.ll | 36 ; 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 D | LanaiISelDAGToDAG.cpp | 164 Addr.getOpcode() == ISD::TargetGlobalAddress)) in selectAddrRiSpls() 219 Addr.getOpcode() == ISD::TargetGlobalAddress)) in selectAddrRr()
|
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/ |
| H A D | SparcISelDAGToDAG.cpp | 84 Addr.getOpcode() == ISD::TargetGlobalAddress || in SelectADDRri() 123 Addr.getOpcode() == ISD::TargetGlobalAddress || in SelectADDRrr()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | Mips16ISelDAGToDAG.cpp | 119 Addr.getOpcode() == ISD::TargetGlobalAddress)) in selectAddr()
|
| H A D | MipsSEISelDAGToDAG.cpp | 327 Addr.getOpcode() == ISD::TargetGlobalAddress)) in selectAddrRegImm()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 164 TargetGlobalAddress, enumerator
|
| H A D | SelectionDAGNodes.h | 1759 N->getOpcode() == ISD::TargetGlobalAddress ||
|
| /llvm-project-15.0.7/llvm/lib/Target/BPF/ |
| H A D | BPFISelDAGToDAG.cpp | 110 Addr.getOpcode() == ISD::TargetGlobalAddress) in SelectAddr()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | fmf-propagation.ll | 580 ; 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 D | AVRISelDAGToDAG.cpp | 444 if (Op == ISD::TargetGlobalAddress || Op == ISD::TargetExternalSymbol) { in select()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 161 case ISD::TargetGlobalAddress: return "TargetGlobalAddress"; in getOperationName()
|
| H A D | SelectionDAGISel.cpp | 2814 case ISD::TargetGlobalAddress: in SelectCodeCommon()
|
| H A D | SelectionDAG.cpp | 647 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 D | ARMISelDAGToDAG.cpp | 678 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 D | NVPTXISelDAGToDAG.cpp | 3579 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 D | HexagonISelDAGToDAG.cpp | 1410 if (GA->getOpcode() == ISD::TargetGlobalAddress) { in SelectGlobalAddress()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 2688 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 D | PPCISelDAGToDAG.cpp | 234 N.getOpcode() == ISD::TargetGlobalAddress) { in SelectAddrImmOffs() 5282 Offset.getOpcode() == ISD::TargetGlobalAddress) { in Select()
|
| H A D | PPCISelLowering.cpp | 2762 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 D | TargetSelectionDAG.td | 343 def tglobaladdr : SDNode<"ISD::TargetGlobalAddress", SDTPtrLeaf, [],
|