HomeSort by: relevance | last modified time | path
    Searched refs:MO_GOT (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsBaseInfo.h 36 /// MO_GOT - Represents the offset into the global offset table at which
38 MO_GOT,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64Subtarget.cpp 267 return AArch64II::MO_GOT;
271 return AArch64II::MO_GOT | AArch64II::MO_DLLIMPORT;
273 return AArch64II::MO_GOT | AArch64II::MO_COFFSTUB;
274 return AArch64II::MO_GOT;
282 return AArch64II::MO_GOT;
300 return AArch64II::MO_GOT;
306 return AArch64II::MO_GOT;
AArch64CollectLOH.cpp 191 return MI.getOperand(2).getTargetFlags() & AArch64II::MO_GOT;
238 return !(MI.getOperand(2).getTargetFlags() & AArch64II::MO_GOT);
319 MI.getOperand(2).getTargetFlags() & AArch64II::MO_GOT) {
366 assert((MI.getOperand(2).getTargetFlags() & AArch64II::MO_GOT) &&
AArch64MCInstLower.cpp 84 if ((MO.getTargetFlags() & AArch64II::MO_GOT) != 0) {
91 llvm_unreachable("Unexpected target flags with MO_GOT on GV operand");
118 if (MO.getTargetFlags() & AArch64II::MO_GOT)
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/MCTargetDesc/
M68kBaseInfo.h 96 MO_GOT,
124 case M68kII::MO_GOT: // normal GOT reference.
150 case M68kII::MO_GOT: // isPICStyleGOT: other global.
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonBaseInfo.h 183 /// MO_GOT - Indicates a GOT-relative relocation
184 MO_GOT,
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kSubtarget.cpp 161 return M68kII::MO_GOT;
M68kMCInstLower.cpp 90 case M68kII::MO_GOT:
M68kInstrInfo.cpp 821 {MO_GOT, "m68k-got"},
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZMCInstLower.cpp 23 case SystemZII::MO_GOT:
SystemZInstrInfo.h 71 MO_GOT = (1 << 0),
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86Subtarget.cpp 159 return isTargetELF() ? X86II::MO_GOT : X86II::MO_NO_FLAG;
170 // We cannot use MO_GOT because EBX may not be set up.
173 return X86II::MO_GOT;
X86InstrInfo.h 79 case X86II::MO_GOT: // normal GOT reference.
95 case X86II::MO_GOT: // isPICStyleGOT: other global.
X86AsmPrinter.cpp 193 case X86II::MO_GOT: O << "@GOT"; break;
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyMCInstLower.cpp 156 case WebAssemblyII::MO_GOT:
176 if (TargetFlags == WebAssemblyII::MO_GOT)
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 261 /// MO_GOT - On a symbol operand, this represents a GOT relative relocation.
262 MO_GOT = 0x8,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonMCInstLower.cpp 56 case HexagonII::MO_GOT:
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyMCTargetDesc.h 96 MO_GOT,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 54 case MipsII::MO_GOT:
MipsInstructionSelector.cpp 681 LWGOT->getOperand(2).setTargetFlags(MipsII::MO_GOT);
729 .addJumpTableIndex(I.getOperand(1).getIndex(), MipsII::MO_GOT)
Mips16ISelLowering.cpp 494 MipsII::MO_GOT, Chain,
MipsAsmPrinter.cpp 672 case MipsII::MO_GOT: O << "%got("; break;
MipsISelLowering.h 380 unsigned GOTFlag = IsN32OrN64 ? MipsII::MO_GOT_PAGE : MipsII::MO_GOT;
MipsInstrInfo.cpp 818 {MO_GOT, "mips-got"},
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 629 /// MO_GOT - This flag indicates that a symbol operand represents the
632 MO_GOT = 0x10,

Completed in 79 milliseconds

1 2