Searched refs:regC (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 100 bool isProfitableToCommute(unsigned regB, unsigned regC, 528 TwoAddressInstructionPass::isProfitableToCommute(unsigned regB, unsigned regC, in isProfitableToCommute() argument 549 if (!MI->killsRegister(regC)) in isProfitableToCommute() 563 unsigned FromRegC = getMappedReg(regC, SrcRegMap); in isProfitableToCommute() 565 unsigned ToRegC = getMappedReg(regC, DstRegMap); in isProfitableToCommute() 575 if (!NoUseAfterLastDef(regC, MBB, Dist, LastDefC)) in isProfitableToCommute() 884 unsigned regC = 0; in TryInstructionTransform() local 896 regC = mi->getOperand(regCIdx).getReg(); in TryInstructionTransform() 897 if (!regBKilled && isKilled(*mi, regC, MRI, TII)) in TryInstructionTransform() 901 else if (isProfitableToCommute(regB, regC, mi, mbbi, Dist)) { in TryInstructionTransform() [all …]
|
/external/u-boot/include/ |
D | ns16550.h | 86 UART_REG(regC); /* C */
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 134 bool isProfitableToCommute(unsigned regA, unsigned regB, unsigned regC, 585 isProfitableToCommute(unsigned regA, unsigned regB, unsigned regC, in isProfitableToCommute() argument 608 if (!isPlainlyKilled(MI, regC, LIS)) in isProfitableToCommute() 624 unsigned FromRegC = getMappedReg(regC, SrcRegMap); in isProfitableToCommute() 645 if (!noUseAfterLastDef(regC, Dist, LastDefC)) in isProfitableToCommute() 669 if (isRevCopyChain(regC, regA, MaxDataFlowEdge)) in isProfitableToCommute()
|
/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/u-boot/drivers/serial/ |
D | ns16550.c | 189 serial_out(UART_REG_VAL_PWREMU_MGMT_UART_ENABLE, &com_port->regC); in NS16550_init()
|
/external/smali/smali/src/main/antlr/ |
D | smaliTreeWalker.g | 995 short regC = parseRegister_byte($registerC.text); 997 $method::methodBuilder.addInstruction(new BuilderInstruction23x(opcode, regA, regB, regC));
|
/external/smali/smali/src/main/java/org/jf/smali/ |
D | smaliTreeWalker.java | 5483 short regC = parseRegister_byte((registerC!=null?registerC.getText():null)); in insn_format23x() local 5485 …hod_stack.peek().methodBuilder.addInstruction(new BuilderInstruction23x(opcode, regA, regB, regC)); in insn_format23x()
|