Home
last modified time | relevance | path

Searched refs:MaskOpIdx (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVVectorPeephole.cpp231 unsigned MaskOpIdx = I->MaskOpIdx + MI.getNumExplicitDefs(); in convertToUnmasked() local
232 MI.removeOperand(MaskOpIdx); in convertToUnmasked()
H A DRISCVInstrInfo.h383 uint8_t MaskOpIdx; member
H A DRISCVISelDAGToDAG.cpp3578 static bool usesAllOnesMask(SDNode *N, unsigned MaskOpIdx) { in usesAllOnesMask() argument
3579 return usesAllOnesMask(N->getOperand(MaskOpIdx), in usesAllOnesMask()
3605 unsigned MaskOpIdx = I->MaskOpIdx; in doPeepholeMaskedRVV() local
3606 if (!usesAllOnesMask(N, MaskOpIdx)) in doPeepholeMaskedRVV()
3628 if (I == MaskOpIdx || Op.getValueType() == MVT::Glue) in doPeepholeMaskedRVV()
3774 getMaskSetter(True->getOperand(Info->MaskOpIdx), in performCombineVMergeAndVOps()
3860 Mask = True->getOperand(Info->MaskOpIdx); in performCombineVMergeAndVOps()
3910 assert(!IsMasked || NormalOpsEnd == Info->MaskOpIdx); in performCombineVMergeAndVOps()
H A DRISCVInstrInfoVPseudos.td567 bits<4> MaskOpIdx = MaskIdx;
574 let Fields = ["MaskedPseudo", "UnmaskedPseudo", "MaskOpIdx", "ActiveElementsAffectResult"];