Searched refs:newOpcode (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDILCFGStructurizer.cpp | 1728 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/ |
D | SPURegisterInfo.cpp | 298 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/ |
D | EvaluationShrinker.java | 971 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/ |
D | dalvik-dx-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |