Home
last modified time | relevance | path

Searched refs:regC (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp109 bool isProfitableToCommute(unsigned regA, unsigned regB, unsigned regC,
546 isProfitableToCommute(unsigned regA, unsigned regB, unsigned regC, in isProfitableToCommute() argument
569 if (!isPlainlyKilled(MI, regC, LIS)) in isProfitableToCommute()
585 unsigned FromRegC = getMappedReg(regC, SrcRegMap); in isProfitableToCommute()
606 if (!noUseAfterLastDef(regC, Dist, LastDefC)) in isProfitableToCommute()
630 if (isRevCopyChain(regC, regA, 3)) in isProfitableToCommute()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp133 bool isProfitableToCommute(unsigned regA, unsigned regB, unsigned regC,
583 isProfitableToCommute(unsigned regA, unsigned regB, unsigned regC, in isProfitableToCommute() argument
606 if (!isPlainlyKilled(MI, regC, LIS)) in isProfitableToCommute()
622 unsigned FromRegC = getMappedReg(regC, SrcRegMap); in isProfitableToCommute()
643 if (!noUseAfterLastDef(regC, Dist, LastDefC)) in isProfitableToCommute()
667 if (isRevCopyChain(regC, regA, MaxDataFlowEdge)) in isProfitableToCommute()
/external/google-smali/smali/src/main/antlr/
DsmaliTreeWalker.g1110 short regC = parseRegister_byte($registerC.text);
1112 $method::methodBuilder.addInstruction(new BuilderInstruction23x(opcode, regA, regB, regC));
/external/google-smali/third_party/smali/src/main/antlr/
DsmaliTreeWalker.g1110 short regC = parseRegister_byte($registerC.text);
1112 $method::methodBuilder.addInstruction(new BuilderInstruction23x(opcode, regA, regB, regC));
/external/smali/smali/src/main/antlr/
DsmaliTreeWalker.g1069 short regC = parseRegister_byte($registerC.text);
1071 $method::methodBuilder.addInstruction(new BuilderInstruction23x(opcode, regA, regB, regC));
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliTreeWalker.java6144 short regC = parseRegister_byte((registerC!=null?registerC.getText():null)); in insn_format23x() local
6146 …hod_stack.peek().methodBuilder.addInstruction(new BuilderInstruction23x(opcode, regA, regB, regC)); in insn_format23x()