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

/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp105 if (MI->getDesc().TSFlags & SystemZII::HasIndex
H A DSystemZInstrInfo.h34 HasIndex = (1 << 3), enumerator in enum:llvm::SystemZII::__anon3019
H A DSystemZInstrInfo.cpp881 if (MemDesc.TSFlags & SystemZII::HasIndex)
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp299 bool HasIndex[16] = {}; local
311 if (HasIndex[Idx]) HasRepeated = true;
312 HasIndex[Idx] = true;
318 if (HasIndex[Idx]) HasRepeated = true;
319 HasIndex[Idx] = true;

Completed in 59 milliseconds