Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp2040 auto IsHardwareLoopIntrinsic = [](Instruction &I) { in isHardwareLoopProfitable() local
2062 if (maybeLoweredToCall(I) || IsHardwareLoopIntrinsic(I) || in isHardwareLoopProfitable()