Searched refs:IndexOperand (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp442 auto *IndexOperand = cast<ConstantInt>(Extract->getIndexOperand()); local
443 auto Index = IndexOperand->getSExtValue();
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp1518 unsigned IndexOperand = MI.getOperand(7).getImm(); local
1525 unsigned OrderedCountIndex = IndexOperand & 0x3f;
1526 IndexOperand &= ~0x3f;
1530 CountDw = (IndexOperand >> 24) & 0xf;
1531 IndexOperand &= ~(0xf << 24);
1539 if (IndexOperand)
H A DSIISelLowering.cpp7272 unsigned IndexOperand = M->getConstantOperandVal(7); local
7276 unsigned OrderedCountIndex = IndexOperand & 0x3f;
7277 IndexOperand &= ~0x3f;
7281 CountDw = (IndexOperand >> 24) & 0xf;
7282 IndexOperand &= ~(0xf << 24);
7290 if (IndexOperand)

Completed in 309 milliseconds