Searched refs:CombineCost (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6584 unsigned CombineCost)
6586 StoreExtractCombineCost(CombineCost) {
6709 unsigned CombineCost = std::numeric_limits<unsigned>::max(); local
6713 Inst->getOperand(1), CombineCost)))
6725 VectorPromoteHelper VPH(*DL, *TLI, *TTI, Inst, CombineCost);
6582 VectorPromoteHelper(const DataLayout &DL, const TargetLowering &TLI, const TargetTransformInfo &TTI, Instruction *Transition, unsigned CombineCost) argument

Completed in 178 milliseconds