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.cpp388 std::optional<unsigned> VecOperand; in determineBaseAndStride() local
397 if (VecOperand) in determineBaseAndStride()
400 VecOperand = i; in determineBaseAndStride()
410 if (!VecOperand) in determineBaseAndStride()
418 Value *VecIndex = Ops[*VecOperand]; in determineBaseAndStride()
438 Ops[*VecOperand] = Start; in determineBaseAndStride()
474 Ops[*VecOperand] = BasePhi; in determineBaseAndStride()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp1701 TreePatternNode &VecOperand = in ApplyTypeConstraint() local
1705 return TI.EnforceVectorEltTypeIs(VecOperand.getExtType(VResNo), in ApplyTypeConstraint()