Lines Matching refs:NumBreakDowns
304 unsigned NumBreakDowns) { in hashValueMapping() argument
305 if (LLVM_LIKELY(NumBreakDowns == 1)) in hashValueMapping()
307 SmallVector<size_t, 8> Hashes(NumBreakDowns); in hashValueMapping()
308 for (unsigned Idx = 0; Idx != NumBreakDowns; ++Idx) in hashValueMapping()
315 unsigned NumBreakDowns) const { in getValueMapping()
318 hash_code Hash = hashValueMapping(BreakDown, NumBreakDowns); in getValueMapping()
326 ValMapping = std::make_unique<ValueMapping>(BreakDown, NumBreakDowns); in getValueMapping()
455 assert(OpdMapper.getInstrMapping().getOperandMapping(OpIdx).NumBreakDowns != in applyDefaultMapping()
458 assert(OpdMapper.getInstrMapping().getOperandMapping(OpIdx).NumBreakDowns == in applyDefaultMapping()
536 if (NumBreakDowns < 2) in partsAllUniform()
549 assert(NumBreakDowns && "Value mapped nowhere?!"); in verify()
585 OS << "#BreakDown: " << NumBreakDowns << " "; in print()
664 getInstrMapping().getOperandMapping(OpIdx).NumBreakDowns; in getVRegsMem()
721 assert(getInstrMapping().getOperandMapping(OpIdx).NumBreakDowns > in setVRegs()
742 getInstrMapping().getOperandMapping(OpIdx).NumBreakDowns; in getVRegs()