Home
last modified time | relevance | path

Searched refs:BC (Results 1 – 25 of 225) sorted by relevance

123456789

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DParallelCG.cpp67 SmallString<0> BC; in splitCodeGen() local
68 raw_svector_ostream BCOS(BC); in splitCodeGen()
72 BCOSs[ThreadCount]->write(BC.begin(), BC.size()); in splitCodeGen()
79 [TMFactory, FileType, ThreadOS](const SmallString<0> &BC) { in splitCodeGen() argument
82 MemoryBufferRef(StringRef(BC.data(), BC.size()), in splitCodeGen()
93 std::move(BC)); in splitCodeGen()
H A DRegAllocGreedy.cpp614 BC.Number = BI.MBB->getNumber(); in addSplitConstraints()
615 Intf.moveToBlock(BC.Number); in addSplitConstraints()
617 BC.Exit = (BI.LiveOut && in addSplitConstraints()
621 BC.ChangesValue = BI.FirstDef.isValid(); in addSplitConstraints()
632 BC.Entry = SpillPlacement::MustSpill; in addSplitConstraints()
635 BC.Entry = SpillPlacement::PrefSpill; in addSplitConstraints()
642 if (((BC.Entry == SpillPlacement::MustSpill) || in addSplitConstraints()
643 (BC.Entry == SpillPlacement::PrefSpill)) && in addSplitConstraints()
652 BC.Exit = SpillPlacement::MustSpill; in addSplitConstraints()
655 BC.Exit = SpillPlacement::PrefSpill; in addSplitConstraints()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DLinkInModulesPass.cpp19 LinkInModulesPass::LinkInModulesPass(clang::BackendConsumer *BC, in LinkInModulesPass() argument
21 : BC(BC), ShouldLinkFiles(ShouldLinkFiles) {} in LinkInModulesPass()
25 if (BC && BC->LinkInModules(&M, ShouldLinkFiles)) in run()
H A DLinkInModulesPass.h30 clang::BackendConsumer *BC; variable
34 LinkInModulesPass(clang::BackendConsumer *BC, bool ShouldLinkFiles = true);
H A DCodeGenPGO.cpp631 BreakContinue BC = BreakContinueStack.pop_back_val(); in VisitWhileStmt() local
636 setCount(BC.BreakCount + CondCount - BodyCount); in VisitWhileStmt()
651 BreakContinue BC = BreakContinueStack.pop_back_val(); in VisitDoStmt() local
657 setCount(BC.BreakCount + CondCount - LoopCount); in VisitDoStmt()
675 BreakContinue BC = BreakContinueStack.pop_back_val(); in VisitForStmt() local
692 setCount(BC.BreakCount + CondCount - BodyCount); in VisitForStmt()
713 BreakContinue BC = BreakContinueStack.pop_back_val(); in VisitCXXForRangeStmt() local
726 setCount(BC.BreakCount + CondCount - BodyCount); in VisitCXXForRangeStmt()
740 BreakContinue BC = BreakContinueStack.pop_back_val(); in VisitObjCForCollectionStmt() local
742 setCount(BC.BreakCount + ParentCount + BackedgeCount + BC.ContinueCount - in VisitObjCForCollectionStmt()
[all …]
/freebsd/sys/fs/cd9660/
H A Dcd9660_rrip.c556 #define BC (rrt_func_t *) macro
560 { "PN", BC cd9660_rrip_device, 0, ISO_SUSP_DEVICE },
562 { "CE", BC cd9660_rrip_cont, 0, ISO_SUSP_CONT },
563 { "ST", BC cd9660_rrip_stop, 0, ISO_SUSP_STOP },
589 { "CE", BC cd9660_rrip_cont, 0, ISO_SUSP_CONT },
590 { "ST", BC cd9660_rrip_stop, 0, ISO_SUSP_STOP },
627 { "SL", BC cd9660_rrip_slink, 0, ISO_SUSP_SLINK },
629 { "CE", BC cd9660_rrip_cont, 0, ISO_SUSP_CONT },
630 { "ST", BC cd9660_rrip_stop, 0, ISO_SUSP_STOP },
653 { "CE", BC cd9660_rrip_cont, 0, ISO_SUSP_CONT },
[all …]
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_tgoto.c82 if (BC) in tgoto_internal()
83 need += strlen(BC); in tgoto_internal()
125 if (BC != 0) { in tgoto_internal()
186 _nc_STRCPY(result + used, BC, length - used); in tgoto_internal()
187 used += strlen(BC); in tgoto_internal()
H A Dlib_termcap.c57 NCURSES_EXPORT_VAR(char *) BC = 0;
171 BC = 0; in NCURSES_SP_NAME()
186 BC = backspace_if_not_bs; in NCURSES_SP_NAME()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFormatVariadic.cpp113 std::size_t BC = Fmt.find_first_of('}'); in splitLiteralAndReplacement() local
114 if (BC == StringRef::npos) { in splitLiteralAndReplacement()
125 if (BO2 < BC) in splitLiteralAndReplacement()
129 StringRef Spec = Fmt.slice(1, BC); in splitLiteralAndReplacement()
130 StringRef Right = Fmt.substr(BC + 1); in splitLiteralAndReplacement()
138 Fmt = Fmt.drop_front(BC + 1); in splitLiteralAndReplacement()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp73 BlockCounter::Factory::IncrementCount(BlockCounter BC, in IncrementCount() argument
76 return BlockCounter(GetFactory(F).add(GetMap(BC.Data), in IncrementCount()
78 BC.getNumVisited(CallSite, BlockID)+1).getRoot()); in IncrementCount()
H A DMemRegion.cpp379 const BlockCodeRegion *BC, in ProfileRegion() argument
384 ID.AddPointer(BC); in ProfileRegion()
493 os << "block_data{" << BC; in dumpToStream()
966 if (const auto *BC = dyn_cast<BlockInvocationContext>(LC)) { in getStackOrCaptureRegionForDeclContext() local
1103 MemRegionManager::getBlockDataRegion(const BlockCodeRegion *BC, in getBlockDataRegion() argument
1107 const BlockDecl *BD = BC->getDecl(); in getBlockDataRegion()
1692 BumpVectorContext BC(A); in LazyInitializeReferencedVars() local
1696 auto *BV = new (A) VarVec(BC, NumBlockVars); in LazyInitializeReferencedVars()
1697 auto *BVOriginal = new (A) VarVec(BC, NumBlockVars); in LazyInitializeReferencedVars()
1705 BV->push_back(VR, BC); in LazyInitializeReferencedVars()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOffloadBundler.h57 OffloadBundler(const OffloadBundlerConfig &BC) : BundlerConfig(BC) {} in OffloadBundler() argument
83 const OffloadBundlerConfig &BC);
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyClassDefinitionDumper.cpp69 for (auto *BC : Layout.bases()) { in prettyPrintClassIntro() local
70 const auto &Base = BC->getBase(); in prettyPrintClassIntro()
77 if (BC->isVirtualBase()) in prettyPrintClassIntro()
/freebsd/crypto/heimdal/lib/wind/
H A DNormalizationTest.txt487 09DC;09A1 09BC;09A1 09BC;09A1 09BC;09A1 09BC; # (ড়; ড◌়; ড◌়; ড◌়; ড◌়; ) BENGALI LETTER RRA
488 09DD;09A2 09BC;09A2 09BC;09A2 09BC;09A2 09BC; # (ঢ়; ঢ◌়; ঢ◌়; ঢ◌়; ঢ◌়; ) BENGALI LETTER RHA
489 09DF;09AF 09BC;09AF 09BC;09AF 09BC;09AF 09BC; # (য়; য◌়; য◌়; য◌়; য◌়; ) BENGALI LETTER YYA
2253 33BC;33BC;33BC;03BC 0057;03BC 0057; # (㎼; ㎼; ㎼; μW; μW; ) SQUARE MU W
13872 FB30;05D0 05BC;05D0 05BC;05D0 05BC;05D0 05BC; # (אּ; א◌ּ; א◌ּ; א◌ּ; א◌ּ; ) HEBREW LETTER ALEF WITH M…
13873 FB31;05D1 05BC;05D1 05BC;05D1 05BC;05D1 05BC; # (בּ; ב◌ּ; ב◌ּ; ב◌ּ; ב◌ּ; ) HEBREW LETTER BET WITH DA…
13876 FB34;05D4 05BC;05D4 05BC;05D4 05BC;05D4 05BC; # (הּ; ה◌ּ; ה◌ּ; ה◌ּ; ה◌ּ; ) HEBREW LETTER HE WITH MAP…
13877 FB35;05D5 05BC;05D5 05BC;05D5 05BC;05D5 05BC; # (וּ; ו◌ּ; ו◌ּ; ו◌ּ; ו◌ּ; ) HEBREW LETTER VAV WITH DA…
13879 FB38;05D8 05BC;05D8 05BC;05D8 05BC;05D8 05BC; # (טּ; ט◌ּ; ט◌ּ; ט◌ּ; ט◌ּ; ) HEBREW LETTER TET WITH DA…
13880 FB39;05D9 05BC;05D9 05BC;05D9 05BC;05D9 05BC; # (יּ; י◌ּ; י◌ּ; י◌ּ; י◌ּ; ) HEBREW LETTER YOD WITH DA…
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerArgs.cpp192 if (auto *BC = dyn_cast<BitCastInst>(I.OldInstruction)) { in INITIALIZE_PASS_DEPENDENCY() local
193 auto *NewBCType = PointerType::get(BC->getContext(), ADDRESS_SPACE_PARAM); in INITIALIZE_PASS_DEPENDENCY()
194 return BitCastInst::Create(BC->getOpcode(), I.NewParam, NewBCType, in INITIALIZE_PASS_DEPENDENCY()
195 BC->getName(), BC); in INITIALIZE_PASS_DEPENDENCY()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp593 BumpVectorContext &BC; member in __anon941229960111::FindBlockDeclRefExprsVals
600 : BEVals(bevals), BC(bc) {} in FindBlockDeclRefExprsVals()
613 BEVals.push_back(VD, BC); in VisitDeclRefExpr()
645 BumpVectorContext BC(A); in LazyInitializeReferencedDecls() local
647 new (BV) DeclVec(BC, 10); in LazyInitializeReferencedDecls()
651 BV->push_back(CI.getVariable(), BC); in LazyInitializeReferencedDecls()
655 FindBlockDeclRefExprsVals F(*BV, BC); in LazyInitializeReferencedDecls()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h60 SIScheduleBlockCreator *BC; variable
101 SIScheduleBlock(SIScheduleDAGMI *DAG, SIScheduleBlockCreator *BC, in SIScheduleBlock() argument
103 DAG(DAG), BC(BC), TopRPTracker(TopPressure), ID(ID) {} in SIScheduleBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp96 if (auto *BC = dyn_cast<BitCastOperator>(U)) in runOnModule() local
97 Worklist.push_back(BC); in runOnModule()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp312 BlockCommandComment *BC = nullptr; in parseBlockCommand() local
327 BC = S.actOnBlockCommandStart(Tok.getLocation(), in parseBlockCommand()
345 S.actOnBlockCommandFinish(BC, Paragraph); in parseBlockCommand()
346 return BC; in parseBlockCommand()
360 S.actOnBlockCommandArgs(BC, parseCommandArgs(Retokenizer, Info->NumArgs)); in parseBlockCommand()
394 S.actOnBlockCommandFinish(BC, Paragraph); in parseBlockCommand()
395 return BC; in parseBlockCommand()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp693 if (auto *BC = dyn_cast<BitCastInst>(U)) in run() local
694 BitCastUsers.push_back(BC); in run()
698 auto *BC = BitCastUsers.pop_back_val(); in run() local
699 for (User *U : BC->users()) in run()
703 ReplaceArgUses(BC); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h247 void visitBitCastInst(BitCastInst &BC) { in visitBitCastInst() argument
248 enqueueUsers(BC); in visitBitCastInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp392 } else if (auto *BC = dyn_cast<BitCastInst>(I)) { in replace() local
393 auto *V = getReplacement(BC->getOperand(0)); in replace()
395 auto *NewT = PointerType::get(BC->getType()->getContext(), in replace()
398 IC.InsertNewInstWith(NewI, BC->getIterator()); in replace()
399 NewI->takeName(BC); in replace()
400 WorkMap[BC] = NewI; in replace()
670 if (auto *BC = dyn_cast<BitCastInst>(Load.user_back())) { in combineLoadToOperationType() local
672 if (BC->getType()->isX86_AMXTy()) in combineLoadToOperationType()
1193 if (auto *BC = dyn_cast<BitCastInst>(V)) { in combineStoreToValueType() local
1194 assert(!BC->getType()->isX86_AMXTy() && in combineStoreToValueType()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp446 SmallString<0> BC; in splitCodeGen() local
447 raw_svector_ostream BCOS(BC); in splitCodeGen()
452 [&](const SmallString<0> &BC, unsigned ThreadId) { in splitCodeGen() argument
455 MemoryBufferRef(StringRef(BC.data(), BC.size()), "ld-temp.o"), in splitCodeGen()
469 std::move(BC), ThreadCount++); in splitCodeGen()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCEarlyReturn.cpp105 } else if (J->getOpcode() == PPC::BC || J->getOpcode() == PPC::BCn) { in processBlock()
111 TII->get(J->getOpcode() == PPC::BC ? PPC::BCLR : PPC::BCLRn)); in processBlock()
/freebsd/share/vt/fonts/
H A Dvgarom-thin-8x8.hex115 00BC:4244485365498F01
242 25BC:00FFFF7E3C180000

123456789