Home
last modified time | relevance | path

Searched refs:NewBr (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64CondBrTuning.cpp151 MachineInstr *NewCmp = nullptr, *NewBr = nullptr; in tryToTuneBranch() local
210 NewBr = convertToCondBr(MI); in tryToTuneBranch()
269 NewBr = convertToCondBr(MI); in tryToTuneBranch()
275 (void)NewCmp; (void)NewBr; in tryToTuneBranch()
276 assert(NewCmp && NewBr && "Expected new instructions."); in tryToTuneBranch()
281 LLVM_DEBUG(NewBr->print(dbgs())); in tryToTuneBranch()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DExpandMemCmp.cpp463 BranchInst *NewBr = BranchInst::Create(EndBlock); in emitMemCmpResultBlock() local
464 Builder.Insert(NewBr); in emitMemCmpResultBlock()
477 BranchInst *NewBr = BranchInst::Create(EndBlock); in emitMemCmpResultBlock() local
478 Builder.Insert(NewBr); in emitMemCmpResultBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSILowerControlFlow.cpp226 MachineInstr *NewBr = BuildMI(MBB, I, DL, TII->get(AMDGPU::SI_MASK_BRANCH)) in emitIf() local
243 LIS->InsertMachineInstrInMaps(*NewBr); in emitIf()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DInlineFunction.cpp1196 BranchInst *NewBr = BranchInst::Create(II->getNormalDest(), TheCall); in InlineFunction() local
1201 AfterCallBB = OrigBB->splitBasicBlock(NewBr, in InlineFunction()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp217 BranchInst *NewBr = Builder.CreateCondBr(Cond, in ConstantFoldTerminator() local
228 NewBr->setMetadata(LLVMContext::MD_prof, in ConstantFoldTerminator()
237 NewBr->setMetadata(LLVMContext::MD_make_implicit, MakeImplicitMD); in ConstantFoldTerminator()
DInlineFunction.cpp1959 BranchInst *NewBr = BranchInst::Create(II->getNormalDest(), TheCall); in InlineFunction() local
1960 NewBr->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp727 BranchInst *NewBr = BranchInst::Create(Then, Else, OffsetInRange); in lowerTypeTestCall() local
728 NewBr->setMetadata(LLVMContext::MD_prof, in lowerTypeTestCall()
730 ReplaceInstWithInst(InitialBB->getTerminator(), NewBr); in lowerTypeTestCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLocal.cpp265 BranchInst *NewBr = Builder.CreateCondBr(Cond, in ConstantFoldTerminator() local
276 NewBr->setMetadata(LLVMContext::MD_prof, in ConstantFoldTerminator()
285 NewBr->setMetadata(LLVMContext::MD_make_implicit, MakeImplicitMD); in ConstantFoldTerminator()
DInlineFunction.cpp2187 BranchInst *NewBr = BranchInst::Create(II->getNormalDest(), TheCall); in InlineFunction() local
2188 NewBr->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction()