Searched refs:HasIndex (Results 1 – 13 of 13) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZRegisterInfo.cpp | 119 if (MI->getDesc().TSFlags & SystemZII::HasIndex in eliminateFrameIndex()
|
D | SystemZInstrInfo.h | 34 HasIndex = (1 << 3), enumerator
|
D | SystemZInstrFormats.td | 55 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;
|
D | SystemZInstrFP.td | 128 let Has20BitOffset = 1, HasIndex = 1, Is128Bit = 1 in { 144 let Has20BitOffset = 1, HasIndex = 1, Is128Bit = 1 in {
|
D | SystemZInstrInfo.cpp | 1017 if (MemDesc.TSFlags & SystemZII::HasIndex) in foldMemoryOperandImpl()
|
D | SystemZInstrInfo.td | 500 let Has20BitOffset = 1, HasIndex = 1, Is128Bit = 1 in { 537 let Has20BitOffset = 1, HasIndex = 1, Is128Bit = 1 in {
|
/external/clang/lib/Sema/ |
D | SemaExprMember.cpp | 314 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 40 HasIndex = (1 << 3), enumerator
|
D | SystemZRegisterInfo.cpp | 216 if (MI->getDesc().TSFlags & SystemZII::HasIndex in eliminateFrameIndex()
|
D | SystemZInstrFP.td | 148 let Has20BitOffset = 1, HasIndex = 1, Is128Bit = 1 in { 164 let Has20BitOffset = 1, HasIndex = 1, Is128Bit = 1 in {
|
D | SystemZInstrFormats.td | 59 bit HasIndex = 0; 91 let TSFlags{3} = HasIndex; 598 let HasIndex = 1; 613 let HasIndex = 1; 632 let HasIndex = 1; 651 let HasIndex = 1; 668 let HasIndex = 1; 685 let HasIndex = 1; 4560 let HasIndex = 1; 4616 let HasIndex = 1; [all …]
|
D | SystemZInstrInfo.cpp | 1308 if (MemDesc.TSFlags & SystemZII::HasIndex) in foldMemoryOperandImpl()
|
D | SystemZInstrInfo.td | 412 let Has20BitOffset = 1, HasIndex = 1, Is128Bit = 1 in { 456 let Has20BitOffset = 1, HasIndex = 1, Is128Bit = 1 in {
|