Searched refs:NewBr (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64CondBrTuning.cpp | 151 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/ |
D | ExpandMemCmp.cpp | 463 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/ |
D | SILowerControlFlow.cpp | 226 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/ |
D | InlineFunction.cpp | 1196 BranchInst *NewBr = BranchInst::Create(II->getNormalDest(), TheCall); in InlineFunction() local 1201 AfterCallBB = OrigBB->splitBasicBlock(NewBr, in InlineFunction()
|
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 217 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()
|
D | InlineFunction.cpp | 1959 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/ |
D | LowerTypeTests.cpp | 727 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/ |
D | Local.cpp | 265 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()
|
D | InlineFunction.cpp | 2187 BranchInst *NewBr = BranchInst::Create(II->getNormalDest(), TheCall); in InlineFunction() local 2188 NewBr->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction()
|