| /freebsd/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/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ConditionOptimizer.cpp | 150 if (Term->getOpcode() != AArch64::Bcc) in findSuitableCompare() 291 BuildMI(*MBB, BrMI, BrMI.getDebugLoc(), TII->get(AArch64::Bcc)) in modifyCmp()
|
| H A D | AArch64CondBrTuning.cpp | 139 return BuildMI(*MI.getParent(), MI, MI.getDebugLoc(), TII->get(AArch64::Bcc)) in convertToCondBr()
|
| H A D | AArch64MacroFusion.cpp | 24 if (SecondMI.getOpcode() != AArch64::Bcc) in isArithmeticBccPair()
|
| H A D | AArch64RedundantCopyElimination.cpp | 136 if (Opc != AArch64::Bcc) in knownRegValInBlock()
|
| H A D | AArch64AsmPrinter.cpp | 654 MCInstBuilder(AArch64::Bcc) in LowerKCFI_CHECK() 810 EmitToStreamer(MCInstBuilder(AArch64::Bcc) in emitHwasanMemaccessSymbols() 831 MCInstBuilder(AArch64::Bcc) in emitHwasanMemaccessSymbols() 844 MCInstBuilder(AArch64::Bcc) in emitHwasanMemaccessSymbols() 864 MCInstBuilder(AArch64::Bcc) in emitHwasanMemaccessSymbols() 883 MCInstBuilder(AArch64::Bcc) in emitHwasanMemaccessSymbols() 1984 MCInstBuilder(AArch64::Bcc) in emitPtrauthCheckAuthenticatedValue()
|
| H A D | AArch64ConditionalCompares.cpp | 706 BuildMI(*Head, CmpMI, CmpMI->getDebugLoc(), TII->get(AArch64::Bcc)) in convert()
|
| H A D | AArch64InstrInfo.h | 698 case AArch64::Bcc: in isCondBranchOpcode()
|
| H A D | AArch64InstrInfo.cpp | 203 case AArch64::Bcc: in parseCondBranch() 256 case AArch64::Bcc: in getBranchDisplacementBits() 290 case AArch64::Bcc: in getBranchDestBlock() 631 BuildMI(&MBB, DL, get(AArch64::Bcc)).addImm(Cond[0].getImm()).addMBB(TBB); in instantiateCondBranch() 1768 case AArch64::Bcc: { in findCondCodeUseOperandIdxForBranchOrSelect() 8743 case AArch64::Bcc: in optimizeCondBranch() 8871 BuildMI(RefToMBB, MI, DL, get(AArch64::Bcc)).addImm(CC).addMBB(TBB); in optimizeCondBranch() 10349 BuildMI(*LoopTestMBB, LoopTestMBB->end(), DL, TII->get(AArch64::Bcc)) in probedStackAlloc() 10509 assert(CondBranch->getOpcode() == AArch64::Bcc); in createRemainingIterationsGreaterCondition() 10742 if (CondBranch->getOpcode() != AArch64::Bcc) in analyzeLoopForPipelining()
|
| H A D | AArch64ExpandPseudoInsts.cpp | 274 BuildMI(LoadCmpBB, MIMD, TII->get(AArch64::Bcc)) in expandCMP_SWAP() 731 BuildMI(LoopBB, DL, TII->get(AArch64::Bcc)) in expandSetTagLoop()
|
| H A D | AArch64FastISel.cpp | 2442 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, MIMD, TII.get(AArch64::Bcc)) in selectBranch() 2448 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, MIMD, TII.get(AArch64::Bcc)) in selectBranch() 2479 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, MIMD, TII.get(AArch64::Bcc)) in selectBranch()
|
| H A D | AArch64SchedExynosM3.td | 494 def : InstRW<[M3WriteB1], (instrs Bcc)>;
|
| H A D | AArch64SchedAmpere1.td | 692 def : InstRW<[Ampere1Write_1cyc_1A], (instrs Bcc, BL, RET)>;
|
| /freebsd/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 | 433 def Bcc : F32_BR0_COND<(outs), (ins btargetS21:$S21, ccond:$cc), 446 // Compare and branch (BRcc), or into CMP + Bcc.
|
| /freebsd/contrib/sendmail/cf/feature/ |
| H A D | bcc.m4 | 30 # Note: if Bcc address is used then only one copy will be sent!
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMMCInstLower.cpp | 223 EmitToStreamer(*OutStreamer, MCInstBuilder(ARM::Bcc).addImm(20) in EmitSled()
|
| H A D | ARMInstructionSelector.cpp | 118 unsigned Bcc; member 331 STORE_OPCODE(Bcc, Bcc); in OpcodeCache() 1165 BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(Opcodes.Bcc)) in select()
|
| H A D | ARMExpandPseudoInsts.cpp | 1904 unsigned Bcc = IsThumb ? ARM::tBcc : ARM::Bcc; in ExpandCMP_SWAP() local 1905 BuildMI(LoadCmpBB, DL, TII->get(Bcc)) in ExpandCMP_SWAP() 1929 BuildMI(StoreBB, DL, TII->get(Bcc)) in ExpandCMP_SWAP() 2030 unsigned Bcc = IsThumb ? ARM::tBcc : ARM::Bcc; in ExpandCMP_SWAP_64() local 2031 BuildMI(LoadCmpBB, DL, TII->get(Bcc)) in ExpandCMP_SWAP_64() 2053 BuildMI(StoreBB, DL, TII->get(Bcc)) in ExpandCMP_SWAP_64()
|
| H A D | ARMBaseInstrInfo.h | 639 return Opc == ARM::Bcc || Opc == ARM::tBcc || Opc == ARM::t2Bcc; in isCondBranchOpcode()
|
| H A D | ARMFastISel.cpp | 1294 unsigned BrOpc = isThumb2 ? ARM::t2Bcc : ARM::Bcc; in SelectBranch() 1317 unsigned BrOpc = isThumb2 ? ARM::t2Bcc : ARM::Bcc; in SelectBranch() 1356 unsigned BrOpc = isThumb2 ? ARM::t2Bcc : ARM::Bcc; in SelectBranch()
|
| /freebsd/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/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMCTargetDesc.cpp | 404 if (Inst.getOpcode() == ARM::Bcc && Inst.getOperand(1).getImm()==ARMCC::AL) in isUnconditionalBranch() 411 if (Inst.getOpcode() == ARM::Bcc && Inst.getOperand(1).getImm()==ARMCC::AL) in isConditionalBranch()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVInstructionSelector.cpp | 792 auto Bcc = MIB.buildInstr(RISCVCC::getBrCond(CC), {}, {LHS, RHS}) in select() local 795 return constrainSelectedInstRegOperands(*Bcc, TII, TRI, RBI); in select()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 1702 MIB.buildInstr(AArch64::Bcc, {}, {}).addImm(CC1).addMBB(DestMBB); in selectCompareBranchFedByFCmp() 1704 MIB.buildInstr(AArch64::Bcc, {}, {}).addImm(CC2).addMBB(DestMBB); in selectCompareBranchFedByFCmp() 1817 MIB.buildInstr(AArch64::Bcc, {}, {}).addImm(CC).addMBB(DestMBB); in selectCompareBranchFedByICmp() 1848 auto Bcc = MIB.buildInstr(AArch64::Bcc) in selectCompareBranch() local 1852 return constrainSelectedInstRegOperands(*Bcc, TII, TRI, RBI); in selectCompareBranch()
|