Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTwoAddressInstructionPass.cpp100 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/
Dns16550.h86 UART_REG(regC); /* C */
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp134 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/
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/u-boot/drivers/serial/
Dns16550.c189 serial_out(UART_REG_VAL_PWREMU_MGMT_UART_ENABLE, &com_port->regC); in NS16550_init()
/external/smali/smali/src/main/antlr/
DsmaliTreeWalker.g995 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/
DsmaliTreeWalker.java5483 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()