Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp2177 auto IsHardwareLoopIntrinsic = [](Instruction &I) { in isHardwareLoopProfitable() local
2199 if (maybeLoweredToCall(I) || IsHardwareLoopIntrinsic(I) || in isHardwareLoopProfitable()