Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DExpandReductions.cpp65 return RecurrenceDescriptor::MRK_SIntMin; in getMRK()
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h84 MRK_SIntMin, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp481 return InstDesc(Select, MRK_SIntMin); in isMinMaxSelectCmpPattern()
724 case MRK_SIntMin: in createMinMaxOp()
1660 MinMaxKind = Flags.IsSigned ? RD::MRK_SIntMin : RD::MRK_UIntMin; in createSimpleTargetReduction()
1712 Flags.IsSigned = (MMKind == RD::MRK_SIntMax || MMKind == RD::MRK_SIntMin); in createTargetReduction()
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp408 return InstDesc(Select, MRK_SIntMin); in isMinMaxSelectCmpPattern()
625 case MRK_SIntMin: in createMinMaxOp()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h85 MRK_SIntMin, enumerator