Home
last modified time | relevance | path

Searched refs:IndexOperand (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp442 auto *IndexOperand = cast<ConstantInt>(Extract->getIndexOperand()); in tryReplaceExtracts() local
443 auto Index = IndexOperand->getSExtValue(); in tryReplaceExtracts()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp1518 unsigned IndexOperand = MI.getOperand(7).getImm(); in selectDSOrderedIntrinsic() local
1525 unsigned OrderedCountIndex = IndexOperand & 0x3f; in selectDSOrderedIntrinsic()
1526 IndexOperand &= ~0x3f; in selectDSOrderedIntrinsic()
1530 CountDw = (IndexOperand >> 24) & 0xf; in selectDSOrderedIntrinsic()
1531 IndexOperand &= ~(0xf << 24); in selectDSOrderedIntrinsic()
1539 if (IndexOperand) in selectDSOrderedIntrinsic()
H A DSIISelLowering.cpp7272 unsigned IndexOperand = M->getConstantOperandVal(7); in LowerINTRINSIC_W_CHAIN() local
7276 unsigned OrderedCountIndex = IndexOperand & 0x3f; in LowerINTRINSIC_W_CHAIN()
7277 IndexOperand &= ~0x3f; in LowerINTRINSIC_W_CHAIN()
7281 CountDw = (IndexOperand >> 24) & 0xf; in LowerINTRINSIC_W_CHAIN()
7282 IndexOperand &= ~(0xf << 24); in LowerINTRINSIC_W_CHAIN()
7290 if (IndexOperand) in LowerINTRINSIC_W_CHAIN()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A Driscv_vector.td1149 Value *IndexOperand = Ops[PtrOperandIdx + 1];
1152 Operands.push_back(IndexOperand);
1158 IntrinsicTypes = {ResultType, IndexOperand->getType(), Ops.back()->getType()};