Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptionValueProperties.h108 llvm::StringRef predicate) const { in PredicateMatches()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
HDBroadcaster.cpp359 ListenerMatchesAndSharedBits predicate(event_spec, listener_sp); in UnregisterListenerForEvents() local
405 ListenerMatchesPointer predicate(listener); in RemoveListener() local
425 ListenerMatches predicate(listener_sp); in RemoveListener() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVPlanPredicator.cpp234 void VPlanPredicator::predicate(void) { in predicate() function in VPlanPredicator
/freebsd-11-stable/contrib/gcc/
HDc-format.h172 int predicate; member
201 int predicate; member
HDrecog.h223 const insn_operand_predicate_fn predicate; member
HDgenoutput.c124 const char *predicate; member
HDomp-low.c1844 lower_lastprivate_clauses (tree clauses, tree predicate, tree *stmt_list, in lower_lastprivate_clauses()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDInstructions.cpp3453 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, in CmpInst()
3468 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, in CmpInst()
3481 CmpInst::Create(OtherOps Op, Predicate predicate, Value *S1, Value *S2, in Create()
3501 CmpInst::Create(OtherOps Op, Predicate predicate, Value *S1, Value *S2, in Create()
3705 bool CmpInst::isUnsigned(Predicate predicate) { in isUnsigned()
3713 bool CmpInst::isSigned(Predicate predicate) { in isSigned()
3721 bool CmpInst::isOrdered(Predicate predicate) { in isOrdered()
3730 bool CmpInst::isUnordered(Predicate predicate) { in isUnordered()
3739 bool CmpInst::isTrueWhenEqual(Predicate predicate) { in isTrueWhenEqual()
3747 bool CmpInst::isFalseWhenEqual(Predicate predicate) { in isFalseWhenEqual()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
HDSocket.cpp171 Predicate<uint16_t> *predicate, int backlog) { in TcpListen()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_interceptors_libdispatch.cpp261 TSAN_INTERCEPTOR(void, dispatch_once, dispatch_once_t *predicate, in TSAN_INTERCEPTOR()
283 TSAN_INTERCEPTOR(void, dispatch_once_f, dispatch_once_t *predicate, in TSAN_INTERCEPTOR()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptionValueProperties.cpp164 auto predicate = predicate_start.take_front(pos); in GetSubValue() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
HDIRInterpreter.cpp1027 CmpInst::Predicate predicate = icmp_inst->getPredicate(); in Interpret() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonExpandCondsets.cpp935 bool HexagonExpandCondsets::predicate(MachineInstr &TfrI, bool Cond, in predicate() function in HexagonExpandCondsets
/freebsd-11-stable/sys/kern/
HDkern_linker.c584 linker_file_foreach(linker_predicate_t *predicate, void *context) in linker_file_foreach()
/freebsd-11-stable/contrib/gcclibs/libcpp/
HDdirectives.c1892 const cpp_token *predicate; in parse_assertion() local
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
HDDAGISelMatcher.h402 CheckPatternPredicateMatcher(StringRef predicate) in CheckPatternPredicateMatcher()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangASTSource.cpp420 llvm::function_ref<bool(Decl::Kind)> predicate, in FindExternalLexicalDecls()
/freebsd-11-stable/contrib/binutils/gas/config/
HDtc-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
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
HDExecution.cpp698 static GenericValue executeCmpInst(unsigned predicate, GenericValue Src1, in executeCmpInst()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.cpp3235 ICmpInst::Predicate predicate = ICmpInst::BAD_ICMP_PREDICATE; in visitICmp() local
3262 FCmpInst::Predicate predicate = FCmpInst::BAD_FCMP_PREDICATE; in visitFCmp() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDScalarEvolution.cpp7557 ICmpInst::Predicate predicate) { in computeLoadConstantCompareExitLimit()