Searched refs:HasIndex (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h39 HasIndex = (1 << 3), enumerator in enum:llvm::SystemZII::__anon2532
H A DSystemZRegisterInfo.cpp347 if (MI->getDesc().TSFlags & SystemZII::HasIndex
H A DSystemZInstrInfo.cpp1311 if (MemDesc.TSFlags & SystemZII::HasIndex)
/freebsd-current/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp840 bool HasIndex = false;
855 HasIndex = true;
870 unsigned OpCount = IsPD + IsPI + (HasIndex || HasDisplacement);
879 } else if (HasIndex) {
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp353 bool HasIndex[16] = {}; local
369 if (HasIndex[Idx]) HasRepeated = true;
370 HasIndex[Idx] = true;
386 if (HasIndex[Idx]) HasRepeated = true;
387 HasIndex[Idx] = true;

Completed in 192 milliseconds