Searched refs:BE (Results 1 - 25 of 191) sorted by relevance

12345678

/external/llvm/lib/Target/NVPTX/
H A DNVPTXAllocaHoisting.cpp27 for (BasicBlock::iterator BI = I->begin(), BE = I->end(); BI != BE;) {
H A DNVPTXSplitBBatBar.cpp36 for (Function::iterator BI = F.begin(), BE = F.end(); BI != BE; ++BI) {
/external/clang/lib/StaticAnalyzer/Checkers/
H A DUndefCapturedBlockVarChecker.cpp33 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
55 UndefCapturedBlockVarChecker::checkPostStmt(const BlockExpr *BE, argument
57 if (!BE->getBlockDecl()->hasCaptures())
62 cast<BlockDataRegion>(state->getSVal(BE,
92 if (const Expr *Ex = FindBlockDeclRefExpr(BE->getBody(), VD))
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.cpp109 if (const BinaryOperator *BE =
112 if (BE->getOpcode() == BO_Sub) {
113 const Expr *L = BE->getLHS();
114 const Expr *R = BE->getRHS();
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.cpp54 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Value); local
55 AddValueSymbols_(BE->getLHS(), Asm);
56 AddValueSymbols_(BE->getRHS(), Asm);
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsBaseInfo.h136 const MCBinaryExpr *BE = static_cast<const MCBinaryExpr*>(Expr); local
137 const MCExpr *LHS = BE->getLHS();
138 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(BE->getRHS());
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.cpp94 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Expr); local
95 fixELFSymbolsInTLSFixupsImpl(BE->getLHS(), Asm);
96 fixELFSymbolsInTLSFixupsImpl(BE->getRHS(), Asm);
160 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Value); local
161 AddValueSymbolsImpl(BE->getLHS(), Asm);
162 AddValueSymbolsImpl(BE->getRHS(), Asm);
/external/llvm/lib/Target/XCore/InstPrinter/
H A DXCoreInstPrinter.cpp51 if (const MCBinaryExpr *BE = dyn_cast<MCBinaryExpr>(Expr)) {
52 SRE = dyn_cast<MCSymbolRefExpr>(BE->getLHS());
53 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(BE->getRHS());
/external/llvm/lib/Transforms/Utils/
H A DSimplifyInstructions.cpp57 for (BasicBlock::iterator BI = DI->begin(), BE = DI->end(); BI != BE;) {
H A DLowerExpectIntrinsic.cpp149 for (BasicBlock::iterator BI = BB->begin(), BE = BB->end();
150 BI != BE; ) {
/external/llvm/lib/MC/
H A DMCExpr.cpp89 const MCBinaryExpr &BE = cast<MCBinaryExpr>(*this); local
92 if (isa<MCConstantExpr>(BE.getLHS()) || isa<MCSymbolRefExpr>(BE.getLHS())) {
93 OS << *BE.getLHS();
95 OS << '(' << *BE.getLHS() << ')';
98 switch (BE.getOpcode()) {
101 if (const MCConstantExpr *RHSC = dyn_cast<MCConstantExpr>(BE.getRHS())) {
130 if (isa<MCConstantExpr>(BE.getRHS()) || isa<MCSymbolRefExpr>(BE.getRHS())) {
131 OS << *BE
642 const MCBinaryExpr *BE = cast<MCBinaryExpr>(this); local
[all...]
/external/icu4c/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/clang/unittests/Tooling/
H A DRecursiveASTVisitorTest.cpp100 bool VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *BE) { argument
101 if (BE->getValue())
102 Match("true", BE->getLocation());
104 Match("false", BE->getLocation());
/external/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h40 for (block_iterator BI = block_begin(), BE = block_end(); BI != BE; ++BI)
74 for (block_iterator BI = block_begin(), BE = block_end(); BI != BE; ++BI)
104 for (block_iterator BI = block_begin(), BE = block_end(); BI != BE; ++BI)
248 BE = df_ext_end(getHeader(), VisitSet); local
259 for ( ; BI != BE; ++BI) {
310 for (block_iterator BI = (*I)->block_begin(), BE = (*I)->block_end();
311 BI != BE;
[all...]
/external/jpeg/
H A Djcphuff.c45 unsigned int BE; /* # of buffered correction bits before MCU */ member in struct:__anon7402
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.cpp227 for (BasicBlock::iterator BI = (*I)->begin(), BE = (*I)->end(); BI != BE; ++BI) {
254 for (block_iterator BB = block_begin(), BE = block_end(); BB != BE; ++BB) {
321 for (block_iterator BI = block_begin(), BE = block_end(); BI != BE; ++BI) {
471 BE = Unloop->block_end(); BI != BE; ++BI) {
H A DRegionPrinter.cpp125 BE = R->block_end(); BI != BE; ++BI)
/external/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp101 for (BasicBlock::iterator BI = BB->begin(), BE = BB->end(); BI != BE;) {
/external/qemu/distrib/jpeg-6b/
H A Djcphuff.c45 unsigned int BE; /* # of buffered correction bits before MCU */ member in struct:__anon11249
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/clang/lib/AST/
H A DParentMap.cpp157 BinaryOperator *BE = cast<BinaryOperator>(P); local
160 return BE->getOpcode()!=BO_Comma ||DirectChild==BE->getRHS();
/external/llvm/lib/Target/Mips/InstPrinter/
H A DMipsInstPrinter.cpp100 if (const MCBinaryExpr *BE = dyn_cast<MCBinaryExpr>(Expr)) {
101 SRE = dyn_cast<MCSymbolRefExpr>(BE->getLHS());
102 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(BE->getRHS());
/external/llvm/lib/CodeGen/
H A DShrinkWrapping.cpp909 BE = df_end(SUCC); BI != BE; ++BI) {
946 BE = CSRSave.end(); BI != BE; ++BI) {
967 BE = df_end(MBB); BI != BE; ++BI) {
999 BE = CSRRestore.end(); BI != BE; ++BI) {
1018 BE = idf_end(MBB); BI != BE;
[all...]

Completed in 494 milliseconds

12345678