Home
last modified time | relevance | path

Searched refs:VecOperand (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp350 std::optional<unsigned> VecOperand; in determineBaseAndStride() local
359 if (VecOperand) in determineBaseAndStride()
362 VecOperand = i; in determineBaseAndStride()
372 if (!VecOperand) in determineBaseAndStride()
379 Value *VecIndex = Ops[*VecOperand]; in determineBaseAndStride()
392 Ops[*VecOperand] = Start; in determineBaseAndStride()
428 Ops[*VecOperand] = BasePhi; in determineBaseAndStride()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1706 TreePatternNode *VecOperand = in ApplyTypeConstraint() local
1711 return TI.EnforceVectorEltTypeIs(VecOperand->getExtType(VResNo), in ApplyTypeConstraint()