/external/llvm-project/llvm/lib/CodeGen/ |
D | InterleavedAccessPass.cpp | 401 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/ |
D | BreakCriticalEdges.cpp | 134 BranchInst *NewBI = BranchInst::Create(DestBB, NewBB); in SplitCriticalEdge() local 135 NewBI->setDebugLoc(TI->getDebugLoc()); in SplitCriticalEdge()
|
D | SimplifyCFG.cpp | 3042 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/ |
D | BreakCriticalEdges.cpp | 202 BranchInst *NewBI = BranchInst::Create(DestBB, NewBB); in SplitCriticalEdge() local 203 NewBI->setDebugLoc(TI->getDebugLoc()); in SplitCriticalEdge()
|
D | LoopRotationUtils.cpp | 558 BranchInst *NewBI = BranchInst::Create(NewHeader, PHBI); in rotateLoop() local 559 NewBI->setDebugLoc(PHBI->getDebugLoc()); in rotateLoop()
|
D | SimplifyCFG.cpp | 3703 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/ |
D | BreakCriticalEdges.cpp | 165 BranchInst *NewBI = BranchInst::Create(DestBB, NewBB); in SplitCriticalEdge() local 166 NewBI->setDebugLoc(TI->getDebugLoc()); in SplitCriticalEdge()
|
D | LoopRotationUtils.cpp | 493 BranchInst *NewBI = BranchInst::Create(NewHeader, PHBI); in rotateLoop() local 494 NewBI->setDebugLoc(PHBI->getDebugLoc()); in rotateLoop()
|
D | SimplifyCFG.cpp | 3552 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/ |
D | LoopRotation.cpp | 421 BranchInst *NewBI = BranchInst::Create(NewHeader, PHBI); in rotateLoop() local 422 NewBI->setDebugLoc(PHBI->getDebugLoc()); in rotateLoop()
|
D | TailRecursionElimination.cpp | 664 BranchInst *NewBI = BranchInst::Create(OldEntry, Ret); in eliminateRecursiveTailCall() local 665 NewBI->setDebugLoc(CI->getDebugLoc()); in eliminateRecursiveTailCall()
|
D | JumpThreading.cpp | 1522 BranchInst *NewBI = BranchInst::Create(SuccBB, NewBB); in ThreadEdge() local 1523 NewBI->setDebugLoc(BB->getTerminator()->getDebugLoc()); in ThreadEdge()
|
/external/llvm/utils/TableGen/ |
D | CodeGenTarget.cpp | 370 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/ |
D | TailRecursionElimination.cpp | 677 BranchInst *NewBI = BranchInst::Create(OldEntry, Ret); in eliminateRecursiveTailCall() local 678 NewBI->setDebugLoc(CI->getDebugLoc()); in eliminateRecursiveTailCall()
|
D | JumpThreading.cpp | 2105 BranchInst *NewBI = BranchInst::Create(SuccBB, NewBB); in ThreadEdge() local 2106 NewBI->setDebugLoc(BB->getTerminator()->getDebugLoc()); in ThreadEdge()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | TailRecursionElimination.cpp | 668 BranchInst *NewBI = BranchInst::Create(HeaderBB, Ret); in eliminateCall() local 669 NewBI->setDebugLoc(CI->getDebugLoc()); in eliminateCall()
|
D | JumpThreading.cpp | 2376 BranchInst *NewBI = BranchInst::Create(SuccBB, NewBB); in threadEdge() local 2377 NewBI->setDebugLoc(BB->getTerminator()->getDebugLoc()); in threadEdge()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenTarget.cpp | 547 BitsInit *NewBI = BitsInit::get(NewBits); in reverseBitsForLittleEndianEncoding() local 551 R->getValue("Inst")->setValue(NewBI); in reverseBitsForLittleEndianEncoding()
|