Searched refs:BE (Results 26 - 50 of 299) sorted by relevance

1234567891011>>

/external/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp63 if (Optional<BlockEntrance> BE = P.getAs<BlockEntrance>()) {
64 const CFGBlock *CB = BE->getBlock();
123 const BlockEdge &BE = I->first; local
124 const CFGBlock *Exit = BE.getDst();
H A DCStringSyntaxChecker.cpp111 if (const BinaryOperator *BE =
114 if (BE->getOpcode() == BO_Sub) {
115 const Expr *L = BE->getLHS();
116 const Expr *R = BE->getRHS();
H A DObjCUnusedIVarsChecker.cpp46 if (const BlockExpr *BE = dyn_cast<BlockExpr>(S)) {
47 Scan(M, BE->getBody());
/external/llvm/test/MC/PowerPC/
H A Dppc64-initial-cfa.s2 # RUN: llvm-readobj -s -sr -sd | FileCheck %s -check-prefix=STATIC -check-prefix=STATIC-BE
4 # RUN: llvm-readobj -s -sr -sd | FileCheck %s -check-prefix=PIC -check-prefix=PIC-BE
31 # STATIC-BE-NEXT: 0000: 00000010 00000000 037A5200 04784101
33 # STATIC-BE-NEXT: 0010: 1B0C0100 00000010 00000018 00000000
35 # STATIC-BE-NEXT: 0020: 00000004 00000000
72 # PIC-BE-NEXT: 0000: 00000010 00000000 037A5200 04784101
74 # PIC-BE-NEXT: 0010: 1B0C0100 00000010 00000018 00000000
76 # PIC-BE-NEXT: 0020: 00000004 00000000
/external/chromium_org/third_party/icu/source/i18n/
H A Dbuddhcal.cpp97 return BE;
113 era = BuddhistCalendar::BE;
115 era = BuddhistCalendar::BE;
H A Dbuddhcal.h39 * BE (Buddhist Era) and 1998 AD is 2541 BE.
41 * The Buddhist Calendar has only one allowable era: <code>BE</code>. If the
43 * 1/1/1 BE are rejected as an illegal argument.
55 BE enumerator in enum:BuddhistCalendar::EEras
/external/icu/icu4c/source/i18n/
H A Dbuddhcal.cpp97 return BE;
113 era = BuddhistCalendar::BE;
115 era = BuddhistCalendar::BE;
H A Dbuddhcal.h39 * BE (Buddhist Era) and 1998 AD is 2541 BE.
41 * The Buddhist Calendar has only one allowable era: <code>BE</code>. If the
43 * 1/1/1 BE are rejected as an illegal argument.
55 BE enumerator in enum:BuddhistCalendar::EEras
/external/llvm/lib/Target/R600/
H A DAMDGPUTargetTransformInfo.cpp98 for (Loop::block_iterator BI = L->block_begin(), BE = L->block_end();
99 BI != BE; ++BI) {
H A DSIFixSGPRLiveRanges.cpp80 for (MachineFunction::iterator BI = MF.begin(), BE = MF.end();
81 BI != BE; ++BI) {
H A DSILowerI1Copies.cpp78 for (MachineFunction::iterator BI = MF.begin(), BE = MF.end();
79 BI != BE; ++BI) {
/external/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp108 for (BasicBlock::iterator BI = BB->begin(), BE = BB->end(); BI != BE;) {
136 BI = BB->begin(); BE = BB->end();
H A DPartiallyInlineLibCalls.cpp65 for (Function::iterator BB = F.begin(), BE = F.end(); BB != BE;) {
/external/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp180 for (BasicBlock::iterator BI = Pred->begin(), BE = PBI; BI != BE;) {
358 for (BasicBlock::iterator BI = PBI2, BE = PTI2; BI != BE; ++BI) {
427 for (BasicBlock::iterator BI = PBI2, BE = PTI2; BI != BE; ++BI) {
/external/llvm/lib/Target/NVPTX/
H A DNVPTXFavorNonGenericAddrSpaces.cpp179 for (Function::iterator B = F.begin(), BE = F.end(); B != BE; ++B) {
H A DNVPTXImageOptimizer.cpp57 for (Function::iterator BI = F.begin(), BE = F.end(); BI != BE;
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCExpr.h38 const MCBinaryExpr *BE);
/external/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h37 for (block_iterator BI = block_begin(), BE = block_end(); BI != BE; ++BI)
66 for (block_iterator BI = block_begin(), BE = block_end(); BI != BE; ++BI)
91 for (block_iterator BI = block_begin(), BE = block_end(); BI != BE; ++BI)
235 BE = df_ext_end(getHeader(), VisitSet); local
241 for ( ; BI != BE; ++BI) {
291 for (block_iterator BI = (*I)->block_begin(), BE = (*I)->block_end();
292 BI != BE;
[all...]
/external/llvm/lib/MC/
H A DMCExpr.cpp75 const MCBinaryExpr &BE = cast<MCBinaryExpr>(*this); local
78 if (isa<MCConstantExpr>(BE.getLHS()) || isa<MCSymbolRefExpr>(BE.getLHS())) {
79 OS << *BE.getLHS();
81 OS << '(' << *BE.getLHS() << ')';
84 switch (BE.getOpcode()) {
87 if (const MCConstantExpr *RHSC = dyn_cast<MCConstantExpr>(BE.getRHS())) {
116 if (isa<MCConstantExpr>(BE.getRHS()) || isa<MCSymbolRefExpr>(BE.getRHS())) {
117 OS << *BE
818 const MCBinaryExpr *BE = cast<MCBinaryExpr>(this); local
[all...]
/external/llvm/test/MC/ARM/
H A Dbasic-thumb-instructions.s7 @ RUN: llvm-mc -triple=thumbebv7-unknown-unknown -show-encoding < %s | FileCheck --check-prefix=CHECK-BE %s
95 @ CHECK-BE: adr r2, _baz @ encoding: [0xa2,A]
96 @ CHECK-BE: @ fixup A - offset: 0, value: _baz, kind: fixup_thumb_adr_pcrel_10
139 @ CHECK-BE: b _baz @ encoding: [0xe0'A',A]
140 @ CHECK-BE: @ fixup A - offset: 0, value: _baz, kind: fixup_arm_thumb_br
143 @ CHECK-BE: beq _bar @ encoding: [0xd0,A]
144 @ CHECK-BE: @ fixup A - offset: 0, value: _bar, kind: fixup_arm_thumb_bcc
185 @ CHECK-BE: bl _bar @ encoding: [0xf0'A',A,0xd0'A',A]
186 @ CHECK-BE: @ fixup A - offset: 0, value: _bar, kind: fixup_arm_thumb_bl
189 @ CHECK-BE
[all...]
/external/chromium_org/third_party/libjpeg_turbo/
H A Djcphuff.c45 unsigned int BE; /* # of buffered correction bits before MCU */ member in struct:__anon12724
180 entropy->BE = 0;
334 emit_buffered_bits(entropy, entropy->bit_buffer, entropy->BE);
335 entropy->BE = 0;
364 entropy->BE = 0;
662 BR_buffer = entropy->bit_buffer + entropy->BE; /* Append bits to buffer */
672 /* emit any pending EOBRUN and the BE correction bits */
679 BR_buffer = entropy->bit_buffer; /* BE bits are gone now */
694 /* Emit any pending EOBRUN and the BE correction bits */
706 BR_buffer = entropy->bit_buffer; /* BE bit
[all...]
/external/clang/include/clang/Analysis/Analyses/
H A DConsumed.h210 BE = SortedGraph->end(); BI != BE; ++BI) {
/external/jpeg/
H A Djcphuff.c45 unsigned int BE; /* # of buffered correction bits before MCU */ member in struct:__anon22684
180 entropy->BE = 0;
336 emit_buffered_bits(entropy, entropy->bit_buffer, entropy->BE);
337 entropy->BE = 0;
366 entropy->BE = 0;
664 BR_buffer = entropy->bit_buffer + entropy->BE; /* Append bits to buffer */
674 /* emit any pending EOBRUN and the BE correction bits */
681 BR_buffer = entropy->bit_buffer; /* BE bits are gone now */
696 /* Emit any pending EOBRUN and the BE correction bits */
708 BR_buffer = entropy->bit_buffer; /* BE bit
[all...]
/external/llvm/lib/Analysis/
H A DAliasDebugger.cpp66 for (BasicBlock::const_iterator BI = FI->begin(), BE = FI->end();
67 BI != BE; ++BI) {
H A DLoopInfo.cpp224 for (BasicBlock::iterator BI = (*I)->begin(), BE = (*I)->end(); BI != BE; ++BI) {
299 for (block_iterator BB = block_begin(), BE = block_end(); BB != BE; ++BB) {
358 for (block_iterator BI = block_begin(), BE = block_end(); BI != BE; ++BI) {
508 BE = Unloop->block_end(); BI != BE; ++BI) {

Completed in 354 milliseconds

1234567891011>>