Lines Matching refs:TSFlags

277   if (RISCVII::hasSEWOp(MI.getDesc().TSFlags)) {  in isMaskRegOp()
368 uint64_t TSFlags = MI.getDesc().TSFlags; in getDemanded() local
369 if (RISCVII::hasSEWOp(TSFlags)) { in getDemanded()
371 if (RISCVII::hasVLOp(TSFlags)) in getDemanded()
387 if (RISCVII::hasSEWOp(TSFlags) && MI.getNumExplicitDefs() == 0) { in getDemanded()
776 static VSETVLIInfo computeInfoForInstr(const MachineInstr &MI, uint64_t TSFlags, in computeInfoForInstr() argument
785 bool UsesMaskPolicy = RISCVII::usesMaskPolicy(TSFlags); in computeInfoForInstr()
793 if (RISCVII::hasVecPolicyOp(TSFlags)) { in computeInfoForInstr()
818 if (RISCVII::doesForceTailAgnostic(TSFlags)) in computeInfoForInstr()
822 RISCVII::VLMUL VLMul = RISCVII::getLMul(TSFlags); in computeInfoForInstr()
829 if (RISCVII::hasVLOp(TSFlags)) { in computeInfoForInstr()
948 assert(Require == computeInfoForInstr(MI, MI.getDesc().TSFlags, MRI)); in needVSETVLI()
993 uint64_t TSFlags = MI.getDesc().TSFlags; in transferBefore() local
994 if (!RISCVII::hasSEWOp(TSFlags)) in transferBefore()
997 const VSETVLIInfo NewInfo = computeInfoForInstr(MI, TSFlags, MRI); in transferBefore()
1004 if (!RISCVII::hasVLOp(TSFlags)) in transferBefore()
1076 if (isVectorConfigInstr(MI) || RISCVII::hasSEWOp(MI.getDesc().TSFlags)) in computeVLVTYPEChanges()
1203 uint64_t TSFlags = MI.getDesc().TSFlags; in emitVSETVLIs() local
1204 if (RISCVII::hasSEWOp(TSFlags)) { in emitVSETVLIs()
1218 if (RISCVII::hasVLOp(TSFlags)) { in emitVSETVLIs()
1334 const uint64_t TSFlags = MI.getDesc().TSFlags; in doPRE() local
1335 if (RISCVII::hasSEWOp(TSFlags)) { in doPRE()
1336 if (AvailableInfo != computeInfoForInstr(MI, TSFlags, MRI)) in doPRE()