/external/llvm/lib/Target/XCore/ |
XCoreFrameToArgsOffsetElim.cpp | 55 MachineInstr *OldInst = MBBI; 56 unsigned Reg = OldInst->getOperand(0).getReg(); 58 OldInst->eraseFromParent();
|
/external/mesa3d/src/mesa/program/ |
prog_instruction.c | 81 * \param oldInst pointer to first of old/src instructions 82 * \param numOldInst number of instructions at <oldInst> 87 _mesa_realloc_instructions(struct prog_instruction *oldInst, 93 _mesa_realloc(oldInst,
|
prog_instruction.h | 428 _mesa_realloc_instructions(struct prog_instruction *oldInst,
|
/external/llvm/lib/CodeGen/ |
BranchFolding.h | 123 void ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst,
|
BranchFolding.cpp | 409 /// ReplaceTailWithBranchTo - Delete the instruction OldInst and everything 411 void BranchFolder::ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst, 413 MachineBasicBlock *CurMBB = OldInst->getParent(); 415 TII->ReplaceTailWithBranchTo(OldInst, NewDest); [all...] |
TargetInstrInfo.cpp | 100 /// ReplaceTailWithBranchTo - Delete the instruction OldInst and everything [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-mcore.c | 425 unsigned short oldinst = 0; 485 oldinst = bfd_get_16 (input_bfd, contents + offset); 502 bfd_put_16 (input_bfd, (bfd_vma) oldinst, contents + offset); 421 unsigned short oldinst = 0; local
|
ChangeLog-0001 | [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcInstrInfo.cpp | 204 MachineBasicBlock::iterator OldInst = I; 210 OldInst->eraseFromParent();
|
/external/llvm/lib/Transforms/Scalar/ |
LoopUnswitch.cpp | 373 const SwitchInst *OldInst = I->first; 374 Value *NewI = VMap.lookup(OldInst); 378 NewLoopProps.UnswitchedVals[NewInst] = OldLoopProps.UnswitchedVals[OldInst]; [all...] |
/external/llvm/include/llvm/Target/ |
TargetInstrInfo.h | 532 /// Delete the instruction OldInst and everything after it, replacing it with [all...] |
/external/llvm/lib/Target/X86/ |
X86InstrInfo.cpp | [all...] |