/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
H A D | VEISelDAGToDAG.cpp | 164 Addr.getOpcode() == ISD::TargetGlobalAddress || in selectADDRrri() 226 Addr.getOpcode() == ISD::TargetGlobalAddress || in selectADDRzii() 257 Addr.getOpcode() == ISD::TargetGlobalAddress || in selectADDRzi() 276 Addr.getOpcode() == ISD::TargetGlobalAddress || in matchADDRrr() 308 Addr.getOpcode() == ISD::TargetGlobalAddress || in matchADDRri()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISD.def | 20 // A wrapper node for TargetExternalSymbol, TargetGlobalAddress, and MCSymbol
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
H A D | LanaiISelDAGToDAG.cpp | 164 Addr.getOpcode() == ISD::TargetGlobalAddress)) in selectAddrRiSpls() 219 Addr.getOpcode() == ISD::TargetGlobalAddress)) in selectAddrRr()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
H A D | SparcISelDAGToDAG.cpp | 84 Addr.getOpcode() == ISD::TargetGlobalAddress || in SelectADDRri() 123 Addr.getOpcode() == ISD::TargetGlobalAddress || in SelectADDRrr()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 157 TargetGlobalAddress, enumerator
|
H A D | SelectionDAGNodes.h | 1708 N->getOpcode() == ISD::TargetGlobalAddress ||
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
H A D | BPFISelDAGToDAG.cpp | 110 Addr.getOpcode() == ISD::TargetGlobalAddress) in SelectAddr()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
H A D | AVRISelDAGToDAG.cpp | 421 if (Op == ISD::TargetGlobalAddress || Op == ISD::TargetExternalSymbol) { in select()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 162 case ISD::TargetGlobalAddress: return "TargetGlobalAddress"; in getOperationName()
|
H A D | SelectionDAGISel.cpp | 2846 case ISD::TargetGlobalAddress: in SelectCodeCommon()
|
H A D | SelectionDAG.cpp | 609 case ISD::TargetGlobalAddress: in AddNodeIDCustom() 1560 Opc = isTargetGA ? ISD::TargetGlobalAddress : ISD::GlobalAddress; in getGlobalAddress()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 670 N.getOperand(0).getOpcode() != ISD::TargetGlobalAddress && in SelectAddrModeImm12() 979 N.getOperand(0).getOpcode() != ISD::TargetGlobalAddress && in IsAddressingMode5() 1150 N.getOperand(0).getOpcode() != ISD::TargetGlobalAddress && in SelectThumbAddrModeImm5S() 1284 N.getOperand(0).getOpcode() != ISD::TargetGlobalAddress && in SelectT2AddrModeImm12()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelDAGToDAG.cpp | 3584 if (N.getOpcode() == ISD::TargetGlobalAddress || in SelectDirectAddr() 3640 Addr.getOpcode() == ISD::TargetGlobalAddress) in SelectADDRri_imp()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAG.cpp | 1406 if (GA->getOpcode() == ISD::TargetGlobalAddress) { in SelectGlobalAddress()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 2573 if (N->getOpcode() != ISD::TargetGlobalAddress) in selectMOV64Imm32() 2750 if (Opc != ISD::TargetGlobalAddress || !WasTruncated) { in selectRelocImm()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 337 def tglobaladdr : SDNode<"ISD::TargetGlobalAddress", SDTPtrLeaf, [],
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 233 N.getOpcode() == ISD::TargetGlobalAddress) { in SelectAddrImmOffs() 5136 Offset.getOpcode() == ISD::TargetGlobalAddress) { in Select()
|
H A D | PPCISelLowering.cpp | 2701 assert(Disp.getOpcode() == ISD::TargetGlobalAddress || in SelectAddressRegImm() 5524 Callee.getOpcode() == ISD::TargetGlobalAddress || in FinishCall() 17290 assert(Disp.getOpcode() == ISD::TargetGlobalAddress || in SelectOptimalAddrMode()
|