Searched refs:AllowPartial (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopUnrollPass.cpp | 106 Pass *llvm::createLoopUnrollPass(int Threshold, int Count, int AllowPartial) { in INITIALIZE_PASS_DEPENDENCY() 107 return new LoopUnroll(Threshold, Count, AllowPartial); in INITIALIZE_PASS_DEPENDENCY()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopUnrollPass.cpp | 991 Optional<bool> AllowPartial = None, Optional<bool> Runtime = None) in LoopUnroll() argument 993 ProvidedThreshold(Threshold), ProvidedAllowPartial(AllowPartial), in LoopUnroll() 1042 Pass *llvm::createLoopUnrollPass(int Threshold, int Count, int AllowPartial, in INITIALIZE_PASS_DEPENDENCY() 1049 AllowPartial == -1 ? None in INITIALIZE_PASS_DEPENDENCY() 1050 : Optional<bool>(AllowPartial), in INITIALIZE_PASS_DEPENDENCY()
|
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/ |
D | Scalar.h | 131 Pass *createLoopUnrollPass(int Threshold = -1, int Count = -1, int AllowPartial = -1);
|
/external/llvm/include/llvm/Transforms/ |
D | Scalar.h | 172 int AllowPartial = -1, int Runtime = -1);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/ |
D | Scalar.h | 188 int AllowPartial = -1, int Runtime = -1,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopUnrollPass.cpp | 1104 Optional<bool> AllowPartial = None, Optional<bool> Runtime = None, in LoopUnroll() argument 1108 ProvidedThreshold(Threshold), ProvidedAllowPartial(AllowPartial), in LoopUnroll() 1165 int AllowPartial, int Runtime, int UpperBound, in INITIALIZE_PASS_DEPENDENCY() 1173 AllowPartial == -1 ? None : Optional<bool>(AllowPartial), in INITIALIZE_PASS_DEPENDENCY()
|
/external/protobuf/src/google/protobuf/ |
D | text_format_unittest.cc | 830 TEST_F(TextFormatTest, AllowPartial) { in TEST_F() argument
|