Searched refs:TargetGlobalAddress (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelDAGToDAG.cpp164 Addr.getOpcode() == ISD::TargetGlobalAddress))
219 Addr.getOpcode() == ISD::TargetGlobalAddress))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp84 Addr.getOpcode() == ISD::TargetGlobalAddress ||
123 Addr.getOpcode() == ISD::TargetGlobalAddress ||
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h129 /// TargetGlobalAddress - Like GlobalAddress, but the DAG does no folding or
132 TargetGlobalAddress, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAGNodes.h1733 N->getOpcode() == ISD::TargetGlobalAddress ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.cpp119 Addr.getOpcode() == ISD::TargetGlobalAddress))
H A DMipsSEISelDAGToDAG.cpp327 Addr.getOpcode() == ISD::TargetGlobalAddress))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp424 if (Op == ISD::TargetGlobalAddress || Op == ISD::TargetExternalSymbol) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp110 Addr.getOpcode() == ISD::TargetGlobalAddress)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp161 case ISD::TargetGlobalAddress: return "TargetGlobalAddress";
H A DSelectionDAGISel.cpp2795 case ISD::TargetGlobalAddress:
H A DSelectionDAG.cpp505 case ISD::TargetGlobalAddress:
1409 Opc = isTargetGA ? ISD::TargetGlobalAddress : ISD::GlobalAddress;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp644 N.getOperand(0).getOpcode() != ISD::TargetGlobalAddress &&
953 N.getOperand(0).getOpcode() != ISD::TargetGlobalAddress &&
1124 N.getOperand(0).getOpcode() != ISD::TargetGlobalAddress &&
1258 N.getOperand(0).getOpcode() != ISD::TargetGlobalAddress &&
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp3585 if (N.getOpcode() == ISD::TargetGlobalAddress ||
3641 Addr.getOpcode() == ISD::TargetGlobalAddress)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1400 if (GA->getOpcode() == ISD::TargetGlobalAddress) {
1413 // The operand(0) of CONST32 is TargetGlobalAddress, which is what we
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp227 N.getOpcode() == ISD::TargetGlobalAddress) {
4650 Offset.getOpcode() == ISD::TargetGlobalAddress) {
H A DPPCISelLowering.cpp2455 assert(Disp.getOpcode() == ISD::TargetGlobalAddress ||
5477 Callee.getOpcode() == ISD::TargetGlobalAddress ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2447 if (N->getOpcode() != ISD::TargetGlobalAddress)
2630 if (Opc != ISD::TargetGlobalAddress || !WasTruncated) {

Completed in 431 milliseconds