Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp379 std::optional<unsigned> VecOperand; in determineBaseAndStride() local
388 if (VecOperand) in determineBaseAndStride()
391 VecOperand = i; in determineBaseAndStride()
401 if (!VecOperand) in determineBaseAndStride()
409 Value *VecIndex = Ops[*VecOperand]; in determineBaseAndStride()
429 Ops[*VecOperand] = Start; in determineBaseAndStride()
465 Ops[*VecOperand] = BasePhi; in determineBaseAndStride()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp1686 TreePatternNode &VecOperand = getOperandNum( in ApplyTypeConstraint() local
1690 return TI.EnforceVectorEltTypeIs(VecOperand.getExtType(VResNo), in ApplyTypeConstraint()