Home
last modified time | relevance | path

Searched refs:GetValueInMiddleOfBlock (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm-project/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp99 Value *SSAUpdater::GetValueInMiddleOfBlock(BasicBlock *BB) { in GetValueInMiddleOfBlock() function in SSAUpdater
196 V = GetValueInMiddleOfBlock(User->getParent()); in RewriteUse()
444 Value *NewVal = SSA.GetValueInMiddleOfBlock(ALoad->getParent()); in run()
DLoopRotationUtils.cpp177 NewVal = SSA.GetValueInMiddleOfBlock(UserBB); in RewriteUsesOfClonedInstructions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp99 Value *SSAUpdater::GetValueInMiddleOfBlock(BasicBlock *BB) { in GetValueInMiddleOfBlock() function in SSAUpdater
196 V = GetValueInMiddleOfBlock(User->getParent()); in RewriteUse()
449 Value *NewVal = SSA.GetValueInMiddleOfBlock(ALoad->getParent()); in run()
DLoopRotationUtils.cpp170 NewVal = SSA.GetValueInMiddleOfBlock(UserBB); in RewriteUsesOfClonedInstructions()
/external/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp86 Value *SSAUpdater::GetValueInMiddleOfBlock(BasicBlock *BB) { in GetValueInMiddleOfBlock() function in SSAUpdater
185 V = GetValueInMiddleOfBlock(User->getParent()); in RewriteUse()
440 Value *NewVal = SSA.GetValueInMiddleOfBlock(ALoad->getParent()); in run()
/external/llvm/include/llvm/CodeGen/
DMachineSSAUpdater.h97 unsigned GetValueInMiddleOfBlock(MachineBasicBlock *BB);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineSSAUpdater.h97 unsigned GetValueInMiddleOfBlock(MachineBasicBlock *BB);
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineSSAUpdater.h97 Register GetValueInMiddleOfBlock(MachineBasicBlock *BB);
/external/llvm/include/llvm/Transforms/Utils/
DSSAUpdater.h101 Value *GetValueInMiddleOfBlock(BasicBlock *BB);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSSAUpdater.h106 Value *GetValueInMiddleOfBlock(BasicBlock *BB);
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DSSAUpdater.h106 Value *GetValueInMiddleOfBlock(BasicBlock *BB);
/external/llvm/lib/CodeGen/
DMachineSSAUpdater.cpp141 unsigned MachineSSAUpdater::GetValueInMiddleOfBlock(MachineBasicBlock *BB) { in GetValueInMiddleOfBlock() function in MachineSSAUpdater
228 NewVR = GetValueInMiddleOfBlock(UseMI->getParent()); in RewriteUse()
/external/llvm-project/llvm/lib/CodeGen/
DMachineSSAUpdater.cpp146 Register MachineSSAUpdater::GetValueInMiddleOfBlock(MachineBasicBlock *BB) { in GetValueInMiddleOfBlock() function in MachineSSAUpdater
233 NewVR = GetValueInMiddleOfBlock(UseMI->getParent()); in RewriteUse()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineSSAUpdater.cpp143 unsigned MachineSSAUpdater::GetValueInMiddleOfBlock(MachineBasicBlock *BB) { in GetValueInMiddleOfBlock() function in MachineSSAUpdater
230 NewVR = GetValueInMiddleOfBlock(UseMI->getParent()); in RewriteUse()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSILowerI1Copies.cpp628 SSAUpdater.GetValueInMiddleOfBlock(&IMBB), IncomingRegs[i]); in lowerPhis()
656 SSAUpdater.GetValueInMiddleOfBlock(&IMBB), IncomingRegs[i]); in lowerPhis()
660 Register NewReg = SSAUpdater.GetValueInMiddleOfBlock(&MBB); in lowerPhis()
730 SSAUpdater.GetValueInMiddleOfBlock(&MBB), SrcReg); in lowerCopiesToI1()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSILowerI1Copies.cpp624 SSAUpdater.GetValueInMiddleOfBlock(&IMBB), IncomingRegs[i]); in lowerPhis()
652 SSAUpdater.GetValueInMiddleOfBlock(&IMBB), IncomingRegs[i]); in lowerPhis()
656 unsigned NewReg = SSAUpdater.GetValueInMiddleOfBlock(&MBB); in lowerPhis()
727 SSAUpdater.GetValueInMiddleOfBlock(&MBB), SrcReg); in lowerCopiesToI1()
/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp167 NewVal = SSA.GetValueInMiddleOfBlock(UserBB); in RewriteUsesOfClonedInstructions()
DStructurizeCFG.cpp562 Term->setCondition(PhiInserter.GetValueInMiddleOfBlock(Parent)); in insertConditions()
DLICM.cpp817 Value *LiveInValue = SSA.GetValueInMiddleOfBlock(ExitBlock); in doExtraRewritesBeforeFinalDeletion()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp578 Term->setCondition(PhiInserter.GetValueInMiddleOfBlock(Parent)); in insertConditions()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp584 Term->setCondition(PhiInserter.GetValueInMiddleOfBlock(Parent)); in insertConditions()
DLICM.cpp1868 Value *LiveInValue = SSA.GetValueInMiddleOfBlock(ExitBlock); in doExtraRewritesBeforeFinalDeletion()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp200 Value *LiveInValue = SSA.GetValueInMiddleOfBlock(ExitBlock); in doExtraRewritesBeforeFinalDeletion()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp202 Value *LiveInValue = SSA.GetValueInMiddleOfBlock(ExitBlock); in doExtraRewritesBeforeFinalDeletion()
/external/llvm-project/llvm/lib/Target/X86/
DX86SpeculativeLoadHardening.cpp1144 unsigned TargetReg = TargetAddrSSA.GetValueInMiddleOfBlock(&MBB); in tracePredStateThroughIndirectBranches()

12