| /freebsd/contrib/sqlite3/ |
| H A D | Makefile.msc | 496 BCC = $(NCC) -nologo -W4 -Fd$*.pdb $(CCOPTS) $(BCCOPTS) 498 BCC = $(NCC) -nologo -W3 -Fd$*.pdb $(CCOPTS) $(BCCOPTS) 505 BCC = $(BCC) -FAcs 663 BCC = $(BCC) /d2guard4 -D_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE 674 BCC = $(BCC) -MDd 678 BCC = $(BCC) -MD 684 BCC = $(BCC) -MTd 688 BCC = $(BCC) -MT 722 BCC = $(BCC) -D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS 728 BCC = $(BCC) -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_NONSTDC_NO_WARNINGS [all …]
|
| /freebsd/contrib/sendmail/cf/feature/ |
| H A D | bcc.m4 | 72 `R$+ @ $+ $: $1@$2 $| $>BCC $2') 79 R$* $| <$* <TMPF>> $#error $@ 4.3.0 $: _TMPFMSG_(`BCC') 88 R$- . $+ <?> $: $>BCC $2
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCBranchSelector.cpp | 325 if (I->getOpcode() == PPC::BCC && !I->getOperand(2).isImm()) in runOnMachineFunction() 354 if (I->getOpcode() == PPC::BCC) { in runOnMachineFunction() 363 BuildMI(MBB, I, dl, TII->get(PPC::BCC)) in runOnMachineFunction()
|
| H A D | PPCExpandAtomicPseudoInsts.cpp | 202 BuildMI(CurrentMBB, DL, TII->get(PPC::BCC)) in expandAtomicRMW128() 267 BuildMI(CurrentMBB, DL, TII->get(PPC::BCC)) in expandAtomicCmpSwap128() 278 BuildMI(CurrentMBB, DL, TII->get(PPC::BCC)) in expandAtomicCmpSwap128()
|
| H A D | PPCEarlyReturn.cpp | 77 } else if (J->getOpcode() == PPC::BCC) { in processBlock()
|
| H A D | PPCInstrInfo.cpp | 1297 } else if (LastInst.getOpcode() == PPC::BCC) { in analyzeBranch() 1357 if (SecondLastInst.getOpcode() == PPC::BCC && in analyzeBranch() 1441 if (I->getOpcode() != PPC::B && I->getOpcode() != PPC::BCC && in removeBranch() 1454 if (I->getOpcode() != PPC::BCC && in removeBranch() 1492 BuildMI(&MBB, DL, get(PPC::BCC)) in insertBranch() 1509 BuildMI(&MBB, DL, get(PPC::BCC)) in insertBranch() 2255 MI.setDesc(get(PPC::BCC)); in PredicateInstruction() 2467 if (UseMI->getOpcode() == PPC::BCC) { in optimizeCompareInstr() 2530 if (UseMI->getOpcode() != PPC::BCC) in optimizeCompareInstr() 2656 if (UseMI->getOpcode() == PPC::BCC) { in optimizeCompareInstr()
|
| H A D | PPCScheduleP7.td | 126 BCTRL_RM, BCn, BC, BCC, BCCA, BCCCTR, BCCCTR8, BCCCTRL, BCCCTRL8, BCCL,
|
| H A D | PPCFrameLowering.cpp | 1415 BuildMI(&MBB, DL, TII.get(PPC::BCC)) in inlineStackProbe() 1435 BuildMI(ProbeLoopBodyMBB, DL, TII.get(PPC::BCC)) in inlineStackProbe()
|
| H A D | PPCISelLowering.cpp | 12959 BuildMI(BB, dl, TII->get(PPC::BCC)) in EmitAtomicBinary() 12969 BuildMI(BB, dl, TII->get(PPC::BCC)) in EmitAtomicBinary() 13214 BuildMI(BB, dl, TII->get(PPC::BCC)) in EmitPartwordAtomicBinary() 13227 BuildMI(BB, dl, TII->get(PPC::BCC)) in EmitPartwordAtomicBinary() 13640 BuildMI(TestMBB, DL, TII->get(PPC::BCC)) in emitProbedAlloca() 13819 BuildMI(BB, dl, TII->get(PPC::BCC)) in EmitInstrWithCustomInserter() 13883 BuildMI(BB, dl, TII->get(PPC::BCC)) in EmitInstrWithCustomInserter() 14058 BuildMI(BB, dl, TII->get(PPC::BCC)) in EmitInstrWithCustomInserter() 14070 BuildMI(BB, dl, TII->get(PPC::BCC)) in EmitInstrWithCustomInserter() 14225 BuildMI(BB, dl, TII->get(PPC::BCC)) in EmitInstrWithCustomInserter() [all …]
|
| H A D | PPCMIPeephole.cpp | 1502 (*BII).getOpcode() == PPC::BCC && in eligibleForCompareElimination()
|
| H A D | P10InstrResources.td | 313 …B, BCC, BCCA, BCCCTR, BCCCTR8, BCCCTRL, BCCCTRL8, BCCL, BCCLA, BCCLR, BCCLRL, CTRL_DEP, TAILB, TAI…
|
| H A D | P9InstrResources.td | 1318 BCC,
|
| H A D | PPCFastISel.cpp | 779 BuildMI(*BrBB, FuncInfo.InsertPt, MIMD, TII.get(PPC::BCC)) in SelectBranch()
|
| H A D | PPCInstrInfo.td | 1380 // BCC represents an arbitrary conditional branch on a predicate. 1387 def BCC : BCC_class; 1389 // The same as BCC, except that it's not a terminator. Used for introducing 4988 (BCC bibo, crrc:$cc, condbrtarget:$dst)>; 4990 (BCC bibo, CR0, condbrtarget:$dst)>;
|
| H A D | PPCISelDAGToDAG.cpp | 4884 CurDAG->SelectNodeTo(N, PPC::BCC, MVT::Other, Ops); in tryFoldSWTestBRCC() 6032 CurDAG->SelectNodeTo(N, PPC::BCC, MVT::Other, Ops); in Select() 6080 CurDAG->SelectNodeTo(N, PPC::BCC, MVT::Other, Ops); in Select()
|
| H A D | PPCAsmPrinter.cpp | 1861 MCInstBuilder(PPC::BCC) in emitInstruction()
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | CommentToXML.cpp | 121 const BlockCommandComment *BCC = cast<BlockCommandComment>(Child); in FullCommentParts() local 122 const CommandInfo *Info = Traits.getCommandInfo(BCC->getCommandID()); in FullCommentParts() 124 Brief = BCC; in FullCommentParts() 128 Headerfile = BCC; in FullCommentParts() 132 Returns.push_back(BCC); in FullCommentParts() 136 Exceptions.push_back(BCC); in FullCommentParts() 139 MiscBlocks.push_back(BCC); in FullCommentParts()
|
| /freebsd/contrib/libpcap/ |
| H A D | grammar.y.in | 396 %token LANE LLC METAC BCC SC ILMIC OAMF4EC OAMF4SC 867 | BCC { $$ = A_BCC; }
|
| H A D | scanner.l | 350 bcc return BCC;
|
| /freebsd/share/ctypedef/ |
| H A D | zh_TW.Big5.src | 618 <CJK_UNIFIED_IDEOGRAPH-5BCC>;/ 2934 <CJK_UNIFIED_IDEOGRAPH-5BCC>;/ 5210 <CJK_UNIFIED_IDEOGRAPH-5BCC>;/
|
| H A D | zh_CN.eucCN.src | 1999 <CJK_UNIFIED_IDEOGRAPH-5BCC>;/ 5384 <CJK_UNIFIED_IDEOGRAPH-5BCC>;/ 8991 <CJK_UNIFIED_IDEOGRAPH-5BCC>;/
|
| H A D | ja_JP.eucJP.src | 2850 <CJK_UNIFIED_IDEOGRAPH-5BCC>;/ 5411 <CJK_UNIFIED_IDEOGRAPH-6BCC>;/ 7736 <CJK_UNIFIED_IDEOGRAPH-7BCC>;/ 15897 <CJK_UNIFIED_IDEOGRAPH-5BCC>;/ 18458 <CJK_UNIFIED_IDEOGRAPH-6BCC>;/ 20783 <CJK_UNIFIED_IDEOGRAPH-7BCC>;/ 29002 <CJK_UNIFIED_IDEOGRAPH-5BCC>;/ 31563 <CJK_UNIFIED_IDEOGRAPH-6BCC>;/ 33888 <CJK_UNIFIED_IDEOGRAPH-7BCC>;/
|
| /freebsd/crypto/heimdal/lib/wind/ |
| H A D | DerivedNormalizationProps.txt | 753 0BCA..0BCC ; NFD_QC; N # Mc [3] TAMIL VOWEL SIGN O..TAMIL VOWEL SIGN AU 1138 0BCA..0BCC ; NFKD_QC; N # Mc [3] TAMIL VOWEL SIGN O..TAMIL VOWEL SIGN AU 1980 0BCA..0BCC ; Expands_On_NFD # Mc [3] TAMIL VOWEL SIGN O..TAMIL VOWEL SIGN AU 2250 0BCA..0BCC ; Expands_On_NFKD # Mc [3] TAMIL VOWEL SIGN O..TAMIL VOWEL SIGN AU
|
| /freebsd/tools/tools/locale/etc/final-maps/ |
| H A D | map.eucCN | 1721 <CJK_UNIFIED_IDEOGRAPH-5BCC> \xB8\xBB 4577 <CJK_UNIFIED_IDEOGRAPH-8BCC> \xD6\xDF 7318 <CJK_UNIFIED_IDEOGRAPH-7BCC> \xF3\xF3
|
| H A D | map.GB2312 | 1721 <CJK_UNIFIED_IDEOGRAPH-5BCC> \xB8\xBB 4577 <CJK_UNIFIED_IDEOGRAPH-8BCC> \xD6\xDF 7318 <CJK_UNIFIED_IDEOGRAPH-7BCC> \xF3\xF3
|