Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp240 for (const auto *IDesc : InstDescRepl) in shouldReplaceInst() local
243 IDesc->getSchedClass()); in shouldReplaceInst()
253 for (const auto *IDesc :InstDescRepl) in shouldReplaceInst() local
254 ReplCost += SchedModel.computeInstrLatency(IDesc->getOpcode()); in shouldReplaceInst()