Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430BranchSelector.cpp179 MachineInstr &OldBranch = *MI; in expandBranches() local
180 DebugLoc dl = OldBranch.getDebugLoc(); in expandBranches()
181 int InstrSizeDiff = -TII->getInstSizeInBytes(OldBranch); in expandBranches()
208 OldBranch.eraseFromParent(); in expandBranches()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCBranchSelector.cpp147 MachineInstr *OldBranch = I; in runOnMachineFunction() local
148 DebugLoc dl = OldBranch->getDebugLoc(); in runOnMachineFunction()
158 OldBranch->eraseFromParent(); in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430BranchSelector.cpp141 MachineInstr *OldBranch = I; in runOnMachineFunction() local
142 DebugLoc dl = OldBranch->getDebugLoc(); in runOnMachineFunction()
164 OldBranch->eraseFromParent(); in runOnMachineFunction()
/external/llvm/lib/Target/MSP430/
DMSP430BranchSelector.cpp144 MachineInstr &OldBranch = *I; in runOnMachineFunction() local
145 DebugLoc dl = OldBranch.getDebugLoc(); in runOnMachineFunction()
167 OldBranch.eraseFromParent(); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp252 BranchInst *OldBranch,
910 BranchInst *OldBranch, in EmitPreheaderBranchOnCondition() argument
912 assert(OldBranch->isUnconditional() && "Preheader is not split correctly"); in EmitPreheaderBranchOnCondition()
920 BranchVal = new ICmpInst(OldBranch, ICmpInst::ICMP_EQ, LIC, Val); in EmitPreheaderBranchOnCondition()
929 auto *OldBranchSucc = OldBranch->getSuccessor(0); in EmitPreheaderBranchOnCondition()
930 auto *OldBranchParent = OldBranch->getParent(); in EmitPreheaderBranchOnCondition()
934 IRBuilder<>(OldBranch).CreateCondBr(BranchVal, TrueDest, FalseDest, TI); in EmitPreheaderBranchOnCondition()
940 OldBranch->removeFromParent(); in EmitPreheaderBranchOnCondition()
1002 auto *OldBranch = dyn_cast<BranchInst>(loopPreheader->getTerminator()); in UnswitchTrivialCondition() local
1003 assert(OldBranch && "Failed to split the preheader"); in UnswitchTrivialCondition()
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCBranchSelector.cpp189 MachineInstr *OldBranch = I; in runOnMachineFunction() local
190 DebugLoc dl = OldBranch->getDebugLoc(); in runOnMachineFunction()
225 OldBranch->eraseFromParent(); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCBranchSelector.cpp206 MachineInstr &OldBranch = *I; in runOnMachineFunction() local
207 DebugLoc dl = OldBranch.getDebugLoc(); in runOnMachineFunction()
242 OldBranch.eraseFromParent(); in runOnMachineFunction()