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

12

/freebsd-9.3-release/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-9.3-release/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:__anon1024
201 int predicate; member in struct:__anon1025
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 Drecog.h223 const insn_operand_predicate_fn predicate; member in struct:insn_operand_data
H A Dtarghooks.c523 && insn_data[(int) icode].operand[in_p].predicate
524 && ! 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))
1303 && ((pred = insn_data[(int) code].operand[0].predicate) == 0
1305 && ((pred = insn_data[(int) code].operand[1].predicate) == 0
1307 && ((pred = insn_data[(int) code].operand[3].predicate) == 0
1315 pred = insn_data[(int) code].operand[2].predicate;
2679 && ((pred = insn_data[(int) code].operand[0].predicate) == 0
2681 && ((pred = insn_data[(int) code].operand[3].predicate) == 0
2690 pred = insn_data[(int) code].operand[1].predicate;
2699 pred = insn_data[(int) code].operand[2].predicate;
3380 if (! (*insn_data[ic].operand[1].predicate) (trunc_
[all...]
/freebsd-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/contrib/bind9/lib/dns/
H A Dupdate.c482 * Function type for predicate functions that compare a database RR 'db_rr'
638 rr_predicate *predicate; member in struct:__anon216
676 if ((*ctx->predicate)(ctx->update_rr, &rr->rdata)) {
688 * Conditionally delete RRs. Apply 'predicate' to the RRs
691 * RRs for which the predicate returns true, and log the
695 delete_if(rr_predicate *predicate, dns_db_t *db, dns_dbversion_t *ver, argument
700 ctx.predicate = predicate;
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.c9261 /* This predicate should match that for movsi_xor and movdi_xor_rex64. */
16182 || ! (*insn_data[icode].operand[0].predicate) (target, tmode))
16197 if (!(*insn_data[icode].operand[1].predicate) (op0, mode0))
16199 if (!(*insn_data[icode].operand[2].predicate) (op1, mode1))
16268 || ! (*insn_data[icode].operand[0].predicate) (target, tmode))
16278 || ! (*insn_data[icode].operand[1].predicate) (op0, mode0))
16303 || ! (*insn_data[icode].operand[0].predicate) (target, tmode))
16310 || ! (*insn_data[icode].operand[1].predicate) (op0, mode0))
16314 if (! (*insn_data[icode].operand[2].predicate) (op1, mode0))
16358 || ! (*insn_data[d->icode].operand[0].predicate) (targe
[all...]
/freebsd-9.3-release/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-9.3-release/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-9.3-release/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...]
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Darm.c12671 || ! (*insn_data[icode].operand[0].predicate) (target, tmode))
12676 if (! (*insn_data[icode].operand[1].predicate) (op0, mode0))
12678 if (! (*insn_data[icode].operand[2].predicate) (op1, mode1))
12702 || ! (*insn_data[icode].operand[0].predicate) (target, tmode))
12711 if (! (*insn_data[icode].operand[1].predicate) (op0, mode0))
12775 if (! (*insn_data[icode].operand[1].predicate) (op0, mode0))
12777 if (! (*insn_data[icode].operand[2].predicate) (op1, mode1))
12785 || ! (*insn_data[icode].operand[0].predicate) (target, tmode))
12810 if (! (*insn_data[icode].operand[1].predicate) (op0, mode0))
12812 if (! (*insn_data[icode].operand[2].predicate) (op
[all...]
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dupdate.c678 * Function type for predicate functions that compare a database RR 'db_rr'
1094 rr_predicate *predicate; member in struct:__anon122
1231 if ((*ctx->predicate)(ctx->update_rr, &rr->rdata)) {
1243 * Conditionally delete RRs. Apply 'predicate' to the RRs
1246 * RRs for which the predicate returns true, and log the
1250 delete_if(rr_predicate *predicate, dns_db_t *db, dns_dbversion_t *ver, argument
1255 ctx.predicate = predicate;
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-ia64.c142 DYNREG_PR, /* dynamic predicate register */
229 qualifying predicate. If NULL, p0 is assumed for instructions
278 unsigned char qp_regno; /* qualifying predicate */
650 int qp_regno; /* qualifying predicate for this usage */
1182 as_bad ("qualifying predicate not followed by instruction");
2479 output_spill_psprel (ab, reg, offset, predicate)
2483 unsigned int predicate;
2485 unw_rec_list *ptr = alloc_record (predicate ? spill_psprel_p : spill_psprel);
2489 ptr->r.record.x.qp = predicate;
2494 output_spill_sprel (ab, reg, offset, predicate)
[all...]

Completed in 528 milliseconds

12