HomeSort by: relevance | last modified time | path
    Searched refs:IndexOperand (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
InterleavedAccessPass.cpp 441 auto *IndexOperand = cast<ConstantInt>(Extract->getIndexOperand());
442 auto Index = IndexOperand->getSExtValue();
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUInstructionSelector.cpp 1241 unsigned IndexOperand = MI.getOperand(7).getImm();
1248 unsigned OrderedCountIndex = IndexOperand & 0x3f;
1249 IndexOperand &= ~0x3f;
1253 CountDw = (IndexOperand >> 24) & 0xf;
1254 IndexOperand &= ~(0xf << 24);
1262 if (IndexOperand)
SIISelLowering.cpp 6819 unsigned IndexOperand = M->getConstantOperandVal(7);
6823 unsigned OrderedCountIndex = IndexOperand & 0x3f;
6824 IndexOperand &= ~0x3f;
6828 CountDw = (IndexOperand >> 24) & 0xf;
6829 IndexOperand &= ~(0xf << 24);
6837 if (IndexOperand)

Completed in 79 milliseconds