Searched refs:RK_IntegerXor (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 52 case RK_IntegerXor: in isIntegerRecurrenceKind() 444 return InstDesc(Kind == RK_IntegerXor, I); in isRecurrenceInstr() 497 if (AddReductionVar(Phi, RK_IntegerXor, TheLoop, HasFunNoNaNAttr, RedDes)) { in isReductionPHI() 564 case RK_IntegerXor: in getRecurrenceIdentity() 597 case RK_IntegerXor: in getRecurrenceBinOp()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 60 case RK_IntegerXor: in isIntegerRecurrenceKind() 517 return InstDesc(Kind == RK_IntegerXor, I); in isRecurrenceInstr() 576 if (AddReductionVar(Phi, RK_IntegerXor, TheLoop, HasFunNoNaNAttr, RedDes, DB, in isReductionPHI() 663 case RK_IntegerXor: in getRecurrenceIdentity() 696 case RK_IntegerXor: in getRecurrenceBinOp() 1707 case RD::RK_IntegerXor: in createTargetReduction()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 72 RK_IntegerXor, ///< Bitwise or logical XOR of numbers. enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 73 RK_IntegerXor, ///< Bitwise or logical XOR of numbers. enumerator
|