Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp239 for (const auto *IDesc : InstDescRepl) in shouldReplaceInst() local
242 IDesc->getSchedClass()); in shouldReplaceInst()
252 for (const auto *IDesc :InstDescRepl) in shouldReplaceInst() local
253 ReplCost += SchedModel.computeInstrLatency(IDesc->getOpcode()); in shouldReplaceInst()