Searched refs:OldInst (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreFrameToArgsOffsetElim.cpp | 57 MachineInstr &OldInst = *MBBI; in runOnMachineFunction() local 58 Register Reg = OldInst.getOperand(0).getReg(); in runOnMachineFunction() 60 OldInst.eraseFromParent(); in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstructionSelector.cpp | 816 MachineInstrBuilder &NewInstBuilder, const MachineInstr &OldInst, in renderVFPF32Imm() argument 818 assert(OldInst.getOpcode() == TargetOpcode::G_FCONSTANT && in renderVFPF32Imm() 821 APFloat FPImmValue = OldInst.getOperand(1).getFPImm()->getValueAPF(); in renderVFPF32Imm() 829 MachineInstrBuilder &NewInstBuilder, const MachineInstr &OldInst, int OpIdx) const { in renderVFPF64Imm() argument 830 assert(OldInst.getOpcode() == TargetOpcode::G_FCONSTANT && in renderVFPF64Imm() 833 APFloat FPImmValue = OldInst.getOperand(1).getFPImm()->getValueAPF(); in renderVFPF64Imm()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | BranchFolding.h | 170 void replaceTailWithBranchTo(MachineBasicBlock::iterator OldInst,
|
D | BranchFolding.cpp | 365 void BranchFolder::replaceTailWithBranchTo(MachineBasicBlock::iterator OldInst, in replaceTailWithBranchTo() argument 369 MachineBasicBlock &OldMBB = *OldInst->getParent(); in replaceTailWithBranchTo() 377 } while (I != OldInst); in replaceTailWithBranchTo() 391 BuildMI(OldMBB, OldInst, DL, TII->get(TargetOpcode::IMPLICIT_DEF), Reg); in replaceTailWithBranchTo() 395 TII->ReplaceTailWithBranchTo(OldInst, &NewDest); in replaceTailWithBranchTo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.cpp | 353 MachineBasicBlock::iterator OldInst = I; in analyzeBranch() local 360 OldInst->eraseFromParent(); in analyzeBranch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 378 const SwitchInst *OldInst = I->first; in cloneData() local 379 Value *NewI = VMap.lookup(OldInst); in cloneData() 383 NewLoopProps.UnswitchedVals[NewInst] = OldLoopProps.UnswitchedVals[OldInst]; in cloneData()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 2540 Instruction *OldInst = getDebugLocFromInstOrOperands(OldInduction); in createInductionVariable() local 2541 setDebugLocFromInst(Builder, OldInst); in createInductionVariable() 2545 setDebugLocFromInst(Builder, OldInst); in createInductionVariable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 2590 MachineBasicBlock::iterator OldInst = I; in AnalyzeBranchImpl() local 2598 OldInst->eraseFromParent(); in AnalyzeBranchImpl()
|