Searched refs:NumBreakDowns (Results 1 – 9 of 9) sorted by relevance
306 unsigned NumBreakDowns) { in hashValueMapping() argument307 if (LLVM_LIKELY(NumBreakDowns == 1)) in hashValueMapping()309 SmallVector<size_t, 8> Hashes(NumBreakDowns); in hashValueMapping()310 for (unsigned Idx = 0; Idx != NumBreakDowns; ++Idx) in hashValueMapping()317 unsigned NumBreakDowns) const { in getValueMapping()320 hash_code Hash = hashValueMapping(BreakDown, NumBreakDowns); in getValueMapping()543 if (NumBreakDowns < 2) in partsAllUniform()557 assert(NumBreakDowns && "Value mapped nowhere?!"); in verify()594 OS << "#BreakDown: " << NumBreakDowns << " "; in print()678 getInstrMapping().getOperandMapping(OpIdx).NumBreakDowns; in getVRegsMem()[all …]
151 unsigned NumBreakDowns; member161 unsigned NumBreakDowns) in ValueMapping()162 : BreakDown(BreakDown), NumBreakDowns(NumBreakDowns) {} in ValueMapping()166 const PartialMapping *end() const { return BreakDown + NumBreakDowns; } in end()173 bool isValid() const { return BreakDown && NumBreakDowns; } in isValid()484 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()178 if (ValMapping.NumBreakDowns == RegTy.getNumElements()) in repairReg()182 (ValMapping.BreakDown[0].Length * ValMapping.NumBreakDowns == in repairReg()241 assert(ValMapping.NumBreakDowns && "Nothing to map??"); in getRepairCost()243 bool IsSameNumOfValues = ValMapping.NumBreakDowns == 1; in getRepairCost()259 if (ValMapping.NumBreakDowns != 1) in getRepairCost()350 if (ValMapping.NumBreakDowns == 1) in tryAvoidingSplit()427 if (ValMapping.NumBreakDowns == 1) { in tryAvoidingSplit()[all …]
52 /* BreakDown, NumBreakDowns */
170 Map[0].NumBreakDowns == 1 && #RBNameDst #Size \ in AArch64RegisterBankInfo()174 Map[1].NumBreakDowns == 1 && #RBNameSrc #Size \ in AArch64RegisterBankInfo()198 Map[0].NumBreakDowns == 1 && "FPR" #DstSize \ in AArch64RegisterBankInfo()202 Map[1].NumBreakDowns == 1 && "FPR" #SrcSize \ in AArch64RegisterBankInfo()
38 /* BreakDown, NumBreakDowns */142 Map.NumBreakDowns == 1;
43 /* BreakDown, NumBreakDowns */
95 return VM.NumBreakDowns == 1 && VM.BreakDown == BreakDown; in checkValueMapping()
267 if (ValMapping.NumBreakDowns >= 2 || ValMapping.BreakDown[0].Length >= 64) in getBreakDownCost()270 assert(ValMapping.NumBreakDowns == 2 && in getBreakDownCost()