Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DExpandReductions.cpp67 return RecurrenceDescriptor::MRK_UIntMax; in getMRK()
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h83 MRK_UIntMax, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp477 return InstDesc(Select, MRK_UIntMax); in isMinMaxSelectCmpPattern()
721 case MRK_UIntMax: 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()
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp404 return InstDesc(Select, MRK_UIntMax); in isMinMaxSelectCmpPattern()
622 case MRK_UIntMax: in createMinMaxOp()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h84 MRK_UIntMax, enumerator