Searched refs:C2 (Results 76 - 100 of 133) sorted by relevance

123456

/external/llvm/include/llvm/Support/
H A DIntegersSubsetMapping.h71 bool operator()(const Cluster &C1, const Cluster &C2) { argument
72 return C1.first < C2.first;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h186 bool operator()(const CaseBits &C1, const CaseBits &C2) { argument
187 return C1.Bits > C2.Bits;
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp344 // ((X*C1) << C2) == (X * (C1 << C2))
580 // (X >>?,exact C1) << C2 --> X << (C2-C1)
596 // (X << C1) >>u C2 --> X >>u (C2-C1) & (-1 >> C2)
600 // (X <<nuw C1) >>u C2 --> X >>u (C2-C1)
614 // We can't handle (X << C1) >>s C2, i
709 Constant *C1, *C2; local
[all...]
H A DInstructionCombining.cpp177 // 6. Transform: "(A op C1) op (B op C2)" ==> "(A op B) op (C1 op C2)"
178 // if C1 and C2 are constants.
287 // Transform: "(A op C1) op (B op C2)" ==> "(A op B) op (C1 op C2)"
288 // if C1 and C2 are constants.
297 Constant *C2 = cast<Constant>(Op1->getOperand(1)); local
299 Constant *Folded = ConstantExpr::get(Opcode, C1, C2);
1327 if (Constant *C2 = C->getAggregateElement(*EV.idx_begin())) {
1329 return ReplaceInstUsesWith(EV, C2);
[all...]
H A DInstCombineCompares.cpp391 Value *C2 = Builder->CreateICmpEQ(Idx, SecondTrueIdx); local
392 return BinaryOperator::CreateOr(C1, C2);
411 Value *C2 = Builder->CreateICmpNE(Idx, SecondFalseIdx); local
412 return BinaryOperator::CreateAnd(C1, C2);
781 // vice versa). This is because (x /s C1) <s C2 produces different
782 // results than (x /s C1) <u C2 or (x /u C1) <s C2 or even
783 // (x /u C1) <u C2. Simply casting the operands and result won't
800 // of form X/C1=C2. We solve for X by multiplying C1 (DivRHS) and
801 // C2 (C
2535 ConstantInt *C1, *C2; local
[all...]
/external/clang/lib/Analysis/
H A DThreadSafety.cpp1105 Context intersectContexts(Context C1, Context C2);
1107 void intersectBackEdge(Context C1, Context C2);
1179 LocalVariableMap::intersectContexts(Context C1, Context C2) { argument
1184 const unsigned *i2 = C2.lookup(Dec);
1206 // This routine also takes the intersection of C1 and C2, but it does so by
1209 void LocalVariableMap::intersectBackEdge(Context C1, Context C2) { argument
1216 const unsigned *i2 = C2.lookup(Dec);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DObjectOutputStreamTest.java259 return new C2();
263 private static class C2 implements java.io.Serializable { class in class:ObjectOutputStreamTest.MultipleClassBasedReplacementWhenDumping
H A DSerializationStressTest1.java213 // MultipleClassBasedReplacementWhenDumping -> C1 -> C2 -> C3 -> FOO
218 return new C2();
222 private static class C2 implements java.io.Serializable { class in class:SerializationStressTest1.MultipleClassBasedReplacementWhenDumping
/external/jpeg/
H A Dconfig.guess422 C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
/external/qemu/distrib/jpeg-6b/
H A Dconfig.guess422 C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
/external/qemu-pc-bios/bochs/
H A Dconfig.guess672 C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp1890 // C1*(C2+V) -> C1*C2 + C1*V
4622 // particular, only affine AddRec's like {C1,+,C2}.
5033 Constant *C2 = BuildConstantFromSCEV(SA->getOperand(i));
5034 if (!C2) return 0;
5037 if (!C->getType()->isPointerTy() && C2->getType()->isPointerTy()) {
5038 std::swap(C, C2);
5046 if (C2->getType()->isPointerTy())
5051 C2 = ConstantExpr::getIntegerCast(
5052 C2, Typ
[all...]
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp3178 int C2 = 0; member in namespace:test66
3193 C2 = 1;
3208 while (C2 != 1) CV.Wait(&MU);
3234 int C2 = 0; member in namespace:test67
3248 C2 = 1;
3262 while (C2 != 1) CV.Wait(&MU);
4896 int C1 = 0, C2 = 0; member in namespace:test101
4910 C2 = 1;
4924 while(!C2)
/external/valgrind/unittest/
H A Dracecheck_unittest.cc2852 int C2 = 0; member in namespace:test66
2867 C2 = 1;
2882 while (C2 != 1) CV.Wait(&MU);
2908 int C2 = 0; member in namespace:test67
2922 C2 = 1;
2936 while (C2 != 1) CV.Wait(&MU);
4702 int C1 = 0, C2 = 0; member in namespace:test101
4716 C2 = 1;
4730 while(!C2)
/external/clang/lib/Lex/
H A DLexer.cpp1542 char C2 = Lexer::getCharAndSizeNoWarn(Start + Size, Size, LangOpts); local
1543 return (C2 == 'x' || C2 == 'X');
/external/chromium/third_party/libevent/
H A Dconfig.guess715 C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
/external/dropbear/
H A Dconfig.guess715 C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
/external/elfutils/config/
H A Dconfig.guess715 C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
/external/icu4c/
H A Dconfig.guess715 C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
/external/libmtp/
H A Dconfig.guess715 C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
/external/bison/build-aux/
H A Dconfig.guess710 C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
/external/chromium/sdch/open-vcdiff/
H A Dconfig.guess715 C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
/external/e2fsprogs/config/
H A Dconfig.guess731 C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
/external/expat/conftools/
H A Dconfig.guess738 C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
/external/grub/
H A Dconfig.guess724 C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)

Completed in 655 milliseconds

123456