Home
last modified time | relevance | path

Searched refs:ICmpULE (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.cpp329 case VPInstruction::ICmpULE: { in generateInstruction()
369 case VPInstruction::ICmpULE: in print()
DVPlan.h659 ICmpULE, enumerator
DLoopVectorize.cpp6754 BlockMask = Builder.createNaryOp(VPInstruction::ICmpULE, {IV, BTC}); in createBlockInMask()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlan.cpp494 case VPInstruction::ICmpULE: { in generateInstruction()
555 case VPInstruction::ICmpULE: in print()
DVPlan.h748 ICmpULE, enumerator
DLoopVectorize.cpp7940 BlockMask = Builder.createNaryOp(VPInstruction::ICmpULE, {IV, BTC}); in createBlockInMask()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_builder_mixin.h134 llvm::Value* ICmpULE(Args&&... args) { in ICmpULE() function