Home
last modified time | relevance | path

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/
DXCoreFrameToArgsOffsetElim.cpp57 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/
DARMInstructionSelector.cpp816 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/
DBranchFolding.h170 void replaceTailWithBranchTo(MachineBasicBlock::iterator OldInst,
DBranchFolding.cpp365 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/
DAVRInstrInfo.cpp353 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/
DLoopUnswitch.cpp378 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/
DLoopVectorize.cpp2540 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/
DX86InstrInfo.cpp2590 MachineBasicBlock::iterator OldInst = I; in AnalyzeBranchImpl() local
2598 OldInst->eraseFromParent(); in AnalyzeBranchImpl()