Searched refs:CheckBlock (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64PointerAuth.cpp | 253 MachineBasicBlock *CheckBlock = &MBB; in checkAuthenticatedRegister() local 263 assert(CheckBlock->getFallThrough() == SuccessBlock); in checkAuthenticatedRegister() 271 BuildMI(CheckBlock, DL, TII->get(AArch64::EORXrs), TmpReg) in checkAuthenticatedRegister() 275 BuildMI(CheckBlock, DL, TII->get(AArch64::TBNZX)) in checkAuthenticatedRegister() 284 BuildMI(CheckBlock, DL, TII->get(AArch64::ORRXrs), TmpReg) in checkAuthenticatedRegister() 288 BuildMI(CheckBlock, DL, TII->get(AArch64::XPACLRI)); in checkAuthenticatedRegister() 289 BuildMI(CheckBlock, DL, TII->get(AArch64::SUBSXrs), AArch64::XZR) in checkAuthenticatedRegister() 293 BuildMI(CheckBlock, DL, TII->get(AArch64::Bcc)) in checkAuthenticatedRegister()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ImplicitNullChecks.cpp | 127 MachineBasicBlock *CheckBlock; member in __anon9c61c2910111::ImplicitNullChecks::NullCheck 146 CheckBlock(checkBlock), NotNullSucc(notNullSucc), NullSucc(nullSucc), in NullCheck() 153 MachineBasicBlock *getCheckBlock() const { return CheckBlock; } in getCheckBlock()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SimpleLoopUnswitch.cpp | 3097 BasicBlock *CheckBlock = BasicBlock::Create(Ctx, BB->getName() + ".check", in injectPendingInvariantConditions() local 3101 Builder.CreateCondBr(InjectedCond, InLoopSucc, CheckBlock); in injectPendingInvariantConditions() 3103 Builder.SetInsertPoint(CheckBlock); in injectPendingInvariantConditions() 3114 PN->addIncoming(Inc, CheckBlock); in injectPendingInvariantConditions() 3116 OutOfLoopSucc->replacePhiUsesWith(BB, CheckBlock); in injectPendingInvariantConditions() 3119 { DominatorTree::Insert, BB, CheckBlock }, in injectPendingInvariantConditions() 3120 { DominatorTree::Insert, CheckBlock, InLoopSucc }, in injectPendingInvariantConditions() 3121 { DominatorTree::Insert, CheckBlock, OutOfLoopSucc }, in injectPendingInvariantConditions() 3128 L.addBasicBlockToLoop(CheckBlock, LI); in injectPendingInvariantConditions()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGClass.cpp | 2780 llvm::BasicBlock *CheckBlock = createBasicBlock("cast.check"); in EmitVTablePtrCheckForCast() local 2783 Builder.CreateCondBr(DerivedNotNull, CheckBlock, ContBlock); in EmitVTablePtrCheckForCast() 2785 EmitBlock(CheckBlock); in EmitVTablePtrCheckForCast()
|