Home
last modified time | relevance | path

Searched refs:NewBI (Results 1 – 18 of 18) sorted by relevance

/external/llvm-project/llvm/lib/CodeGen/
DInterleavedAccessPass.cpp401 Value *NewBI = BinaryOperator::Create(BI->getOpcode(), NewSVI1, NewSVI2, in tryReplaceBinOpShuffles() local
403 SVI->replaceAllUsesWith(NewBI); in tryReplaceBinOpShuffles()
406 << *NewSVI2 << "\n And : " << *NewBI << "\n"); in tryReplaceBinOpShuffles()
/external/llvm/lib/Transforms/Utils/
DBreakCriticalEdges.cpp134 BranchInst *NewBI = BranchInst::Create(DestBB, NewBB); in SplitCriticalEdge() local
135 NewBI->setDebugLoc(TI->getDebugLoc()); in SplitCriticalEdge()
DSimplifyCFG.cpp3042 BranchInst *NewBI = Builder.CreateCondBr(Cond, TrueBB, FalseBB); in SimplifyTerminatorOnSelect() local
3044 NewBI->setMetadata(LLVMContext::MD_prof, in SimplifyTerminatorOnSelect()
3942 BranchInst *NewBI = Builder.CreateCondBr(Cmp, ContiguousDest, OtherDest); in TurnSwitchRangeIntoICmp() local
3961 NewBI->setMetadata(LLVMContext::MD_prof, in TurnSwitchRangeIntoICmp()
/external/llvm-project/llvm/lib/Transforms/Utils/
DBreakCriticalEdges.cpp202 BranchInst *NewBI = BranchInst::Create(DestBB, NewBB); in SplitCriticalEdge() local
203 NewBI->setDebugLoc(TI->getDebugLoc()); in SplitCriticalEdge()
DLoopRotationUtils.cpp558 BranchInst *NewBI = BranchInst::Create(NewHeader, PHBI); in rotateLoop() local
559 NewBI->setDebugLoc(PHBI->getDebugLoc()); in rotateLoop()
DSimplifyCFG.cpp3703 BranchInst *NewBI = Builder.CreateCondBr(Cond, TrueBB, FalseBB); in SimplifyTerminatorOnSelect() local
3705 setBranchWeights(NewBI, TrueWeight, FalseWeight); in SimplifyTerminatorOnSelect()
4617 BranchInst *NewBI = Builder.CreateCondBr(Cmp, ContiguousDest, OtherDest); in TurnSwitchRangeIntoICmp() local
4636 setBranchWeights(NewBI, TrueWeight, FalseWeight); in TurnSwitchRangeIntoICmp()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBreakCriticalEdges.cpp165 BranchInst *NewBI = BranchInst::Create(DestBB, NewBB); in SplitCriticalEdge() local
166 NewBI->setDebugLoc(TI->getDebugLoc()); in SplitCriticalEdge()
DLoopRotationUtils.cpp493 BranchInst *NewBI = BranchInst::Create(NewHeader, PHBI); in rotateLoop() local
494 NewBI->setDebugLoc(PHBI->getDebugLoc()); in rotateLoop()
DSimplifyCFG.cpp3552 BranchInst *NewBI = Builder.CreateCondBr(Cond, TrueBB, FalseBB); in SimplifyTerminatorOnSelect() local
3554 setBranchWeights(NewBI, TrueWeight, FalseWeight); in SimplifyTerminatorOnSelect()
4463 BranchInst *NewBI = Builder.CreateCondBr(Cmp, ContiguousDest, OtherDest); in TurnSwitchRangeIntoICmp() local
4482 setBranchWeights(NewBI, TrueWeight, FalseWeight); in TurnSwitchRangeIntoICmp()
/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp421 BranchInst *NewBI = BranchInst::Create(NewHeader, PHBI); in rotateLoop() local
422 NewBI->setDebugLoc(PHBI->getDebugLoc()); in rotateLoop()
DTailRecursionElimination.cpp664 BranchInst *NewBI = BranchInst::Create(OldEntry, Ret); in eliminateRecursiveTailCall() local
665 NewBI->setDebugLoc(CI->getDebugLoc()); in eliminateRecursiveTailCall()
DJumpThreading.cpp1522 BranchInst *NewBI = BranchInst::Create(SuccBB, NewBB); in ThreadEdge() local
1523 NewBI->setDebugLoc(BB->getTerminator()->getDebugLoc()); in ThreadEdge()
/external/llvm/utils/TableGen/
DCodeGenTarget.cpp370 BitsInit *NewBI = BitsInit::get(NewBits); in reverseBitsForLittleEndianEncoding() local
374 R->getValue("Inst")->setValue(NewBI); in reverseBitsForLittleEndianEncoding()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp677 BranchInst *NewBI = BranchInst::Create(OldEntry, Ret); in eliminateRecursiveTailCall() local
678 NewBI->setDebugLoc(CI->getDebugLoc()); in eliminateRecursiveTailCall()
DJumpThreading.cpp2105 BranchInst *NewBI = BranchInst::Create(SuccBB, NewBB); in ThreadEdge() local
2106 NewBI->setDebugLoc(BB->getTerminator()->getDebugLoc()); in ThreadEdge()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp668 BranchInst *NewBI = BranchInst::Create(HeaderBB, Ret); in eliminateCall() local
669 NewBI->setDebugLoc(CI->getDebugLoc()); in eliminateCall()
DJumpThreading.cpp2376 BranchInst *NewBI = BranchInst::Create(SuccBB, NewBB); in threadEdge() local
2377 NewBI->setDebugLoc(BB->getTerminator()->getDebugLoc()); in threadEdge()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenTarget.cpp547 BitsInit *NewBI = BitsInit::get(NewBits); in reverseBitsForLittleEndianEncoding() local
551 R->getValue("Inst")->setValue(NewBI); in reverseBitsForLittleEndianEncoding()