Home
last modified time | relevance | path

Searched refs:HasIndex (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp845 bool HasIndex = false; in parseMemOp() local
860 HasIndex = true; in parseMemOp()
875 unsigned OpCount = IsPD + IsPI + (HasIndex || HasDisplacement); in parseMemOp()
884 } else if (HasIndex) { in parseMemOp()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp395 bool HasIndex[16] = {}; in CheckExtVectorComponent() local
411 if (HasIndex[Idx]) HasRepeated = true; in CheckExtVectorComponent()
412 HasIndex[Idx] = true; in CheckExtVectorComponent()
428 if (HasIndex[Idx]) HasRepeated = true; in CheckExtVectorComponent()
429 HasIndex[Idx] = true; in CheckExtVectorComponent()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h39 HasIndex = (1 << 3), enumerator
H A DSystemZRegisterInfo.cpp351 if (MI->getDesc().TSFlags & SystemZII::HasIndex in eliminateFrameIndex()
H A DSystemZInstrFormats.td65 bit HasIndex = 0;
105 let TSFlags{3} = HasIndex;
644 let HasIndex = 1;
663 let HasIndex = 1;
686 let HasIndex = 1;
709 let HasIndex = 1;
731 let HasIndex = 1;
753 let HasIndex = 1;
5287 let HasIndex = 1;
5342 let HasIndex = 1;
[all …]
H A DSystemZInstrFP.td172 let Has20BitOffset = 1, HasIndex = 1, Is128Bit = 1 in {
191 let Has20BitOffset = 1, HasIndex = 1, Is128Bit = 1 in {
H A DSystemZInstrInfo.cpp1516 if (MemDesc.TSFlags & SystemZII::HasIndex) in foldMemoryOperandImpl()
H A DSystemZInstrInfo.td475 let Has20BitOffset = 1, HasIndex = 1, Is128Bit = 1 in {
519 let Has20BitOffset = 1, HasIndex = 1, Is128Bit = 1 in {