Lines Matching refs:NumBreakDowns
306 unsigned NumBreakDowns) { in hashValueMapping() argument
307 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()
328 ValMapping = std::make_unique<ValueMapping>(BreakDown, NumBreakDowns); in getValueMapping()
460 assert(OpdMapper.getInstrMapping().getOperandMapping(OpIdx).NumBreakDowns != in applyDefaultMapping()
463 assert(OpdMapper.getInstrMapping().getOperandMapping(OpIdx).NumBreakDowns == in applyDefaultMapping()
544 if (NumBreakDowns < 2) in partsAllUniform()
558 assert(NumBreakDowns && "Value mapped nowhere?!"); in verify()
595 OS << "#BreakDown: " << NumBreakDowns << " "; in print()
679 getInstrMapping().getOperandMapping(OpIdx).NumBreakDowns; in getVRegsMem()
736 assert(getInstrMapping().getOperandMapping(OpIdx).NumBreakDowns > in setVRegs()
757 getInstrMapping().getOperandMapping(OpIdx).NumBreakDowns; in getVRegs()