Searched refs:C1 (Results 176 - 200 of 230) sorted by relevance

12345678910

/openbsd-current/gnu/share/
H A Dconfig.guess619 C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
/openbsd-current/gnu/usr.bin/binutils/
H A Dconfig.guess680 C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
/openbsd-current/gnu/usr.bin/gcc/
H A Dconfig.guess661 C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
/openbsd-current/gnu/usr.bin/texinfo/
H A Dconfig.guess686 C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
/openbsd-current/gnu/llvm/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp127 SP::C0, SP::C1, SP::C2, SP::C3,
/openbsd-current/gnu/llvm/llvm/cmake/
H A Dconfig.guess735 C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h608 /// Return true if LSR cost of C1 is lower than C2.
609 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
1636 virtual bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
2054 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
2056 return Impl.isLSRCostLess(C1, C2);
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dia64-opc-a.c94 {"add", A, OpX2aVeX4X2b (8, 0, 0, 0, 1), {R1, R2, R3, C1}, EMPTY},
96 {"sub", A, OpX2aVeX4X2b (8, 0, 0, 1, 0), {R1, R2, R3, C1}, EMPTY},
/openbsd-current/gnu/usr.bin/binutils-2.17/
H A Dconfig.guess710 C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dia64-opc-a.c95 {"add", A, OpX2aVeX4X2b (8, 0, 0, 0, 1), {R1, R2, R3, C1}, EMPTY},
97 {"sub", A, OpX2aVeX4X2b (8, 0, 0, 1, 0), {R1, R2, R3, C1}, EMPTY},
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp363 bool TargetTransformInfo::isLSRCostLess(const LSRCost &C1, argument
365 return TTIImpl->isLSRCostLess(C1, C2);
/openbsd-current/gnu/usr.bin/perl/lib/unicore/To/
H A DLc.pl281 4C1 4C2
H A D_PerlLB.pl78 5C1 5C2 Combining_Mark
379 20C1 20CF Prefix_Numeric
1609 110BE 110C1 Break_After
1654 115C1 Break_Before
H A DIdentif2.pl127 2BD 2C1 Technical
231 5C1 5C2 Uncommon_Use
1279 110BB 110C1 Exclusion Not_XID
1343 115C1 115D7 Exclusion Not_XID
H A DGCB.pl33 5C1 5C2 Extend
78 9C1 9C4 Extend
1296 114C1 SpacingMark
H A DWB.pl72 5C1 5C2 Extend
500 24B6 24C1 ALetter
819 111C1 111C4 ALetter
H A DNa1.pl113 C1 LATIN CAPITAL LETTER A ACUTE
337 1C1 LATIN LETTER DOUBLE PIPE
650 4C1 CYRILLIC CAPITAL LETTER SHORT ZHE
746 6C1 ARABIC LETTER HA GOAL
1063 21C1 RIGHT HARPOON WITH BARB DOWN
1344 25C1 WHITE LEFT POINTING TRIANGLE
1745 33C1 SQUARED M OHM
/openbsd-current/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/
H A Dzh_strk.pl13 00C1 ; [.1FA2.001D.0008] # LATIN CAPITAL LETTER A WITH ACUTE
381 32C1 ; [.1F9A.0020.0004][.815F.0020.0004] # IDEOGRAPHIC TELEGRAPH SYMBOL FOR FEBRUARY
635 2F71 ; [.82C1.0020.0004] # KANGXI RADICAL TRACK
H A Dzh_pin.pl13 00C1 ; [.1FA2.001D.0008] # LATIN CAPITAL LETTER A WITH ACUTE
315 32C1 ; [.1F9A.0020.0004][.CA96.0020.0004] # IDEOGRAPHIC TELEGRAPH SYMBOL FOR FEBRUARY
991 FA42 ; [.98C1.0020.0002] # CJK COMPATIBILITY IDEOGRAPH-FA42
/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1381 /// insertelt (shufflevector X, CVec, Mask|insertelt X, C1, CIndex1), C, CIndex
2227 // with a multiply, we will exit because C0/C1 will not be set.
2229 Constant *C0 = nullptr, *C1 = nullptr; local
2232 match(B1, m_BinOp(m_Constant(C1), m_Value(Y))))
2236 match(B1, m_CombineOr(m_BinOp(m_Value(Y), m_Constant(C1)),
2259 C1 = cast<Constant>(AltB1.Op1);
2263 if (Opc0 != Opc1 || !C0 || !C1)
2271 Constant *NewC = ConstantExpr::getShuffleVector(C0, C1, Mask);
2286 // shuffle (op V, C0), (op V, C1), M --> op V, C'
2287 // shuffle (op C0, V), (op C1,
[all...]
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1042 if (auto *C1 = dyn_cast<ConstantSDNode>(N0.getOperand(1))) {
1046 const APInt &C1APIntVal = C1->getAPIntValue();
2367 SDValue C1 = IsAdd ? DAG.getConstant(CN->getAPIntValue() + 1, DL, VT) : local
2369 return DAG.getNode(IsAdd ? ISD::SUB : ISD::ADD, DL, VT, C1, LowBit);
2672 // Fold (add (vscale * C0), (vscale * C1)) to (vscale * (C0 + C1)).
2675 const APInt &C1 = N1->getConstantOperandAPInt(0); local
2676 return DAG.getVScale(DL, VT, C0 + C1);
2693 const APInt &C1 = N1->getConstantOperandAPInt(0); local
2694 APInt NewStep = C0 + C1;
4179 const APInt &C1 = NC1->getAPIntValue(); local
4464 SDValue C1 = DAG.getNode(ISD::CTTZ, DL, VT, N1); local
5229 const APInt &C1 = N1C->getAPIntValue(); local
8910 SDValue C1 = Shift->getOperand(1); local
9105 SDNode *C1 = DAG.isConstantIntBuildVectorOrConstantInt(N1); local
9387 const APInt &C1 = N1C->getAPIntValue(); local
10463 SDValue C1 = N->getOperand(1); local
11262 const APInt &C1 = cast<ConstantSDNode>(N1Elt)->getAPIntValue(); local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp606 if (ConstantSDNode *C1 = dyn_cast<ConstantSDNode>(Sub_0)) {
607 if (C1->getSExtValue() != 0 || Sub_1.getOpcode() != ISD::SHL)
1234 SDValue C1 = DAG.getConstant(1, dl, BVT); local
1241 Ops[I1N] = C1;
1247 Ops[I1N] = C1;
H A DHexagonLoopIdiomRecognition.cpp1764 ConstantInt *C1 = dyn_cast<ConstantInt>(And0->getOperand(1));
1765 if (!C1)
1768 uint32_t V1 = C1->getZExtValue();
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp572 Counter addCounters(Counter C1, Counter C2, Counter C3, argument
574 return addCounters(addCounters(C1, C2, Simplify), C3, Simplify);
/openbsd-current/gnu/llvm/clang/lib/Format/
H A DWhitespaceManager.cpp23 const Change &C1, const Change &C2) const {
25 C1.OriginalWhitespaceRange.getBegin(),
22 operator ()( const Change &C1, const Change &C2) const argument

Completed in 402 milliseconds

12345678910