Searched refs:BC (Results 1 - 25 of 111) sorted by last modified time

12345

/external/webp/src/dsp/
H A Dlossless_sse2.c67 const __m128i BC = _mm_or_si128(BC0, CB0); local
69 const __m128i pb = _mm_unpacklo_epi8(BC, zero); // |b - c|
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfAppearanceCharacteristicsDictionary_autogen.cpp23 SkPdfArray* SkPdfAppearanceCharacteristicsDictionary::BC(SkPdfNativeDoc* doc) { function in class:SkPdfAppearanceCharacteristicsDictionary
24 SkPdfNativeObject* ret = get("BC", "");
32 return get("BC", "") != NULL;
H A DSkPdfAppearanceCharacteristicsDictionary_autogen.h523 SkPdfArray* BC(SkPdfNativeDoc* doc);
H A DSkPdfSoftMaskDictionary_autogen.cpp47 SkPdfArray* SkPdfSoftMaskDictionary::BC(SkPdfNativeDoc* doc) { function in class:SkPdfSoftMaskDictionary
48 SkPdfNativeObject* ret = get("BC", "");
56 return get("BC", "") != NULL;
H A DSkPdfSoftMaskDictionary_autogen.h527 SkPdfArray* BC(SkPdfNativeDoc* doc);
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/openssl/crypto/perlasm/
H A Dx86gas.pl94 sub ::BC { @_; }
H A Dx86masm.pl74 sub ::BC { "@_"; }
H A Dx86nasm.pl74 sub ::BC { (($::mwerks)?"":"BYTE ")."@_"; }
/external/nanopb-c/tools/
H A Dmake_linux_package.sh19 make -BC $DEST/generator/proto
H A Dmake_mac_package.sh21 make -BC $DEST/generator/proto
H A Dmake_windows_package.sh20 make -BC $DEST/generator/proto
/external/llvm/unittests/Analysis/
H A DLazyCallGraphTest.cpp409 LazyCallGraph::SCC &BC = *CG.lookupSCC(B); local
412 EXPECT_TRUE(AC.isAncestorOf(BC));
416 EXPECT_TRUE(DC.isDescendantOf(BC));
424 EXPECT_EQ(&BC, CG.lookupSCC(B));
466 LazyCallGraph::SCC &BC = *CG.lookupSCC(B1); local
471 ASSERT_EQ(&BC, CG.lookupSCC(B2));
472 ASSERT_EQ(&BC, CG.lookupSCC(B3));
500 EXPECT_EQ(&BC, CG.lookupSCC(B1));
501 EXPECT_EQ(&BC, CG.lookupSCC(B2));
502 EXPECT_EQ(&BC, C
568 LazyCallGraph::SCC &BC = *SCCI; local
604 LazyCallGraph::SCC &BC = *CG.lookupSCC(B); local
[all...]
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h1448 #define HEX_DIGIT_10111100 BC
/external/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h238 void visitBitCastInst(BitCastInst &BC) { argument
239 enqueueUsers(BC);
/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp884 SpillPlacement::BlockConstraint &BC = SplitConstraints[i]; local
886 BC.Number = BI.MBB->getNumber();
887 Intf.moveToBlock(BC.Number);
888 BC.Entry = BI.LiveIn ? SpillPlacement::PrefReg : SpillPlacement::DontCare;
889 BC.Exit = BI.LiveOut ? SpillPlacement::PrefReg : SpillPlacement::DontCare;
890 BC.ChangesValue = BI.FirstDef.isValid();
900 if (Intf.first() <= Indexes->getMBBStartIdx(BC.Number))
901 BC.Entry = SpillPlacement::MustSpill, ++Ins;
903 BC.Entry = SpillPlacement::PrefSpill, ++Ins;
910 if (Intf.last() >= SA->getLastSplitPoint(BC
1104 SpillPlacement::BlockConstraint &BC = SplitConstraints[i]; local
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2511 SDValue BC = DAG.getNode(N0.getOpcode(), DL, VT, Op); local
2513 return BC;
/external/llvm/lib/IR/
H A DAutoUpgrade.cpp280 Value *BC = Builder.CreateBitCast(Arg0, local
283 StoreInst *SI = Builder.CreateStore(Arg1, BC);
H A DValue.cpp492 if (const BitCastInst* BC = dyn_cast<BitCastInst>(V)) {
493 Type *STy = BC->getSrcTy()->getPointerElementType(),
494 *DTy = BC->getDestTy()->getPointerElementType();
500 return isDereferenceablePointer(BC->getOperand(0), DL, Visited);
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1970 unsigned BC = FastEmit_r(ArgVT, VA.getLocVT(), ISD::BITCAST, Arg, local
1972 assert(BC != 0 && "Failed to emit a bitcast!");
1973 Arg = BC;
/external/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp119 else if ((I->getOpcode() == PPC::BC || I->getOpcode() == PPC::BCn) &&
173 } else if (I->getOpcode() == PPC::BC) {
178 BuildMI(MBB, I, dl, TII->get(PPC::BC)).addReg(CRBit).addImm(2);
H A DPPCISelDAGToDAG.cpp1428 return CurDAG->SelectNodeTo(N, PPC::BC, MVT::Other,
1680 case PPC::BC:
2005 case PPC::BC:
2008 ResNode = CurDAG->getMachineNode(Opcode == PPC::BC ? PPC::BCn :
2009 PPC::BC,
H A DPPCISelLowering.cpp6774 BuildMI(BB, dl, TII->get(PPC::BC))
H A DPPCInstrInfo.cpp374 } else if (LastInst->getOpcode() == PPC::BC) {
437 } else if (SecondLastInst->getOpcode() == PPC::BC &&
514 I->getOpcode() != PPC::BC && I->getOpcode() != PPC::BCn &&
527 I->getOpcode() != PPC::BC && I->getOpcode() != PPC::BCn &&
558 BuildMI(&MBB, DL, get(PPC::BC)).addOperand(Cond[1]).addMBB(TBB);
573 BuildMI(&MBB, DL, get(PPC::BC)).addOperand(Cond[1]).addMBB(TBB);
1141 MI->setDesc(get(PPC::BC));
2149 } else if (J->getOpcode() == PPC::BC || J->getOpcode() == PPC::BCn) {
2154 TII->get(J->getOpcode() == PPC::BC ?
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp2891 unsigned BC = FastEmit_r(ArgVT.getSimpleVT(), VA.getLocVT(), local
2893 assert(BC != 0 && "Failed to emit a bitcast!");
2894 Arg = BC;

Completed in 427 milliseconds

12345