Searched refs:NumBreakDowns (Results 1 – 8 of 8) sorted by relevance
301 unsigned NumBreakDowns) { in hashValueMapping() argument302 if (LLVM_LIKELY(NumBreakDowns == 1)) in hashValueMapping()304 SmallVector<size_t, 8> Hashes(NumBreakDowns); in hashValueMapping()305 for (unsigned Idx = 0; Idx != NumBreakDowns; ++Idx) in hashValueMapping()312 unsigned NumBreakDowns) const { in getValueMapping()315 hash_code Hash = hashValueMapping(BreakDown, NumBreakDowns); in getValueMapping()533 if (NumBreakDowns < 2) in partsAllUniform()546 assert(NumBreakDowns && "Value mapped nowhere?!"); in verify()582 OS << "#BreakDown: " << NumBreakDowns << " "; in print()661 getInstrMapping().getOperandMapping(OpIdx).NumBreakDowns; in getVRegsMem()[all …]
150 unsigned NumBreakDowns; member159 ValueMapping(const PartialMapping *BreakDown, unsigned NumBreakDowns) in ValueMapping()160 : BreakDown(BreakDown), NumBreakDowns(NumBreakDowns) {} in ValueMapping()164 const PartialMapping *end() const { return BreakDown + NumBreakDowns; } in end()171 bool isValid() const { return BreakDown && NumBreakDowns; } in isValid()475 unsigned NumBreakDowns) const;
117 if (ValMapping.NumBreakDowns != 1) in assignmentMatch()138 assert(ValMapping.NumBreakDowns == (unsigned)size(NewVRegs) && in repairReg()145 if (ValMapping.NumBreakDowns == 1) { in repairReg()177 if (ValMapping.NumBreakDowns == RegTy.getNumElements()) in repairReg()181 (ValMapping.BreakDown[0].Length * ValMapping.NumBreakDowns == in repairReg()240 assert(ValMapping.NumBreakDowns && "Nothing to map??"); in getRepairCost()242 bool IsSameNumOfValues = ValMapping.NumBreakDowns == 1; in getRepairCost()258 if (ValMapping.NumBreakDowns != 1) in getRepairCost()349 if (ValMapping.NumBreakDowns == 1) in tryAvoidingSplit()426 if (ValMapping.NumBreakDowns == 1) { in tryAvoidingSplit()[all …]
167 Map[0].NumBreakDowns == 1 && #RBNameDst #Size \ in AArch64RegisterBankInfo()171 Map[1].NumBreakDowns == 1 && #RBNameSrc #Size \ in AArch64RegisterBankInfo()195 Map[0].NumBreakDowns == 1 && "FPR" #DstSize \ in AArch64RegisterBankInfo()199 Map[1].NumBreakDowns == 1 && "FPR" #SrcSize \ in AArch64RegisterBankInfo()
52 /* BreakDown, NumBreakDowns */
38 /* BreakDown, NumBreakDowns */142 Map.NumBreakDowns == 1;
94 return VM.NumBreakDowns == 1 && VM.BreakDown == BreakDown; in checkValueMapping()
255 if (ValMapping.NumBreakDowns >= 2 || ValMapping.BreakDown[0].Length >= 64) in getBreakDownCost()258 assert(ValMapping.NumBreakDowns == 2 && in getBreakDownCost()