HomeSort by: relevance | last modified time | path
    Searched refs:HasIndex (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/AsmParser/
M68kAsmParser.cpp 688 bool HasIndex = false;
706 HasIndex = true;
723 unsigned OpCount = IsPD + IsPI + (HasIndex || HasDisplacement);
734 } else if (HasIndex) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 39 HasIndex = (1 << 3),
SystemZRegisterInfo.cpp 345 if (MI->getDesc().TSFlags & SystemZII::HasIndex
SystemZInstrInfo.cpp 1289 if (MemDesc.TSFlags & SystemZII::HasIndex)
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprMember.cpp 320 bool HasIndex[16] = {};
336 if (HasIndex[Idx]) HasRepeated = true;
337 HasIndex[Idx] = true;
352 if (HasIndex[Idx]) HasRepeated = true;
353 HasIndex[Idx] = true;

Completed in 22 milliseconds