Searched refs:P1 (Results 51 - 62 of 62) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1533 // P1 can only subsume P2 if they test the same condition register.
1537 PPC::Predicate P1 = (PPC::Predicate) Pred1[0].getImm();
1540 if (P1 == P2)
1543 // Does P1 subsume P2, e.g. GE subsumes GT.
1544 if (P1 == PPC::PRED_LE &&
1547 if (P1 == PPC::PRED_GE &&
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dunwind-ia64.c1194 UNW_DEC_BR_MEM(P1, brmask, arg);
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dgcm128.c1742 static const u8 K1[16], *P1 = NULL, *A1 = NULL, IV1[12], *C1 = NULL; local
2197 # define P19 P1
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp964 llvm::sort(Ops, [&](const ValPair &P1, const ValPair &P2) {
965 return BlockInstRange.lookup(P1.second).first <
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1616 ICmpInst::Predicate P0 = Cmp0->getPredicate(), P1 = Cmp1->getPredicate(); local
1618 !match(Cmp1->getOperand(1), m_Zero()) || P0 != P1)
1621 if ((IsAnd && P0 != ICmpInst::ICMP_NE) || (!IsAnd && P1 != ICmpInst::ICMP_EQ))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp602 AArch64::P0, AArch64::P1, AArch64::P2, AArch64::P3,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp874 case Hexagon::P1:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp948 static int ConstantIntSortPredicate(ConstantInt *const *P1, argument
950 const ConstantInt *LHS = *P1;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp295 .Case("p1", Hexagon::P1)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2226 .Case("p1", AArch64::P1)
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c8490 #define OPFLG_IN1 0x0004 /* in1: P1 is an input */
8532 SQLITE_PRIVATE void sqlite3VdbeChangeP1(Vdbe*, u32 addr, int P1);
9721 ** and as the P1 argument to the OP_Savepoint instruction.
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c10771 ** The sqlite3_snapshot_cmp(P1, P2) interface is used to compare the ages
10785 ** Otherwise, this API returns a negative value if P1 refers to an older
10787 ** snapshot, and a positive value if P1 is a newer snapshot than P2.
15724 #define OP_Not 19 /* same as TK_NOT, synopsis: r[P2]= !r[P1] */
15726 #define OP_IfNullRow 21 /* jump, synopsis: if P1.nullRow then r[P3]=NULL, goto P2 */
15731 #define OP_IfNotOpen 26 /* jump, synopsis: if( !csr[P1] ) goto P2 */
15747 #define OP_RowSetRead 42 /* jump, synopsis: r[P3]=rowset(P1) */
15748 #define OP_Or 43 /* same as TK_OR, synopsis: r[P3]=(r[P1] || r[P2]) */
15749 #define OP_And 44 /* same as TK_AND, synopsis: r[P3]=(r[P1] && r[P2]) */
15750 #define OP_RowSetTest 45 /* jump, synopsis: if r[P3] in rowset(P1) got
[all...]

Completed in 1109 milliseconds

123