Home
last modified time | relevance | path

Searched refs:Bcc (Results 1 – 25 of 46) sorted by relevance

12

/src/usr.bin/mail/misc/
H A Dmail.tildehelp8 ~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 DAArch64ConditionOptimizer.cpp152 if (Term->getOpcode() != AArch64::Bcc) in findSuitableCompare()
293 BuildMI(*MBB, BrMI, BrMI.getDebugLoc(), TII->get(AArch64::Bcc)) in modifyCmp()
H A DAArch64CondBrTuning.cpp135 return BuildMI(*MI.getParent(), MI, MI.getDebugLoc(), TII->get(AArch64::Bcc)) in convertToCondBr()
H A DAArch64AsmPrinter.cpp556 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 DAArch64RedundantCopyElimination.cpp140 if (Opc != AArch64::Bcc) in knownRegValInBlock()
H A DAArch64MacroFusion.cpp24 if (SecondMI.getOpcode() != AArch64::Bcc) in isArithmeticBccPair()
H A DAArch64PointerAuth.cpp316 BuildMI(MBB, MBBI, DL, TII->get(AArch64::Bcc)) in checkAuthenticatedRegister()
H A DAArch64InstrInfo.h672 case AArch64::Bcc: in isCondBranchOpcode()
H A DAArch64ConditionalCompares.cpp706 BuildMI(*Head, CmpMI, CmpMI->getDebugLoc(), TII->get(AArch64::Bcc)) in convert()
H A DAArch64InstrInfo.cpp185 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 DAArch64ExpandPseudoInsts.cpp274 BuildMI(LoadCmpBB, MIMD, TII->get(AArch64::Bcc)) in expandCMP_SWAP()
731 BuildMI(LoopBB, DL, TII->get(AArch64::Bcc)) in expandSetTagLoop()
H A DAArch64FastISel.cpp2444 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 DARCBranchFinalize.cpp137 BuildMI(*MI->getParent(), MI, MI->getDebugLoc(), TII->get(ARC::Bcc)) in replaceWithCmpBcc()
H A DARCInstrInfo.td434 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 Difpatch35 if (!strcasecmp(msg->key,"Bcc")) return 2;
/src/contrib/sendmail/cf/feature/
H A Dbcc.m430 # Note: if Bcc address is used then only one copy will be sent!
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp118 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 DARMMCInstLower.cpp223 EmitToStreamer(*OutStreamer, MCInstBuilder(ARM::Bcc).addImm(20) in EmitSled()
H A DARMExpandPseudoInsts.cpp1867 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 DARMBaseInstrInfo.h661 return Opc == ARM::Bcc || Opc == ARM::tBcc || Opc == ARM::t2Bcc; in isCondBranchOpcode()
H A DARMFastISel.cpp1252 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 DM68kInstrControl.td15 /// BRA [x] BSR [~] Bcc [~] DBcc [ ] FBcc [ ]
65 /// *Not applicable to the Bcc instructions.
/src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp403 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 DRISCVInstructionSelector.cpp629 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 DAArch64InstructionSelector.cpp1694 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()

12