HomeSort by: relevance | last modified time | path
    Searched defs:isPrefix (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 965 inline bool isPrefix(uint64_t TSFlags) {
X86AsmBackend.cpp 355 static bool isPrefix(const MCInst &MI, const MCInstrInfo &MCII) {
356 return X86II::isPrefix(MCII.get(MI.getOpcode()).TSFlags);
548 if (isPrefix(PrevInst, *MCII))
553 if (isPrefix(Inst, *MCII))
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 504 static bool isPrefix(const IndicesVector &Prefix, const IndicesVector &Longer) {
522 return Low != Set.end() && isPrefix(*Low, Indices);
541 if (isPrefix(*Low, ToMark))
554 while (Low != End && isPrefix(ToMark, *Low)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.cpp 574 !HexagonMCInstrInfo::isPrefix(MCII, MCI);
724 bool HexagonMCInstrInfo::isPrefix(MCInstrInfo const &MCII, MCInst const &MCI) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
X86Operand.h 459 bool isPrefix() const { return Kind == Prefix; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 209 bool isPrefix = true;
215 while (isPrefix) {
312 isPrefix = false;
316 if (isPrefix)
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 2175 /// isPrefix - Return true if this is a prefix operation, like --x.
2176 static bool isPrefix(Opcode Op) {
2180 bool isPrefix() const { return isPrefix(getOpcode()); }
  /src/external/public-domain/sqlite/dist/
sqlite3.c     [all...]

Completed in 107 milliseconds