Searched defs:newOpcode (Results 1 - 4 of 4) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DLiteralOpUpgrader.java183 * @param newOpcode A RegOp from {@link RegOps}
187 RegisterSpecList newSources, int newOpcode, Constant cst) {
190 Rop newRop = Rops.ropFor(newOpcode, insn.getResult(), newSources, cst);
186 replacePlainInsn(NormalSsaInsn insn, RegisterSpecList newSources, int newOpcode, Constant cst) argument
H A DEscapeAnalysis.java781 * @param newOpcode opcode of new instruction
785 RegisterSpecList newSources, RegisterSpec newResult, int newOpcode,
790 if (newOpcode == RegOps.MOVE_RESULT_PSEUDO) {
793 newRop = Rops.ropFor(newOpcode, newResult, newSources, cst);
819 * @param newOpcode opcode of new instruction
823 RegisterSpecList newSources, RegisterSpec newResult, int newOpcode,
827 Rop newRop = Rops.ropFor(newOpcode, newResult, newSources, cst);
784 insertPlainInsnBefore(SsaInsn insn, RegisterSpecList newSources, RegisterSpec newResult, int newOpcode, Constant cst) argument
822 insertThrowingInsnBefore(SsaInsn insn, RegisterSpecList newSources, RegisterSpec newResult, int newOpcode, Constant cst) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp1728 int newOpcode = CFGTraits::getBreakZeroOpcode(oldOpcode); local
1729 CFGTraits::insertCondBranchBefore(branchInstrPos, newOpcode, passRep, DL);
1734 int newOpcode = CFGTraits::getBreakZeroOpcode(oldOpcode); local
1735 CFGTraits::insertCondBranchBefore(branchInstrPos, newOpcode, passRep, DL);
3006 static MachineInstr *insertInstrBefore(MachineBasicBlock *blk, int newOpcode, argument
3008 return insertInstrBefore(blk,newOpcode,passRep,DebugLoc());
3011 static MachineInstr *insertInstrBefore(MachineBasicBlock *blk, int newOpcode, argument
3015 blk->getParent()->CreateMachineInstr(tii->get(newOpcode), DL);
3029 static void insertInstrEnd(MachineBasicBlock *blk, int newOpcode, argument
3031 insertInstrEnd(blk,newOpcode,passRe
3034 insertInstrEnd(MachineBasicBlock *blk, int newOpcode, AMDGPUCFGStructurizer *passRep, DebugLoc DL) argument
3046 insertInstrBefore(MachineBasicBlock::iterator instrPos, int newOpcode, AMDGPUCFGStructurizer *passRep) argument
3063 insertCondBranchBefore(MachineBasicBlock::iterator instrPos, int newOpcode, AMDGPUCFGStructurizer *passRep, DebugLoc DL) argument
3082 insertCondBranchBefore(MachineBasicBlock *blk, MachineBasicBlock::iterator insertPos, int newOpcode, AMDGPUCFGStructurizer *passRep, RegiT regNum, DebugLoc DL) argument
3100 insertCondBranchEnd(MachineBasicBlock *blk, int newOpcode, AMDGPUCFGStructurizer *passRep, RegiT regNum) argument
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp1728 int newOpcode = CFGTraits::getBreakZeroOpcode(oldOpcode); local
1729 CFGTraits::insertCondBranchBefore(branchInstrPos, newOpcode, passRep, DL);
1734 int newOpcode = CFGTraits::getBreakZeroOpcode(oldOpcode); local
1735 CFGTraits::insertCondBranchBefore(branchInstrPos, newOpcode, passRep, DL);
3006 static MachineInstr *insertInstrBefore(MachineBasicBlock *blk, int newOpcode, argument
3008 return insertInstrBefore(blk,newOpcode,passRep,DebugLoc());
3011 static MachineInstr *insertInstrBefore(MachineBasicBlock *blk, int newOpcode, argument
3015 blk->getParent()->CreateMachineInstr(tii->get(newOpcode), DL);
3029 static void insertInstrEnd(MachineBasicBlock *blk, int newOpcode, argument
3031 insertInstrEnd(blk,newOpcode,passRe
3034 insertInstrEnd(MachineBasicBlock *blk, int newOpcode, AMDGPUCFGStructurizer *passRep, DebugLoc DL) argument
3046 insertInstrBefore(MachineBasicBlock::iterator instrPos, int newOpcode, AMDGPUCFGStructurizer *passRep) argument
3063 insertCondBranchBefore(MachineBasicBlock::iterator instrPos, int newOpcode, AMDGPUCFGStructurizer *passRep, DebugLoc DL) argument
3082 insertCondBranchBefore(MachineBasicBlock *blk, MachineBasicBlock::iterator insertPos, int newOpcode, AMDGPUCFGStructurizer *passRep, RegiT regNum, DebugLoc DL) argument
3100 insertCondBranchEnd(MachineBasicBlock *blk, int newOpcode, AMDGPUCFGStructurizer *passRep, RegiT regNum) argument
[all...]

Completed in 97 milliseconds