Searched refs:BI (Results 201 - 225 of 351) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/sim/m32r/
H A Dsem-switch.c524 SI temp0;BI temp1;
533 BI opval = temp1;
553 SI temp0;BI temp1;
562 BI opval = temp1;
582 SI temp0;BI temp1;
591 BI opval = temp1;
1009 BI opval = LTSI (* FLD (i_src1), * FLD (i_src2));
1028 BI opval = LTSI (* FLD (i_src2), FLD (f_simm16));
1047 BI opval = LTUSI (* FLD (i_src1), * FLD (i_src2));
1066 BI opva
[all...]
H A Dsem.c400 SI temp0;BI temp1;
409 BI opval = temp1;
431 SI temp0;BI temp1;
440 BI opval = temp1;
462 SI temp0;BI temp1;
471 BI opval = temp1;
923 BI opval = LTSI (* FLD (i_src1), * FLD (i_src2));
944 BI opval = LTSI (* FLD (i_src2), FLD (f_simm16));
965 BI opval = LTUSI (* FLD (i_src1), * FLD (i_src2));
986 BI opva
[all...]
H A Dsem2-switch.c715 SI temp0;BI temp1;
724 BI opval = temp1;
744 SI temp0;BI temp1;
753 BI opval = temp1;
773 SI temp0;BI temp1;
782 BI opval = temp1;
1332 BI opval = LTSI (* FLD (i_src1), * FLD (i_src2));
1351 BI opval = LTSI (* FLD (i_src2), FLD (f_simm16));
1370 BI opval = LTUSI (* FLD (i_src1), * FLD (i_src2));
1389 BI opva
[all...]
H A Dsemx-switch.c708 SI temp0;BI temp1;
717 BI opval = temp1;
737 SI temp0;BI temp1;
746 BI opval = temp1;
766 SI temp0;BI temp1;
775 BI opval = temp1;
1325 BI opval = LTSI (* FLD (i_src1), * FLD (i_src2));
1344 BI opval = LTSI (* FLD (i_src2), FLD (f_simm16));
1363 BI opval = LTUSI (* FLD (i_src1), * FLD (i_src2));
1382 BI opva
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/m32r/
H A Dsem-switch.c524 SI temp0;BI temp1;
533 BI opval = temp1;
553 SI temp0;BI temp1;
562 BI opval = temp1;
582 SI temp0;BI temp1;
591 BI opval = temp1;
1009 BI opval = LTSI (* FLD (i_src1), * FLD (i_src2));
1028 BI opval = LTSI (* FLD (i_src2), FLD (f_simm16));
1047 BI opval = LTUSI (* FLD (i_src1), * FLD (i_src2));
1066 BI opva
[all...]
H A Dsem.c400 SI temp0;BI temp1;
409 BI opval = temp1;
431 SI temp0;BI temp1;
440 BI opval = temp1;
462 SI temp0;BI temp1;
471 BI opval = temp1;
923 BI opval = LTSI (* FLD (i_src1), * FLD (i_src2));
944 BI opval = LTSI (* FLD (i_src2), FLD (f_simm16));
965 BI opval = LTUSI (* FLD (i_src1), * FLD (i_src2));
986 BI opva
[all...]
H A Dsem2-switch.c715 SI temp0;BI temp1;
724 BI opval = temp1;
744 SI temp0;BI temp1;
753 BI opval = temp1;
773 SI temp0;BI temp1;
782 BI opval = temp1;
1332 BI opval = LTSI (* FLD (i_src1), * FLD (i_src2));
1351 BI opval = LTSI (* FLD (i_src2), FLD (f_simm16));
1370 BI opval = LTUSI (* FLD (i_src1), * FLD (i_src2));
1389 BI opva
[all...]
H A Dsemx-switch.c708 SI temp0;BI temp1;
717 BI opval = temp1;
737 SI temp0;BI temp1;
746 BI opval = temp1;
766 SI temp0;BI temp1;
775 BI opval = temp1;
1325 BI opval = LTSI (* FLD (i_src1), * FLD (i_src2));
1344 BI opval = LTSI (* FLD (i_src2), FLD (f_simm16));
1363 BI opval = LTUSI (* FLD (i_src1), * FLD (i_src2));
1382 BI opva
[all...]
/netbsd-current/usr.bin/sort/
H A Dfields.c186 if (flags & BI)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp605 for (MachineFunction::iterator BI = MF.begin(), BE = MF.end();
606 BI != BE; ++BI) {
608 MachineBasicBlock &MBB = *BI;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DValue.cpp231 BasicBlock::const_iterator BI = BB->begin(), BE = BB->end(); local
233 for (; BI != BE && UI != UE; ++BI, ++UI) {
234 // Scan basic block: Check if this Value is used by the instruction at BI.
235 if (is_contained(BI->operands(), this))
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLocal.h188 bool FoldBranchToCommonDest(BranchInst *BI, llvm::DomTreeUpdater *DTU = nullptr,
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp368 for (auto BI : *Buf)
369 os << BI; local
387 for (auto BI : *Buf)
388 os << BI; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h70 bool canSaveCmp(Loop *L, BranchInst **BI, ScalarEvolution *SE, LoopInfo *LI,
/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Ddv-bfin_uart2.c105 dv_w1c_2 (valuep, value, TFI | BI | FE | PE | OE);
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Ddv-bfin_uart2.c106 dv_w1c_2 (valuep, value, TFI | BI | FE | PE | OE);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1274 if (BranchInst *BI = dyn_cast<BranchInst>(BBFrom->getTerminator())) {
1277 if (BI->isConditional() &&
1278 BI->getSuccessor(0) != BI->getSuccessor(1)) {
1279 bool isTrueDest = BI->getSuccessor(0) == BBTo;
1280 assert(BI->getSuccessor(!isTrueDest) == BBTo &&
1282 Value *Condition = BI->getCondition();
H A DLoads.cpp265 if (const Instruction *BI = dyn_cast<Instruction>(B))
266 if (cast<Instruction>(A)->isIdenticalToWhenDefined(BI))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp968 for (Loop::block_iterator BI = L->block_begin(), E = L->block_end(); BI != E;
969 ++BI)
970 for (Instruction &I : **BI)
1388 static Value *matchCondition(BranchInst *BI, BasicBlock *LoopEntry, argument
1390 if (!BI || !BI->isConditional())
1393 ICmpInst *Cond = dyn_cast<ICmpInst>(BI->getCondition());
1401 BasicBlock *TrueSucc = BI->getSuccessor(0);
1402 BasicBlock *FalseSucc = BI
[all...]
H A DLoopUnrollPass.cpp577 if (BranchInst *BI = dyn_cast<BranchInst>(TI)) {
578 if (BI->isConditional()) {
580 SimplifiedValues.lookup(BI->getCondition())) {
583 KnownSucc = BI->getSuccessor(0);
586 KnownSucc = BI->getSuccessor(SimpleCondVal->isZero() ? 1 : 0);
H A DLoopInterchange.cpp1429 // Update BI to jump to NewBB instead of OldBB. Records updates to the
1431 // \p OldBB is exactly once in BI's successor list.
1432 static void updateSuccessor(BranchInst *BI, BasicBlock *OldBB,
1437 llvm::count_if(successors(BI),
1440 }) == 1) && "BI must jump to OldBB exactly once.");
1442 for (Use &Op : BI->operands())
1450 {DominatorTree::UpdateKind::Insert, BI->getParent(), NewBB});
1452 {DominatorTree::UpdateKind::Delete, BI->getParent(), OldBB});
H A DInductiveRangeCheckElimination.cpp220 /// Parse out a set of inductive range checks from \p BI and append them to \p
223 /// NB! There may be conditions feeding into \p BI that aren't inductive range
226 extractRangeChecksFromBranch(BranchInst *BI, Loop *L, ScalarEvolution &SE,
410 BranchInst *BI, Loop *L, ScalarEvolution &SE, BranchProbabilityInfo *BPI,
412 if (BI->isUnconditional() || BI->getParent() == L->getLoopLatch())
418 BPI->getEdgeProbability(BI->getParent(), (unsigned)0) < LikelyTaken)
422 InductiveRangeCheck::extractRangeChecksFromCond(L, SE, BI->getOperandUse(0),
409 extractRangeChecksFromBranch( BranchInst *BI, Loop *L, ScalarEvolution &SE, BranchProbabilityInfo *BPI, SmallVectorImpl<InductiveRangeCheck> &Checks) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp220 bool emitCompareAndBranch(const BranchInst *BI);
2240 bool AArch64FastISel::emitCompareAndBranch(const BranchInst *BI) { argument
2248 assert(isa<CmpInst>(BI->getCondition()) && "Expected cmp instruction");
2249 const CmpInst *CI = cast<CmpInst>(BI->getCondition());
2263 MachineBasicBlock *TBB = FuncInfo.MBBMap[BI->getSuccessor(0)];
2264 MachineBasicBlock *FBB = FuncInfo.MBBMap[BI->getSuccessor(1)];
2361 finishCondBranch(BI->getParent(), TBB, FBB);
2366 const BranchInst *BI = cast<BranchInst>(I); local
2367 if (BI->isUnconditional()) {
2368 MachineBasicBlock *MSucc = FuncInfo.MBBMap[BI
2495 const IndirectBrInst *BI = cast<IndirectBrInst>(I); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp729 BranchInst *BI = dyn_cast<BranchInst>(BB->getTerminator()); local
730 if (!BI || !BI->isUnconditional())
735 BasicBlock::iterator BBI = BI->getIterator();
748 BasicBlock *DestBB = BI->getSuccessor(0);
950 BranchInst *BI = cast<BranchInst>(BB->getTerminator()); local
951 BasicBlock *DestBB = BI->getSuccessor(0);
1703 if (auto *BI = dyn_cast<BranchInst>(U)) {
1704 assert(BI->isConditional() && "Must be conditional");
1705 BI
2352 const Instruction *BI = BB->getFirstNonPHI(); local
2394 BranchInst *BI = dyn_cast<BranchInst>(TailCallBB->getTerminator()); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h600 if (BlockInfo *BI = getBlockInfo(BlockID))
601 return *BI;

Completed in 366 milliseconds

1234567891011>>