Home
last modified time | relevance | path

Searched refs:newOpcode (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp1728 int newOpcode = CFGTraits::getBreakZeroOpcode(oldOpcode); in mergeLoopbreakBlock() local
1729 CFGTraits::insertCondBranchBefore(branchInstrPos, newOpcode, passRep, DL); in mergeLoopbreakBlock()
1734 int newOpcode = CFGTraits::getBreakZeroOpcode(oldOpcode); in mergeLoopbreakBlock() local
1735 CFGTraits::insertCondBranchBefore(branchInstrPos, newOpcode, passRep, DL); in mergeLoopbreakBlock()
3006 static MachineInstr *insertInstrBefore(MachineBasicBlock *blk, int newOpcode, in insertInstrBefore()
3008 return insertInstrBefore(blk,newOpcode,passRep,DebugLoc()); in insertInstrBefore()
3011 static MachineInstr *insertInstrBefore(MachineBasicBlock *blk, int newOpcode, in insertInstrBefore()
3015 blk->getParent()->CreateMachineInstr(tii->get(newOpcode), DL); in insertInstrBefore()
3029 static void insertInstrEnd(MachineBasicBlock *blk, int newOpcode, in insertInstrEnd()
3031 insertInstrEnd(blk,newOpcode,passRep,DebugLoc()); in insertInstrEnd()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPURegisterInfo.cpp298 int newOpcode = convertDFormToXForm(MI.getOpcode()); in eliminateFrameIndex() local
302 BuildMI(MBB, II, dl, TII.get(newOpcode), MI.getOperand(0).getReg()) in eliminateFrameIndex()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationShrinker.java971 byte newOpcode = (byte)newOpcodes; in visitSimpleInstruction()
973 if (newOpcode == InstructionConstants.OP_NOP) in visitSimpleInstruction()
985 else if (newOpcode == oldOpcode) in visitSimpleInstruction()
995 Instruction replacementInstruction = new SimpleInstruction(newOpcode); in visitSimpleInstruction()
/external/dexmaker/lib/
Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...