| /freebsd-14.2/usr.bin/mail/misc/ |
| H A D | mail.tildehelp | 8 ~b users Add users to Bcc list 15 ~h Prompt for Subject and To, Cc, and Bcc lists
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ConditionOptimizer.cpp | 152 if (Term->getOpcode() != AArch64::Bcc) in findSuitableCompare() 293 BuildMI(*MBB, BrMI, BrMI.getDebugLoc(), TII->get(AArch64::Bcc)) in modifyCmp()
|
| H A D | AArch64CondBrTuning.cpp | 135 return BuildMI(*MI.getParent(), MI, MI.getDebugLoc(), TII->get(AArch64::Bcc)) in convertToCondBr()
|
| H A D | AArch64AsmPrinter.cpp | 515 MCInstBuilder(AArch64::Bcc) in LowerKCFI_CHECK() 639 MCInstBuilder(AArch64::Bcc) in emitHwasanMemaccessSymbols() 664 MCInstBuilder(AArch64::Bcc) in emitHwasanMemaccessSymbols() 679 MCInstBuilder(AArch64::Bcc) in emitHwasanMemaccessSymbols() 704 MCInstBuilder(AArch64::Bcc) in emitHwasanMemaccessSymbols() 728 MCInstBuilder(AArch64::Bcc) in emitHwasanMemaccessSymbols()
|
| H A D | AArch64MacroFusion.cpp | 24 if (SecondMI.getOpcode() != AArch64::Bcc) in isArithmeticBccPair()
|
| H A D | AArch64RedundantCopyElimination.cpp | 140 if (Opc != AArch64::Bcc) in knownRegValInBlock()
|
| H A D | AArch64PointerAuth.cpp | 293 BuildMI(CheckBlock, DL, TII->get(AArch64::Bcc)) in checkAuthenticatedRegister()
|
| H A D | AArch64InstrInfo.h | 524 case AArch64::Bcc: in isCondBranchOpcode()
|
| H A D | AArch64ConditionalCompares.cpp | 706 BuildMI(*Head, CmpMI, CmpMI->getDebugLoc(), TII->get(AArch64::Bcc)) in convert()
|
| H A D | AArch64ExpandPseudoInsts.cpp | 261 BuildMI(LoadCmpBB, MIMD, TII->get(AArch64::Bcc)) in expandCMP_SWAP() 718 BuildMI(LoopBB, DL, TII->get(AArch64::Bcc)) in expandSetTagLoop()
|
| H A D | AArch64InstrInfo.cpp | 183 case AArch64::Bcc: in parseCondBranch() 224 case AArch64::Bcc: in getBranchDisplacementBits() 253 case AArch64::Bcc: in getBranchDestBlock() 578 BuildMI(&MBB, DL, get(AArch64::Bcc)).addImm(Cond[0].getImm()).addMBB(TBB); in instantiateCondBranch() 1625 case AArch64::Bcc: { in findCondCodeUseOperandIdxForBranchOrSelect() 7903 case AArch64::Bcc: in optimizeCondBranch() 8026 BuildMI(RefToMBB, MI, DL, get(AArch64::Bcc)).addImm(CC).addMBB(TBB); in optimizeCondBranch() 9548 BuildMI(*LoopTestMBB, LoopTestMBB->end(), DL, TII->get(AArch64::Bcc)) in probedStackAlloc()
|
| H A D | AArch64FastISel.cpp | 2443 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, MIMD, TII.get(AArch64::Bcc)) in selectBranch() 2449 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, MIMD, TII.get(AArch64::Bcc)) in selectBranch() 2480 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, MIMD, TII.get(AArch64::Bcc)) in selectBranch()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCBranchFinalize.cpp | 137 BuildMI(*MI->getParent(), MI, MI->getDebugLoc(), TII->get(ARC::Bcc)) in replaceWithCmpBcc()
|
| H A D | ARCInstrInfo.td | 434 def Bcc : F32_BR0_COND<(outs), (ins btargetS21:$S21, ccond:$cc), 447 // Compare and branch (BRcc), or into CMP + Bcc.
|
| /freebsd-14.2/contrib/dialog/samples/copifuncs/ |
| H A D | ifpatch | 35 if (!strcasecmp(msg->key,"Bcc")) return 2;
|
| /freebsd-14.2/contrib/sendmail/cf/feature/ |
| H A D | bcc.m4 | 30 # Note: if Bcc address is used then only one copy will be sent!
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstructionSelector.cpp | 118 unsigned Bcc; member 329 STORE_OPCODE(Bcc, Bcc); in OpcodeCache() 1134 BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(Opcodes.Bcc)) in select()
|
| H A D | ARMMCInstLower.cpp | 223 EmitToStreamer(*OutStreamer, MCInstBuilder(ARM::Bcc).addImm(20) in EmitSled()
|
| H A D | ARMExpandPseudoInsts.cpp | 1853 unsigned Bcc = IsThumb ? ARM::tBcc : ARM::Bcc; in ExpandCMP_SWAP() local 1854 BuildMI(LoadCmpBB, DL, TII->get(Bcc)) in ExpandCMP_SWAP() 1878 BuildMI(StoreBB, DL, TII->get(Bcc)) in ExpandCMP_SWAP() 1976 unsigned Bcc = IsThumb ? ARM::tBcc : ARM::Bcc; in ExpandCMP_SWAP_64() local 1977 BuildMI(LoadCmpBB, DL, TII->get(Bcc)) in ExpandCMP_SWAP_64() 1999 BuildMI(StoreBB, DL, TII->get(Bcc)) in ExpandCMP_SWAP_64()
|
| H A D | ARMBaseInstrInfo.h | 643 return Opc == ARM::Bcc || Opc == ARM::tBcc || Opc == ARM::t2Bcc; in isCondBranchOpcode()
|
| H A D | ARMFastISel.cpp | 1252 unsigned BrOpc = isThumb2 ? ARM::t2Bcc : ARM::Bcc; in SelectBranch() 1275 unsigned BrOpc = isThumb2 ? ARM::t2Bcc : ARM::Bcc; in SelectBranch() 1313 unsigned BrOpc = isThumb2 ? ARM::t2Bcc : ARM::Bcc; in SelectBranch()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrControl.td | 15 /// BRA [x] BSR [~] Bcc [~] DBcc [ ] FBcc [ ] 65 /// *Not applicable to the Bcc instructions.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMCTargetDesc.cpp | 405 if (Inst.getOpcode() == ARM::Bcc && Inst.getOperand(1).getImm()==ARMCC::AL) in isUnconditionalBranch() 412 if (Inst.getOpcode() == ARM::Bcc && Inst.getOperand(1).getImm()==ARMCC::AL) in isConditionalBranch()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVInstructionSelector.cpp | 614 auto Bcc = MIB.buildInstr(RISCVCC::getBrCond(CC), {}, {LHS, RHS}) in select() local 617 return constrainSelectedInstRegOperands(*Bcc, TII, TRI, RBI); in select()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 1678 MIB.buildInstr(AArch64::Bcc, {}, {}).addImm(CC1).addMBB(DestMBB); in selectCompareBranchFedByFCmp() 1680 MIB.buildInstr(AArch64::Bcc, {}, {}).addImm(CC2).addMBB(DestMBB); in selectCompareBranchFedByFCmp() 1793 MIB.buildInstr(AArch64::Bcc, {}, {}).addImm(CC).addMBB(DestMBB); in selectCompareBranchFedByICmp() 1824 auto Bcc = MIB.buildInstr(AArch64::Bcc) in selectCompareBranch() local 1828 return constrainSelectedInstRegOperands(*Bcc, TII, TRI, RBI); in selectCompareBranch()
|