Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp360 std::optional<unsigned> VecOperand; in determineBaseAndStride() local
369 if (VecOperand) in determineBaseAndStride()
372 VecOperand = i; in determineBaseAndStride()
382 if (!VecOperand) in determineBaseAndStride()
390 Value *VecIndex = Ops[*VecOperand]; in determineBaseAndStride()
410 Ops[*VecOperand] = Start; in determineBaseAndStride()
446 Ops[*VecOperand] = BasePhi; in determineBaseAndStride()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1687 TreePatternNode *VecOperand = in ApplyTypeConstraint() local
1692 return TI.EnforceVectorEltTypeIs(VecOperand->getExtType(VResNo), in ApplyTypeConstraint()