Searched refs:BI (Results 276 - 300 of 351) sorted by relevance

<<1112131415

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3297 identifyAliveSuccessors(Attributor &A, const BranchInst &BI, argument
3301 if (BI.getNumSuccessors() == 1) {
3302 AliveSuccessors.push_back(&BI.getSuccessor(0)->front());
3305 A, *BI.getCondition(), AA, UsedAssumedInformation);
3310 BI.getSuccessor(1 - CI.getValue()->getZExtValue());
3313 AliveSuccessors.push_back(&BI.getSuccessor(0)->front());
3314 AliveSuccessors.push_back(&BI.getSuccessor(1)->front());
5088 auto *BI = new BitCastInst(AI, MallocCall->getType(), "calloc_bc", variable
5091 BI, ConstantInt::get(F->getContext(), APInt(8, 0, false)), Size,
5094 Type *Tys[] = {BI
[all...]
H A DSampleProfile.cpp1440 for (auto &BI : F) {
1441 BasicBlock *BB = &BI;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp1429 void MemorySSAUpdater::changeCondBranchToUnconditionalTo(const BranchInst *BI, argument
1431 const BasicBlock *BB = BI->getParent();
H A DValueTracking.cpp2165 if (const BranchInst *BI = dyn_cast<BranchInst>(Curr)) {
2166 assert(BI->isConditional() && "uses a comparison!");
2169 BI->getSuccessor(NonNullIfTrue ? 0 : 1);
2170 BasicBlockEdge Edge(BI->getParent(), NonNullSuccessor);
4860 auto AllUsesGuardedByBranch = [&](const BranchInst *BI) {
4861 BasicBlockEdge NoWrapEdge(BI->getParent(), BI->getSuccessor(1));
5165 if (auto BI = dyn_cast<BranchInst>(TI)) {
5166 if (BI->isConditional())
5167 Cond = BI
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp2503 if (BitsInit *BI = dyn_cast<BitsInit>(R->getValue()))
2504 return BI;
2614 if (BitInit *BI = dyn_cast<BitInit>(R->getValue()))
2615 return BI->getValue();
2631 if (BitInit *BI = dyn_cast<BitInit>(R->getValue()))
2632 return BI->getValue();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp2534 MapIt BI = Base2Ops.find(Base);
2535 if (BI == Base2Ops.end()) {
2540 for (unsigned i = 0, e = BI->second.size(); i != e; ++i) {
2541 if (Offset == getMemoryOpOffset(*BI->second[i])) {
2547 BI->second.push_back(&MI);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1715 BranchInst *BI = cast<BranchInst>(SplitBlockAndInsertIfThen( local
1717 IRBuilder<> ThenIRB(BI);
1969 BranchInst *BI = cast<BranchInst>(SplitBlockAndInsertIfThen( local
1971 IRBuilder<> ThenIRB(BI);
1977 BasicBlock *Tail = BI->getSuccessor(0);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp394 for (MachineFunction::iterator BI = MF.begin(), BE = MF.end();
395 BI != BE; ++BI)
396 for (MachineBasicBlock::iterator MBBI = BI->end(); MBBI != BI->begin(); ) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGException.cpp1299 auto *BI = cast<llvm::BranchInst>(TI); local
1300 assert(BI->isConditional());
1301 RethrowBlock = BI->getSuccessor(1);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2827 if (auto *BI = dyn_cast<BranchInst>(TI))
2828 if (BI->isConditional())
2829 return dyn_cast<Instruction>(BI->getCondition());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7501 BranchInst *BI = cast<BranchInst>(I);
7502 if (VF.isVector() && BI->isConditional() &&
7503 (PredicatedBBsAfterVectorization.count(BI->getSuccessor(0)) ||
7504 PredicatedBBsAfterVectorization.count(BI->getSuccessor(1))))
8503 BranchInst *BI = dyn_cast<BranchInst>(Src->getTerminator());
8504 assert(BI && "Unexpected terminator found");
8506 if (!BI->isConditional() || BI->getSuccessor(0) == BI->getSuccessor(1))
8515 VPValue *EdgeMask = Plan->getOrAddVPValue(BI
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DInlineSpiller.cpp1450 auto BI = SpillsInSubTreeMap[Child].first.begin(); local
1452 SpillsInSubTree.insert(BI, EI);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1280 if (Instruction *BI = dyn_cast<Instruction>(B))
1281 if (cast<Instruction>(A)->isIdenticalToWhenDefined(BI))
/netbsd-current/external/gpl3/gdb.old/dist/sim/frv/
H A Dsem.c981 BI tmp_tmp;
1035 BI tmp_tmp;
1453 BI tmp_tmp;
1512 BI tmp_tmp;
2441 BI tmp_tmp;
2495 BI tmp_tmp;
3382 BI tmp_do_op;
3411 BI tmp_do_op;
3440 BI tmp_do_op;
3469 BI tmp_do_o
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/frv/
H A Dsem.c981 BI tmp_tmp;
1035 BI tmp_tmp;
1453 BI tmp_tmp;
1512 BI tmp_tmp;
2441 BI tmp_tmp;
2495 BI tmp_tmp;
3382 BI tmp_do_op;
3411 BI tmp_do_op;
3440 BI tmp_do_op;
3469 BI tmp_do_o
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp769 MachineFunction::const_iterator BI = B.getIterator(); local
770 MachineFunction::const_iterator Next = std::next(BI);
847 MachineFunction::const_iterator BI = MB->getIterator(); local
848 MachineFunction::const_iterator NextI = std::next(BI);
H A DHexagonVectorCombine.cpp507 if (Instruction *BI = F.first) {
509 GroupInst = BI;
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Darc-dis.c889 case BI:
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Darc-dis.c889 case BI:
/netbsd-current/external/gpl3/gdb.old/dist/sim/or1k/
H A Dcpu.c10177 BI
10186 or1k32bf_h_atomic_reserve_set (SIM_CPU *current_cpu, BI newval)
10209 BI
10218 or1k32bf_h_roff1_set (SIM_CPU *current_cpu, BI newval)
H A Dcpu.h63 BI h_atomic_reserve;
71 BI h_roff1;
4516 BI or1k32bf_h_atomic_reserve_get (SIM_CPU *);
4517 void or1k32bf_h_atomic_reserve_set (SIM_CPU *, BI);
4520 BI or1k32bf_h_roff1_get (SIM_CPU *);
4521 void or1k32bf_h_roff1_set (SIM_CPU *, BI);
/netbsd-current/external/gpl3/gdb/dist/sim/or1k/
H A Dcpu.c10177 BI
10186 or1k32bf_h_atomic_reserve_set (SIM_CPU *current_cpu, BI newval)
10209 BI
10218 or1k32bf_h_roff1_set (SIM_CPU *current_cpu, BI newval)
H A Dcpu.h63 BI h_atomic_reserve;
71 BI h_roff1;
4516 BI or1k32bf_h_atomic_reserve_get (SIM_CPU *);
4517 void or1k32bf_h_atomic_reserve_set (SIM_CPU *, BI);
4520 BI or1k32bf_h_roff1_get (SIM_CPU *);
4521 void or1k32bf_h_roff1_set (SIM_CPU *, BI);
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Darc-dis.c889 case BI:
/netbsd-current/external/apache2/llvm/dist/clang/utils/TableGen/
H A DMveEmitter.cpp1278 if (auto *BI = dyn_cast<BitInit>(Arg))
1280 BI->getValue());

Completed in 461 milliseconds

<<1112131415