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

  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 157 /// MO_TLVP - On a symbol operand this indicates that the immediate is
161 MO_TLVP,
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86InstrInfo.h 96 case X86II::MO_TLVP: // ??? Pretty sure..
X86AsmPrinter.cpp 198 case X86II::MO_TLVP: O << "@TLVP"; break;
X86MCInstLower.cpp 148 case X86II::MO_TLVP: RefKind = MCSymbolRefExpr::VK_TLVP; break;
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 199 /// MO_TLVP - On a symbol operand this indicates that the immediate is
203 MO_TLVP,
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 108 case X86II::MO_TLVP: // ??? Pretty sure..
X86AsmPrinter.cpp 161 case X86II::MO_TLVP: O << "@TLVP"; break;
X86MCInstLower.cpp 196 case X86II::MO_TLVP: RefKind = MCSymbolRefExpr::VK_TLVP; break;
    [all...]
X86InstrInfo.cpp     [all...]
X86ISelLowering.cpp     [all...]

Completed in 147 milliseconds