Home
last modified time | relevance | path

Searched refs:BCC (Results 1 – 25 of 52) sorted by relevance

123

/freebsd/contrib/sqlite3/
H A DMakefile.msc496 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 Dbcc.m472 `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 DPPCBranchSelector.cpp325 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 DPPCExpandAtomicPseudoInsts.cpp202 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 DPPCEarlyReturn.cpp77 } else if (J->getOpcode() == PPC::BCC) { in processBlock()
H A DPPCInstrInfo.cpp1297 } 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 DPPCScheduleP7.td126 BCTRL_RM, BCn, BC, BCC, BCCA, BCCCTR, BCCCTR8, BCCCTRL, BCCCTRL8, BCCL,
H A DPPCFrameLowering.cpp1415 BuildMI(&MBB, DL, TII.get(PPC::BCC)) in inlineStackProbe()
1435 BuildMI(ProbeLoopBodyMBB, DL, TII.get(PPC::BCC)) in inlineStackProbe()
H A DPPCISelLowering.cpp12959 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 DPPCMIPeephole.cpp1502 (*BII).getOpcode() == PPC::BCC && in eligibleForCompareElimination()
H A DP10InstrResources.td313 …B, BCC, BCCA, BCCCTR, BCCCTR8, BCCCTRL, BCCCTRL8, BCCL, BCCLA, BCCLR, BCCLRL, CTRL_DEP, TAILB, TAI…
H A DP9InstrResources.td1318 BCC,
H A DPPCFastISel.cpp779 BuildMI(*BrBB, FuncInfo.InsertPt, MIMD, TII.get(PPC::BCC)) in SelectBranch()
H A DPPCInstrInfo.td1380 // 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 DPPCISelDAGToDAG.cpp4884 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 DPPCAsmPrinter.cpp1861 MCInstBuilder(PPC::BCC) in emitInstruction()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp121 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 Dgrammar.y.in396 %token LANE LLC METAC BCC SC ILMIC OAMF4EC OAMF4SC
867 | BCC { $$ = A_BCC; }
H A Dscanner.l350 bcc return BCC;
/freebsd/share/ctypedef/
H A Dzh_TW.Big5.src618 <CJK_UNIFIED_IDEOGRAPH-5BCC>;/
2934 <CJK_UNIFIED_IDEOGRAPH-5BCC>;/
5210 <CJK_UNIFIED_IDEOGRAPH-5BCC>;/
H A Dzh_CN.eucCN.src1999 <CJK_UNIFIED_IDEOGRAPH-5BCC>;/
5384 <CJK_UNIFIED_IDEOGRAPH-5BCC>;/
8991 <CJK_UNIFIED_IDEOGRAPH-5BCC>;/
H A Dja_JP.eucJP.src2850 <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 DDerivedNormalizationProps.txt753 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 Dmap.eucCN1721 <CJK_UNIFIED_IDEOGRAPH-5BCC> \xB8\xBB
4577 <CJK_UNIFIED_IDEOGRAPH-8BCC> \xD6\xDF
7318 <CJK_UNIFIED_IDEOGRAPH-7BCC> \xF3\xF3
H A Dmap.GB23121721 <CJK_UNIFIED_IDEOGRAPH-5BCC> \xB8\xBB
4577 <CJK_UNIFIED_IDEOGRAPH-8BCC> \xD6\xDF
7318 <CJK_UNIFIED_IDEOGRAPH-7BCC> \xF3\xF3

123