Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64CondBrTuning.cpp150 MachineInstr *NewCmp = nullptr, *NewBr = nullptr; in tryToTuneBranch() local
209 NewBr = convertToCondBr(MI); in tryToTuneBranch()
268 NewBr = convertToCondBr(MI); in tryToTuneBranch()
274 (void)NewCmp; (void)NewBr; in tryToTuneBranch()
275 assert(NewCmp && NewBr && "Expected new instructions."); in tryToTuneBranch()
280 LLVM_DEBUG(NewBr->print(dbgs())); in tryToTuneBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandMemCmp.cpp511 BranchInst *NewBr = BranchInst::Create(EndBlock); in emitMemCmpResultBlock() local
512 Builder.Insert(NewBr); in emitMemCmpResultBlock()
525 BranchInst *NewBr = BranchInst::Create(EndBlock); in emitMemCmpResultBlock() local
526 Builder.Insert(NewBr); in emitMemCmpResultBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSILowerControlFlow.cpp249 MachineInstr *NewBr = BuildMI(MBB, I, DL, TII->get(AMDGPU::SI_MASK_BRANCH)) in emitIf() local
266 LIS->InsertMachineInstrInMaps(*NewBr); in emitIf()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp785 BranchInst *NewBr = BranchInst::Create(Then, Else, OffsetInRange); in lowerTypeTestCall() local
786 NewBr->setMetadata(LLVMContext::MD_prof, in lowerTypeTestCall()
788 ReplaceInstWithInst(InitialBB->getTerminator(), NewBr); in lowerTypeTestCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp272 BranchInst *NewBr = Builder.CreateCondBr(Cond, in ConstantFoldTerminator() local
283 NewBr->setMetadata(LLVMContext::MD_prof, in ConstantFoldTerminator()
292 NewBr->setMetadata(LLVMContext::MD_make_implicit, MakeImplicitMD); in ConstantFoldTerminator()
DInlineFunction.cpp2258 BranchInst *NewBr = BranchInst::Create(II->getNormalDest(), TheCall); in InlineFunction() local
2259 NewBr->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp14352 SDValue NewBr = DAG.getNode(ISD::BR, SDLoc(Br), MVT::Other, NewBrOps); in PerformHWLoopCombine() local
14353 DAG.ReplaceAllUsesOfValueWith(SDValue(Br, 0), NewBr); in PerformHWLoopCombine()