Home
last modified time | relevance | path

Searched refs:bop (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/MBlaze/
DMBlazeDelaySlotFiller.cpp165 for (unsigned bop = 0; bop<bend; ++bop) { in delayHasHazard() local
166 if (b->getOperand(bop).isReg() && !b->getOperand(bop).isImplicit()) { in delayHasHazard()
167 unsigned bop_reg = b->getOperand(bop).getReg(); in delayHasHazard()
/external/clang/lib/ARCMigrate/
DTransAutoreleasePool.cpp188 } else if (BinaryOperator *bop = dyn_cast<BinaryOperator>(child)) { in VisitCompoundStmt() local
189 if (DeclRefExpr *dref = dyn_cast<DeclRefExpr>(bop->getLHS())) { in VisitCompoundStmt()
194 isPoolCreation(bop->getRHS())) { in VisitCompoundStmt()
/external/clang/lib/Sema/
DSemaPseudoObject.cpp1407 } else if (BinaryOperator *bop = dyn_cast<BinaryOperator>(syntax)) { in recreateSyntacticForm() local
1408 Expr *lhs = stripOpaqueValuesFromPseudoObjectRef(*this, bop->getLHS()); in recreateSyntacticForm()
1409 Expr *rhs = cast<OpaqueValueExpr>(bop->getRHS())->getSourceExpr(); in recreateSyntacticForm()
1410 return new (Context) BinaryOperator(lhs, rhs, bop->getOpcode(), in recreateSyntacticForm()
1411 bop->getType(), bop->getValueKind(), in recreateSyntacticForm()
1412 bop->getObjectKind(), in recreateSyntacticForm()
1413 bop->getOperatorLoc()); in recreateSyntacticForm()
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_menu_bridge_unittest.mm102 const char* url = "http://www.zim-bop-a-dee.com/";
154 const char* url = "http://www.zim-bop-a-dee.com/";
Dbookmark_editor_controller_unittest.mm31 default_name_ = "http://www.zim-bop-a-dee.com/";
/external/llvm/test/CodeGen/X86/
D2008-04-28-CoalescerBug.ll13 define void @t(%struct.BltDepth* %depth, %struct.BltOp* %bop, i32 %mode) nounwind {