HomeSort by relevance Sort by last modified time
    Searched refs:MO_GOT (Results 1 - 22 of 22) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.cpp 78 return AArch64II::MO_GOT;
84 return AArch64II::MO_GOT;
96 return (isDecl || GV->isWeakForLinker()) ? AArch64II::MO_GOT
100 return GV->hasLocalLinkage() ? AArch64II::MO_NO_FLAG : AArch64II::MO_GOT;
AArch64MCInstLower.cpp 47 if ((MO.getTargetFlags() & AArch64II::MO_GOT) != 0) {
54 llvm_unreachable("Unexpected target flags with MO_GOT on GV operand");
81 if (MO.getTargetFlags() & AArch64II::MO_GOT)
AArch64CollectLOH.cpp 671 if (Instr->getOperand(2).getTargetFlags() & AArch64II::MO_GOT)
747 !(Use.getOperand(2).getTargetFlags() & AArch64II::MO_GOT)))
    [all...]
AArch64FastISel.cpp 261 if (OpFlags & AArch64II::MO_GOT) {
265 .addGlobalAddress(GV, 0, AArch64II::MO_GOT | AArch64II::MO_PAGE);
271 .addGlobalAddress(GV, 0, AArch64II::MO_GOT | AArch64II::MO_PAGEOFF |
    [all...]
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsBaseInfo.h 39 MO_GOT,
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonBaseInfo.h 182 /// MO_GOT - Indicates a GOT-relative relocation
183 MO_GOT,
  /external/llvm/lib/Target/SystemZ/
SystemZMCInstLower.cpp 23 case SystemZII::MO_GOT:
SystemZInstrInfo.h 62 MO_GOT = (1 << 0)
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 89 case X86II::MO_GOT: // normal GOT reference.
105 case X86II::MO_GOT: // isPICStyleGOT: other global.
X86Subtarget.cpp 105 return X86II::MO_GOT;
X86AsmPrinter.cpp 163 case X86II::MO_GOT: O << "@GOT"; break;
X86MCInstLower.cpp 204 case X86II::MO_GOT: RefKind = MCSymbolRefExpr::VK_GOT; break;
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 47 case MipsII::MO_GOT: Kind = MCSymbolRefExpr::VK_Mips_GOT; break;
MipsFastISel.cpp 354 GV, 0, MipsII::MO_GOT);
MipsISelLowering.h 271 unsigned GOTFlag = IsN32OrN64 ? MipsII::MO_GOT_PAGE : MipsII::MO_GOT;
Mips16ISelLowering.cpp 504 MipsII::MO_GOT, Chain,
MipsAsmPrinter.cpp 571 case MipsII::MO_GOT: O << "%got("; break;
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 67 /// MO_GOT - On a symbol operand this indicates that the immediate is the
72 MO_GOT,
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h     [all...]

Completed in 185 milliseconds