Lines Matching refs:NumBreakDowns
270 unsigned NumBreakDowns) { in hashValueMapping() argument
271 if (LLVM_LIKELY(NumBreakDowns == 1)) in hashValueMapping()
273 SmallVector<size_t, 8> Hashes(NumBreakDowns); in hashValueMapping()
274 for (unsigned Idx = 0; Idx != NumBreakDowns; ++Idx) in hashValueMapping()
281 unsigned NumBreakDowns) const { in getValueMapping()
284 hash_code Hash = hashValueMapping(BreakDown, NumBreakDowns); in getValueMapping()
292 ValMapping = llvm::make_unique<ValueMapping>(BreakDown, NumBreakDowns); in getValueMapping()
421 assert(OpdMapper.getInstrMapping().getOperandMapping(OpIdx).NumBreakDowns != in applyDefaultMapping()
424 assert(OpdMapper.getInstrMapping().getOperandMapping(OpIdx).NumBreakDowns == in applyDefaultMapping()
502 assert(NumBreakDowns && "Value mapped nowhere?!"); in verify()
538 OS << "#BreakDown: " << NumBreakDowns << " "; in print()
617 getInstrMapping().getOperandMapping(OpIdx).NumBreakDowns; in getVRegsMem()
674 assert(getInstrMapping().getOperandMapping(OpIdx).NumBreakDowns > in setVRegs()
695 getInstrMapping().getOperandMapping(OpIdx).NumBreakDowns; in getVRegs()