Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ConditionalCompares.cpp747 bool shouldConvert();
812 bool AArch64ConditionalCompares::shouldConvert() { in shouldConvert() function in AArch64ConditionalCompares
875 while (CmpConv.canConvert(MBB) && shouldConvert()) { in tryConvert()
DAArch64PromoteConstant.cpp340 shouldConvert(Constant &C, in shouldConvert() function
551 if (!shouldConvert(*Cst, PromotionCache)) in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp348 shouldConvert(Constant &C, in shouldConvert() function
558 if (!shouldConvert(*Cst, PromotionCache)) in runOnFunction()
DAArch64ConditionalCompares.cpp792 bool shouldConvert();
855 bool AArch64ConditionalCompares::shouldConvert() { in shouldConvert() function in AArch64ConditionalCompares
918 while (CmpConv.canConvert(MBB) && shouldConvert()) { in tryConvert()