Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp346 Optional<unsigned> VecOperand; in determineBaseAndStride() local
355 if (VecOperand) in determineBaseAndStride()
358 VecOperand = i; in determineBaseAndStride()
368 if (!VecOperand) in determineBaseAndStride()
375 Value *VecIndex = Ops[*VecOperand]; in determineBaseAndStride()
394 Ops[*VecOperand] = BasePhi; in determineBaseAndStride()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1708 TreePatternNode *VecOperand = in ApplyTypeConstraint() local
1713 return TI.EnforceVectorEltTypeIs(VecOperand->getExtType(VResNo), in ApplyTypeConstraint()