Searched refs:NewBr (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64CondBrTuning.cpp | 148 MachineInstr *NewCmp = nullptr, *NewBr = nullptr; in tryToTuneBranch() local 203 NewBr = convertToCondBr(MI); in tryToTuneBranch() 258 NewBr = convertToCondBr(MI); in tryToTuneBranch() 264 (void)NewCmp; (void)NewBr; in tryToTuneBranch() 265 assert(NewCmp && NewBr && "Expected new instructions."); in tryToTuneBranch() 270 LLVM_DEBUG(NewBr->print(dbgs())); in tryToTuneBranch()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | ExpandMemCmp.cpp | 533 BranchInst *NewBr = BranchInst::Create(EndBlock); in emitMemCmpResultBlock() local 534 Builder.Insert(NewBr); in emitMemCmpResultBlock() 550 BranchInst *NewBr = BranchInst::Create(EndBlock); in emitMemCmpResultBlock() local 551 Builder.Insert(NewBr); in emitMemCmpResultBlock()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | SILowerControlFlow.cpp | 275 MachineInstr *NewBr = BuildMI(MBB, I, DL, TII->get(AMDGPU::S_CBRANCH_EXECZ)) in emitIf() local 292 LIS->InsertMachineInstrInMaps(*NewBr); in emitIf()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| D | LowerTypeTests.cpp | 770 BranchInst *NewBr = BranchInst::Create(Then, Else, OffsetInRange); in lowerTypeTestCall() local 771 NewBr->setMetadata(LLVMContext::MD_prof, in lowerTypeTestCall() 773 ReplaceInstWithInst(InitialBB->getTerminator(), NewBr); in lowerTypeTestCall()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| D | Local.cpp | 312 BranchInst *NewBr = Builder.CreateCondBr(Cond, in ConstantFoldTerminator() local 320 NewBr->setMetadata(LLVMContext::MD_prof, in ConstantFoldTerminator() 328 NewBr->setMetadata(LLVMContext::MD_make_implicit, MakeImplicitMD); in ConstantFoldTerminator()
|
| D | InlineFunction.cpp | 2728 BranchInst *NewBr = BranchInst::Create(II->getNormalDest(), &CB); in InlineFunction() local 2729 NewBr->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction()
|
| /openbsd/src/gnu/llvm/llvm/lib/Frontend/OpenMP/ |
| D | OMPIRBuilder.cpp | 254 auto *NewBr = BranchInst::Create(Target, Source); in redirectTo() local 255 NewBr->setDebugLoc(DL); in redirectTo()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.cpp | 18063 SDValue NewBr = DAG.getNode(ISD::BR, SDLoc(Br), MVT::Other, NewBrOps); in PerformHWLoopCombine() local 18064 DAG.ReplaceAllUsesOfValueWith(SDValue(Br, 0), NewBr); in PerformHWLoopCombine()
|