Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dgenoutput.c124 const char *predicate; member
244 struct predicate { const char *name; struct predicate *next; }; argument
Dgenpreds.c40 } predicate[] = { in output_predicate_decls() local
Drecog.h223 const insn_operand_predicate_fn predicate; member
Dcfganal.c1139 dfs_enumerate_from (bb, reverse, predicate, rslt, rslt_max, data) in dfs_enumerate_from() argument
Dc-format.c455 const int predicate; member
484 const int predicate; member
Dcpplib.c1636 const cpp_token *predicate; local
/openbsd/src/gnu/llvm/lldb/source/Utility/
DBroadcaster.cpp361 ListenerMatchesAndSharedBits predicate(event_spec, listener_sp); in UnregisterListenerForEvents() local
407 ListenerMatchesPointer predicate(listener); in RemoveListener() local
427 ListenerMatches predicate(listener_sp); in RemoveListener() local
/openbsd/src/gnu/llvm/clang/utils/analyzer/
DSATest.py104 def filter_projects(projects, predicate, force=False): argument
/openbsd/src/gnu/gcc/gcc/
Dc-format.h171 int predicate; member
200 int predicate; member
Drecog.h223 const insn_operand_predicate_fn predicate; member
Dgenoutput.c124 const char *predicate; member
Domp-low.c1844 lower_lastprivate_clauses (tree clauses, tree predicate, tree *stmt_list, in lower_lastprivate_clauses()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DInstructions.cpp3997 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, in CmpInst()
4012 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, in CmpInst()
4025 CmpInst::Create(OtherOps Op, Predicate predicate, Value *S1, Value *S2, in Create()
4045 CmpInst::Create(OtherOps Op, Predicate predicate, Value *S1, Value *S2, in Create()
4320 bool CmpInst::isUnsigned(Predicate predicate) { in isUnsigned()
4328 bool CmpInst::isSigned(Predicate predicate) { in isSigned()
4418 bool CmpInst::isOrdered(Predicate predicate) { in isOrdered()
4427 bool CmpInst::isUnordered(Predicate predicate) { in isUnordered()
4436 bool CmpInst::isTrueWhenEqual(Predicate predicate) { in isTrueWhenEqual()
4444 bool CmpInst::isFalseWhenEqual(Predicate predicate) { in isFalseWhenEqual()
/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_libdispatch.cpp289 TSAN_INTERCEPTOR(void, dispatch_once, dispatch_once_t *predicate, in TSAN_INTERCEPTOR()
311 TSAN_INTERCEPTOR(void, dispatch_once_f, dispatch_once_t *predicate, in TSAN_INTERCEPTOR()
/openbsd/src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
Dgdbremote_testcase.py1321 predicate, argument
/openbsd/src/gnu/llvm/lldb/source/Expression/
DIRInterpreter.cpp1083 CmpInst::Predicate predicate = icmp_inst->getPredicate(); in Interpret() local
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp956 bool HexagonExpandCondsets::predicate(MachineInstr &TfrI, bool Cond, in predicate() function in HexagonExpandCondsets
/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTSource.cpp388 llvm::function_ref<bool(Decl::Kind)> predicate, in FindExternalLexicalDecls()
/openbsd/src/gnu/gcc/libcpp/
Ddirectives.c1870 const cpp_token *predicate; in parse_assertion() local
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DDAGISelMatcher.h408 CheckPatternPredicateMatcher(StringRef predicate) in CheckPatternPredicateMatcher()
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-ia64.c2479 output_spill_psprel (ab, reg, offset, predicate) in output_spill_psprel() argument
2494 output_spill_sprel (ab, reg, offset, predicate) in output_spill_sprel() argument
2509 output_spill_reg (ab, reg, targ_reg, xy, predicate) in output_spill_reg() argument
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-ia64.c2298 output_spill_psprel_p (ab, reg, offset, predicate) in output_spill_psprel_p() argument
2313 output_spill_sprel_p (ab, reg, offset, predicate) in output_spill_sprel_p() argument
2343 output_spill_reg_p (ab, reg, targ_reg, xy, predicate) in output_spill_reg_p() argument
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp700 static GenericValue executeCmpInst(unsigned predicate, GenericValue Src1, in executeCmpInst()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3262 ICmpInst::Predicate predicate = ICmpInst::BAD_ICMP_PREDICATE; in visitICmp() local
3289 FCmpInst::Predicate predicate = FCmpInst::BAD_FCMP_PREDICATE; in visitFCmp() local