| /src/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
|
| /src/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 | 556 MCInstBuilder(AArch64::Bcc) in LowerKCFI_CHECK() 713 MCInstBuilder(AArch64::Bcc) in emitHwasanMemaccessSymbols() 738 MCInstBuilder(AArch64::Bcc) in emitHwasanMemaccessSymbols() 753 MCInstBuilder(AArch64::Bcc) in emitHwasanMemaccessSymbols() 778 MCInstBuilder(AArch64::Bcc) in emitHwasanMemaccessSymbols() 802 MCInstBuilder(AArch64::Bcc) in emitHwasanMemaccessSymbols() 1921 EmitToStreamer(*OutStreamer, MCInstBuilder(AArch64::Bcc) in emitPtrauthAuthResign()
|
| H A D | AArch64RedundantCopyElimination.cpp | 140 if (Opc != AArch64::Bcc) in knownRegValInBlock()
|
| H A D | AArch64MacroFusion.cpp | 24 if (SecondMI.getOpcode() != AArch64::Bcc) in isArithmeticBccPair()
|
| H A D | AArch64PointerAuth.cpp | 316 BuildMI(MBB, MBBI, DL, TII->get(AArch64::Bcc)) in checkAuthenticatedRegister()
|
| H A D | AArch64InstrInfo.h | 672 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 | AArch64InstrInfo.cpp | 185 case AArch64::Bcc: in parseCondBranch() 226 case AArch64::Bcc: in getBranchDisplacementBits() 255 case AArch64::Bcc: in getBranchDestBlock() 580 BuildMI(&MBB, DL, get(AArch64::Bcc)).addImm(Cond[0].getImm()).addMBB(TBB); in instantiateCondBranch() 1646 case AArch64::Bcc: { in findCondCodeUseOperandIdxForBranchOrSelect() 7966 case AArch64::Bcc: in optimizeCondBranch() 8090 BuildMI(RefToMBB, MI, DL, get(AArch64::Bcc)).addImm(CC).addMBB(TBB); in optimizeCondBranch() 9576 BuildMI(*LoopTestMBB, LoopTestMBB->end(), DL, TII->get(AArch64::Bcc)) in probedStackAlloc() 9737 assert(CondBranch->getOpcode() == AArch64::Bcc); in createRemainingIterationsGreaterCondition() 9970 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 | 2444 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, MIMD, TII.get(AArch64::Bcc)) in selectBranch() 2450 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, MIMD, TII.get(AArch64::Bcc)) in selectBranch() 2481 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, MIMD, TII.get(AArch64::Bcc)) in selectBranch()
|
| /src/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.
|
| /src/contrib/dialog/samples/copifuncs/ |
| H A D | ifpatch | 35 if (!strcasecmp(msg->key,"Bcc")) return 2;
|
| /src/contrib/sendmail/cf/feature/ |
| H A D | bcc.m4 | 30 # Note: if Bcc address is used then only one copy will be sent!
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstructionSelector.cpp | 118 unsigned Bcc; member 331 STORE_OPCODE(Bcc, Bcc); in OpcodeCache() 1145 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 | 1867 unsigned Bcc = IsThumb ? ARM::tBcc : ARM::Bcc; in ExpandCMP_SWAP() local 1868 BuildMI(LoadCmpBB, DL, TII->get(Bcc)) in ExpandCMP_SWAP() 1892 BuildMI(StoreBB, DL, TII->get(Bcc)) in ExpandCMP_SWAP() 1990 unsigned Bcc = IsThumb ? ARM::tBcc : ARM::Bcc; in ExpandCMP_SWAP_64() local 1991 BuildMI(LoadCmpBB, DL, TII->get(Bcc)) in ExpandCMP_SWAP_64() 2013 BuildMI(StoreBB, DL, TII->get(Bcc)) in ExpandCMP_SWAP_64()
|
| H A D | ARMBaseInstrInfo.h | 661 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()
|
| /src/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.
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMCTargetDesc.cpp | 403 if (Inst.getOpcode() == ARM::Bcc && Inst.getOperand(1).getImm()==ARMCC::AL) in isUnconditionalBranch() 410 if (Inst.getOpcode() == ARM::Bcc && Inst.getOperand(1).getImm()==ARMCC::AL) in isConditionalBranch()
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVInstructionSelector.cpp | 629 auto Bcc = MIB.buildInstr(RISCVCC::getBrCond(CC), {}, {LHS, RHS}) in select() local 632 return constrainSelectedInstRegOperands(*Bcc, TII, TRI, RBI); in select()
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 1694 MIB.buildInstr(AArch64::Bcc, {}, {}).addImm(CC1).addMBB(DestMBB); in selectCompareBranchFedByFCmp() 1696 MIB.buildInstr(AArch64::Bcc, {}, {}).addImm(CC2).addMBB(DestMBB); in selectCompareBranchFedByFCmp() 1809 MIB.buildInstr(AArch64::Bcc, {}, {}).addImm(CC).addMBB(DestMBB); in selectCompareBranchFedByICmp() 1840 auto Bcc = MIB.buildInstr(AArch64::Bcc) in selectCompareBranch() local 1844 return constrainSelectedInstRegOperands(*Bcc, TII, TRI, RBI); in selectCompareBranch()
|