Home
last modified time | relevance | path

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

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