Searched refs:predicate (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-10-stable/contrib/llvm/lib/IR/
H A DConstantFold.h48 Constant *ConstantFoldCompareInstruction(unsigned short predicate,
H A DInstructions.cpp3008 CmpInst::CmpInst(Type *ty, OtherOps op, unsigned short predicate, argument
3017 setPredicate((Predicate)predicate);
3021 CmpInst::CmpInst(Type *ty, OtherOps op, unsigned short predicate, argument
3030 setPredicate((Predicate)predicate);
3035 CmpInst::Create(OtherOps Op, unsigned short predicate, argument
3040 return new ICmpInst(InsertBefore, CmpInst::Predicate(predicate),
3043 return new ICmpInst(CmpInst::Predicate(predicate),
3048 return new FCmpInst(InsertBefore, CmpInst::Predicate(predicate),
3051 return new FCmpInst(CmpInst::Predicate(predicate),
3056 CmpInst::Create(OtherOps Op, unsigned short predicate, Valu argument
3238 isUnsigned(unsigned short predicate) argument
3246 isSigned(unsigned short predicate) argument
3254 isOrdered(unsigned short predicate) argument
3263 isUnordered(unsigned short predicate) argument
3272 isTrueWhenEqual(unsigned short predicate) argument
3280 isFalseWhenEqual(unsigned short predicate) argument
[all...]
H A DConstantsContext.h234 // needed in order to store the predicate value for these instructions.
243 unsigned short predicate; member in class:llvm::CompareConstantExpr
246 : ConstantExpr(ty, opc, &Op<0>(), 2), predicate(pred) {
465 // The compare instructions are weird. We have to encode the predicate
467 // the opcode by one hundred. We must decode this to get the predicate.
/freebsd-10-stable/contrib/gcc/
H A Doptabs.c419 || ! (*insn_data[icode].operand[0].predicate) (target, wmode))
460 if (! (*insn_data[icode].operand[1].predicate) (xop0, xmode0)
466 if (! (*insn_data[icode].operand[2].predicate) (xop1, xmode1)
472 if (! (*insn_data[icode].operand[3].predicate) (wxop, wxmode)
485 if (! (*insn_data[icode].operand[2].predicate) (wxop, wxmode)
525 if (!target || !insn_data[icode].operand[0].predicate (target, mode))
560 if (!insn_data[icode].operand[1].predicate (xop0, mode0)
564 if (!insn_data[icode].operand[2].predicate (xop1, mode1)
568 if (!insn_data[icode].operand[3].predicate (xop2, mode2)
650 if (!(*insn_data[icode].operand[1].predicate) (rtx_op
[all...]
H A Dc-format.h172 int predicate; member in struct:__anon1005
201 int predicate; member in struct:__anon1006
H A Drecog.h223 const insn_operand_predicate_fn predicate; member in struct:insn_operand_data
H A Dgenoutput.c54 a. `predicate', an int-valued function, is the match_operand predicate
125 const char *predicate;
265 d->predicate && d->predicate[0] ? d->predicate : "0");
467 d->operand[opno].predicate = XSTR (part, 1);
496 d->operand[opno].predicate = "scratch_operand";
526 d->operand[opno].predicate = XSTR (part, 1);
576 p0 = d0->predicate;
124 const char *predicate; member in struct:operand_data
[all...]
H A Dtarghooks.c535 && insn_data[(int) icode].operand[in_p].predicate
536 && ! insn_data[(int) icode].operand[in_p].predicate (x, reload_mode))
H A Dcfganal.c939 bool (*predicate) (basic_block, void *),
991 if (!VISITED_P (e->src) && predicate (e->src, data))
1001 if (!VISITED_P (e->dest) && predicate (e->dest, data))
H A Dexpmed.c419 if (! (*insn_data[icode].operand[1].predicate) (src, mode1))
422 if (! (*insn_data[icode].operand[2].predicate) (rtxpos, mode2))
427 gcc_assert ((*insn_data[icode].operand[0].predicate) (dest, mode0)
428 && (*insn_data[icode].operand[1].predicate) (src, mode1)
429 && (*insn_data[icode].operand[2].predicate) (rtxpos, mode2));
526 if (! (*insn_data[icode].operand[1].predicate) (value, fieldmode))
641 && insn_data[CODE_FOR_insv].operand[1].predicate (GEN_INT (bitsize),
657 && ! ((*insn_data[(int) CODE_FOR_insv].operand[0].predicate)
761 if (! ((*insn_data[(int) CODE_FOR_insv].operand[3].predicate)
1161 if (! (*insn_data[icode].operand[0].predicate) (des
[all...]
H A Dc-format.c1183 if (spec[i].predicate != 0
1184 && strchr (predicates, spec[i].predicate) != 0)
1187 else if (spec[i].predicate == 0)
1951 if (bad_flag_pairs[i].predicate != 0
1952 && strchr (fci->flags2, bad_flag_pairs[i].predicate) == 0)
1958 if (bad_flag_pairs[i].predicate != 0)
1969 if (bad_flag_pairs[i].predicate != 0)
H A Dexplow.c1239 /* We don't have to check against the predicate for operand 0 since
1246 pred = insn_data[(int) CODE_FOR_allocate_stack].operand[1].predicate;
1388 pred = insn_data[(int) CODE_FOR_check_stack].operand[0].predicate;
H A Dexpr.c330 if ((*insn_data[ic].operand[1].predicate) (mem, srcmode))
1305 && ((pred = insn_data[(int) code].operand[0].predicate) == 0
1307 && ((pred = insn_data[(int) code].operand[1].predicate) == 0
1309 && ((pred = insn_data[(int) code].operand[3].predicate) == 0
1317 pred = insn_data[(int) code].operand[2].predicate;
2681 && ((pred = insn_data[(int) code].operand[0].predicate) == 0
2683 && ((pred = insn_data[(int) code].operand[3].predicate) == 0
2692 pred = insn_data[(int) code].operand[1].predicate;
2701 pred = insn_data[(int) code].operand[2].predicate;
3382 if (! (*insn_data[ic].operand[1].predicate) (trunc_
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DInstrTypes.h650 /// predicate values are not overlapping between the classes.
691 /// Construct a compare instruction, given the opcode, the predicate and
697 unsigned short predicate, Value *S1,
701 /// Construct a compare instruction, given the opcode, the predicate and the
705 static CmpInst *Create(OtherOps Op, unsigned short predicate, Value *S1,
713 /// @brief Return the predicate for this instruction.
718 /// @brief Set the predicate for this instruction to the specified value.
735 /// @returns the inverse predicate for the instruction's current predicate.
736 /// @brief Return the inverse of the instruction's predicate
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DBroadcaster.cpp407 ListenerMatchesAndSharedBits predicate (event_spec, listener);
415 iter = find_if (m_event_map.begin(), end_iter, predicate);
460 ListenerMatches predicate (listener);
469 iter = find_if (m_event_map.begin(), end_iter, predicate);
/freebsd-10-stable/contrib/tcsh/
H A Dcsh-mode.el784 (predicate
820 (completion (try-completion pattern csh-completion-list predicate)))
839 (let ((list (all-completions pattern csh-completion-list predicate))
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h164 const char *predicate) const
/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Ddirectives.c1838 cpp_error (pfile, CPP_DL_ERROR, "missing '(' after predicate");
1873 cpp_error (pfile, CPP_DL_ERROR, "predicate's answer is empty");
1886 the hash node of the predicate, or 0 on error. If an answer was
1892 const cpp_token *predicate; local
1898 predicate = cpp_get_token (pfile);
1899 if (predicate->type == CPP_EOF)
1900 cpp_error (pfile, CPP_DL_ERROR, "assertion without predicate");
1901 else if (predicate->type != CPP_NAME)
1902 cpp_error (pfile, CPP_DL_ERROR, "predicate must be an identifier");
1905 unsigned int len = NODE_LEN (predicate
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
H A DClangASTSource.cpp372 bool (*predicate)(Decl::Kind),
390 log->Printf("FindExternalLexicalDecls[%u] on (ASTContext*)%p in '%s' (%sDecl*)%p with %s predicate",
396 (predicate ? "non-null" : "null"));
398 log->Printf("FindExternalLexicalDecls[%u] on (ASTContext*)%p in (%sDecl*)%p with %s predicate",
403 (predicate ? "non-null" : "null"));
405 log->Printf("FindExternalLexicalDecls[%u] on (ASTContext*)%p in a NULL context with %s predicate",
408 (predicate ? "non-null" : "null"));
455 if (!predicate || predicate(decl->getKind()))
371 FindExternalLexicalDecls(const DeclContext *decl_context, bool (*predicate)(Decl::Kind), llvm::SmallVectorImpl<Decl*> &decls) argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueProperties.cpp160 // "<setting-name>{<predicate>}"
173 std::string predicate(predicate_start, predicate_end);
174 if (PredicateMatches(exe_ctx, predicate.c_str()))
/freebsd-10-stable/contrib/gcc/config/i386/
H A Di386.c9275 /* This predicate should match that for movsi_xor and movdi_xor_rex64. */
16196 || ! (*insn_data[icode].operand[0].predicate) (target, tmode))
16211 if (!(*insn_data[icode].operand[1].predicate) (op0, mode0))
16213 if (!(*insn_data[icode].operand[2].predicate) (op1, mode1))
16282 || ! (*insn_data[icode].operand[0].predicate) (target, tmode))
16292 || ! (*insn_data[icode].operand[1].predicate) (op0, mode0))
16317 || ! (*insn_data[icode].operand[0].predicate) (target, tmode))
16324 || ! (*insn_data[icode].operand[1].predicate) (op0, mode0))
16328 if (! (*insn_data[icode].operand[2].predicate) (op1, mode0))
16372 || ! (*insn_data[d->icode].operand[0].predicate) (targe
[all...]
/freebsd-10-stable/contrib/gcc/config/rs6000/
H A Drs6000.c3649 /* More elaborate version of recog's offsettable_memref_p predicate
3655 in 32-bit mode, that the recog predicate rejects. */
3668 the latter predicate knows nothing about the mode of the memory
6788 || ! (*insn_data[icode].operand[0].predicate) (target, tmode))
6791 if (! (*insn_data[icode].operand[1].predicate) (op0, mode0))
6817 || ! (*insn_data[icode].operand[0].predicate) (target, tmode))
6820 if (! (*insn_data[icode].operand[1].predicate) (op0, mode0))
6891 || ! (*insn_data[icode].operand[0].predicate) (target, tmode))
6894 if (! (*insn_data[icode].operand[1].predicate) (op0, mode0))
6896 if (! (*insn_data[icode].operand[2].predicate) (op
[all...]
/freebsd-10-stable/contrib/gdb/gdb/
H A Dgdbarch.sh125 predicate="gdbarch->${function} != ${predefault}"
128 predicate="gdbarch->${function} != 0"
131 predicate="gdbarch->${function} != NULL"
231 # F -> function + predicate
232 # hiding a function + predicate to test function validity
235 # V -> variable + predicate
236 # hiding a variable + predicate to test variables validity
241 # M -> multi-arch function + predicate
242 # hiding a multi-arch function + predicate to test function validity
247 # LEVEL is a predicate o
[all...]
H A Dgdb-events.sh39 # predicate.
221 Where a *_p() predicate is present, it must be called before
/freebsd-10-stable/contrib/llvm/utils/TableGen/
H A DDAGISelMatcher.h60 CheckPredicate, // Fail if node predicate fails.
119 /// isSimplePredicateNode - Return true if this is a simple predicate that
143 /// a simple predicate.
166 // Since this predicate is reflexive, we canonicalize the ordering so that
425 /// CheckPatternPredicateMatcher - This checks the target-specific predicate
426 /// to see if the entire pattern is capable of matching. This predicate does
431 CheckPatternPredicateMatcher(StringRef predicate) argument
432 : Matcher(CheckPatternPredicate), Predicate(predicate) {}
450 /// CheckPredicateMatcher - This checks the target-specific predicate to
716 // Not safe to move a pattern predicate pas
[all...]

Completed in 530 milliseconds

12