Home
last modified time | relevance | path

Searched defs:predicate (Results 1 – 25 of 52) sorted by relevance

123

/llvm-project/libcxx/include/__concepts/
H A Dpredicate.h28 concept predicate = regular_invocable<_Fn, _Args...> && __boolean_testable<invoke_result_t<_Fn, _Args...>>; variable
/llvm-project/flang/unittests/Evaluate/
H A Dtesting.h17 #define TEST(predicate) \ argument
H A Dtesting.cpp26 const char *file, int line, const char *predicate, bool pass) { in Test()
/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/
H A Dreport.py561 def predicate(bug): function
584 def predicate(bug): function
599 def predicate(crash): function
H A Dclang.py98 def predicate(checker): function
H A D__init__.py35 def predicate(entry): function
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest-death-test.h173 #define ASSERT_EXIT(statement, predicate, matcher) \ argument
178 #define EXPECT_EXIT(statement, predicate, matcher) \ argument
/llvm-project/mlir/test/lib/Dialect/SPIRV/
H A DTestAvailability.cpp147 Value predicate = op->getOperand(0); in matchAndRewrite() local
161 Value predicate = op->getOperand(0); in matchAndRewrite() local
189 Value predicate = op->getOperand(0); in matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/ArmSMEToSCF/
H A DArmSMEToSCF.cpp76 Value predicate; in createLoadStoreForOverTileSlices() local
140 __anon3c026b480202(Value index, ValueRange adjustedIndices, Value predicate, Value) createLoadStoreForOverTileSlices() argument
209 __anon3c026b480302(Value tileSliceIndex, ValueRange memrefIndices, Value predicate, Value currentTile) matchAndRewrite() argument
381 __anon3c026b480402(Value tileSliceIndex, ValueRange memrefIndices, Value predicate) matchAndRewrite() argument
[all...]
/llvm-project/lldb/test/API/commands/trace/
H A DTestTraceSave.py9 def find(predicate, seq): argument
/llvm-project/mlir/test/Examples/NVGPU/tools/
H A Dnvdsl.py71 def init(self, count: int, predicate=None): argument
80 def arrive(self, txcount: int = 0, predicate=None): argument
151 def prefetch(self, predicate=None): argument
154 def load(self, dest, mbarrier: Mbarriers, coords=[0], predicate=None): argument
/llvm-project/flang/runtime/
H A Dterminator.cpp93 const char *predicate, const char *file, int line) const { in CheckFailed() argument
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DRuntimeOpVerification.cpp97 auto predicate = isa<AffineDimExpr>(indexingMap.getResult(dim)) in generateRuntimeVerification() local
/llvm-project/clang/utils/analyzer/
H A DSATest.py113 def filter_projects(projects, predicate, force=False): argument
/llvm-project/llvm/lib/Support/
H A DStringExtras.cpp101 auto check = [&input](size_t j, function_ref<bool(int)> predicate) { in convertToSnakeFromCamelCase()
/llvm-project/lldb/source/Host/common/
H A DAlarm.cpp143 const auto predicate = [this] { return m_exit || m_recompute_next_alarm; }; in AlarmThread() local
/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicateTree.cpp805 isSamePredicate(MatcherNode * node,OrderedPredicate * predicate) isSamePredicate() argument
813 getOrCreateChild(SwitchNode * node,OrderedPredicate * predicate,pdl::PatternOp pattern) getOrCreateChild() argument
974 for (auto &predicate : patternAndPredList.predicates) { generateMatcherTree() local
990 for (auto &predicate : patternAndPredList.predicates) { generateMatcherTree() local
1005 for (auto *predicate : list.predicates) generateMatcherTree() local
1007 for (auto *predicate : list.predicates) generateMatcherTree() local
[all...]
/llvm-project/compiler-rt/lib/nsan/
H A Dnsan.cpp671 __nsan_fcmp_fail_float_d(float lhs,float rhs,double lhs_shadow,double rhs_shadow,int predicate,bool result,bool shadow_result) __nsan_fcmp_fail_float_d() argument
679 __nsan_fcmp_fail_double_q(double lhs,double rhs,__float128 lhs_shadow,__float128 rhs_shadow,int predicate,bool result,bool shadow_result) __nsan_fcmp_fail_double_q() argument
687 __nsan_fcmp_fail_double_l(double lhs,double rhs,long double lhs_shadow,long double rhs_shadow,int predicate,bool result,bool shadow_result) __nsan_fcmp_fail_double_l() argument
696 __nsan_fcmp_fail_longdouble_q(long double lhs,long double rhs,__float128 lhs_shadow,__float128 rhs_shadow,int predicate,bool result,bool shadow_result) __nsan_fcmp_fail_longdouble_q() argument
/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h222 #define GTEST_DEATH_TEST_(statement, predicate, regex_or_matcher, fail) \ argument
/llvm-project/mlir/lib/Dialect/SCF/Transforms/
H A DUpliftWhileToFor.cpp57 Pred predicate = cmp.getPredicate(); in upliftWhileToForLoop() local
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/
H A Dranges.remove_if.pass.cpp183 constexpr bool predicate() const { return true; } in test() function
/llvm-project/mlir/test/Integration/GPU/CUDA/sm90/python/tools/
H A DmatmulBuilder.py73 def debug_print(fmt, *args, predicate=None, threadNumber=-1, forcePrint=False): argument
[all...]
/llvm-project/mlir/include/mlir/IR/
H A DMatchers.h161 bool (*predicate)(const APFloat &); global() member
209 bool (*predicate)(const APInt &); global() member
[all...]
/llvm-project/clang-tools-extra/clangd/index/remote/
H A DIndex.proto115 optional uint32 predicate = 2; field
/llvm-project/mlir/lib/TableGen/
H A DPredicate.cpp105 // A node in a logical predicate tree. member
[all...]

123