Searched refs:regC (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 109 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/ |
D | TwoAddressInstructionPass.cpp | 133 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/ |
D | smaliTreeWalker.g | 1110 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/ |
D | smaliTreeWalker.g | 1110 short regC = parseRegister_byte($registerC.text); 1112 $method::methodBuilder.addInstruction(new BuilderInstruction23x(opcode, regA, regB, regC));
|
/external/smali/smali/src/main/antlr/ |
D | smaliTreeWalker.g | 1069 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/ |
D | smaliTreeWalker.java | 6144 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()
|