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

  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 102 return X86II::MO_GOTPCREL;
135 return X86II::MO_GOTPCREL;
X86InstrInfo.h 89 case X86II::MO_GOTPCREL: // rip-relative GOT reference.
X86AsmPrinter.cpp 157 case X86II::MO_GOTPCREL: O << "@GOTPCREL"; break;
X86MCInstLower.cpp 215 case X86II::MO_GOTPCREL: RefKind = MCSymbolRefExpr::VK_GOTPCREL; break;
    [all...]
X86FastISel.cpp     [all...]
X86InstrInfo.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.cpp 80 return X86II::MO_GOTPCREL;
86 return X86II::MO_GOTPCREL;
X86InstrInfo.h 75 case X86II::MO_GOTPCREL: // rip-relative GOT reference.
X86AsmPrinter.cpp 194 case X86II::MO_GOTPCREL: O << "@GOTPCREL"; break;
X86MCInstLower.cpp 162 case X86II::MO_GOTPCREL: RefKind = MCSymbolRefExpr::VK_GOTPCREL; break;
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUMCInstLower.cpp 45 case SIInstrInfo::MO_GOTPCREL: return MCSymbolRefExpr::VK_GOTPCREL;
SIInstrInfo.h 97 MO_GOTPCREL = 1
SIISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 81 /// MO_GOTPCREL - On a symbol operand this indicates that the immediate is
87 MO_GOTPCREL,
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 91 /// MO_GOTPCREL - On a symbol operand this indicates that the immediate is
97 MO_GOTPCREL,

Completed in 890 milliseconds