Lines Matching refs:NumBreakDowns
301 unsigned NumBreakDowns) { in hashValueMapping() argument
302 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()
323 ValMapping = std::make_unique<ValueMapping>(BreakDown, NumBreakDowns); in getValueMapping()
452 assert(OpdMapper.getInstrMapping().getOperandMapping(OpIdx).NumBreakDowns != in applyDefaultMapping()
455 assert(OpdMapper.getInstrMapping().getOperandMapping(OpIdx).NumBreakDowns == in applyDefaultMapping()
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()
718 assert(getInstrMapping().getOperandMapping(OpIdx).NumBreakDowns > in setVRegs()
739 getInstrMapping().getOperandMapping(OpIdx).NumBreakDowns; in getVRegs()