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()
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()
735 assert(getInstrMapping().getOperandMapping(OpIdx).NumBreakDowns > in setVRegs()
756 getInstrMapping().getOperandMapping(OpIdx).NumBreakDowns; in getVRegs()