Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.cpp119 if (MI->getDesc().TSFlags & SystemZII::HasIndex in eliminateFrameIndex()
DSystemZInstrInfo.h34 HasIndex = (1 << 3), enumerator
DSystemZInstrFormats.td55 bit HasIndex = 0;
87 let TSFlags{3} = HasIndex;
417 let HasIndex = 1;
436 let HasIndex = 1;
455 let HasIndex = 1;
472 let HasIndex = 1;
2390 let HasIndex = 1;
2443 let HasIndex = 1;
2454 let HasIndex = 1;
DSystemZInstrFP.td128 let Has20BitOffset = 1, HasIndex = 1, Is128Bit = 1 in {
144 let Has20BitOffset = 1, HasIndex = 1, Is128Bit = 1 in {
DSystemZInstrInfo.cpp1017 if (MemDesc.TSFlags & SystemZII::HasIndex) in foldMemoryOperandImpl()
DSystemZInstrInfo.td500 let Has20BitOffset = 1, HasIndex = 1, Is128Bit = 1 in {
537 let Has20BitOffset = 1, HasIndex = 1, Is128Bit = 1 in {
/external/clang/lib/Sema/
DSemaExprMember.cpp314 bool HasIndex[16] = {}; in CheckExtVectorComponent() local
330 if (HasIndex[Idx]) HasRepeated = true; in CheckExtVectorComponent()
331 HasIndex[Idx] = true; in CheckExtVectorComponent()
347 if (HasIndex[Idx]) HasRepeated = true; in CheckExtVectorComponent()
348 HasIndex[Idx] = true; in CheckExtVectorComponent()