HomeSort by relevance Sort by last modified time
    Searched refs:shouldConvert (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp 747 bool shouldConvert();
812 bool AArch64ConditionalCompares::shouldConvert() {
875 while (CmpConv.canConvert(MBB) && shouldConvert()) {
AArch64PromoteConstant.cpp 89 bool ShouldConvert = false;
340 shouldConvert(Constant &C,
345 Converted.first->second.ShouldConvert = shouldConvertImpl(&C);
346 return Converted.first->second.ShouldConvert;
464 assert(PC.ShouldConvert &&
551 if (!shouldConvert(*Cst, PromotionCache))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp 792 bool shouldConvert();
855 bool AArch64ConditionalCompares::shouldConvert() {
918 while (CmpConv.canConvert(MBB) && shouldConvert()) {
    [all...]
AArch64PromoteConstant.cpp 97 bool ShouldConvert = false;
348 shouldConvert(Constant &C,
353 Converted.first->second.ShouldConvert = shouldConvertImpl(&C);
354 return Converted.first->second.ShouldConvert;
471 assert(PC.ShouldConvert &&
558 if (!shouldConvert(*Cst, PromotionCache))

Completed in 699 milliseconds