Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DExpandReductions.cpp63 return RecurrenceDescriptor::MRK_SIntMax; in getMRK()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp479 return InstDesc(Select, MRK_SIntMax); in isMinMaxSelectCmpPattern()
727 case MRK_SIntMax: in createMinMaxOp()
1655 MinMaxKind = Flags.IsSigned ? RD::MRK_SIntMax : RD::MRK_UIntMax; in createSimpleTargetReduction()
1711 Flags.IsMaxOp = (MMKind == RD::MRK_SIntMax || MMKind == RD::MRK_UIntMax); in createTargetReduction()
1712 Flags.IsSigned = (MMKind == RD::MRK_SIntMax || MMKind == RD::MRK_SIntMin); in createTargetReduction()
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h85 MRK_SIntMax, enumerator
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp406 return InstDesc(Select, MRK_SIntMax); in isMinMaxSelectCmpPattern()
628 case MRK_SIntMax: in createMinMaxOp()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h86 MRK_SIntMax, enumerator