Home
last modified time | relevance | path

Searched refs:BypassWidths (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDBypassSlowDivision.cpp103 FastDivInsertionTask(Instruction *I, const BypassWidthsTy &BypassWidths);
111 const BypassWidthsTy &BypassWidths) { in FastDivInsertionTask() argument
130 auto BI = BypassWidths.find(SlowType->getBitWidth()); in FastDivInsertionTask()
131 if (BI == BypassWidths.end()) in FastDivInsertionTask()
449 const BypassWidthsTy &BypassWidths) { in bypassSlowDivision() argument
464 FastDivInsertionTask Task(I, BypassWidths); in bypassSlowDivision()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp606 const DenseMap<unsigned int, unsigned int> &BypassWidths = in _run() local
615 EverMadeChange |= bypassSlowDivision(BB, BypassWidths); in _run()