Home
last modified time | relevance | path

Searched defs:regB (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetRegisterInfo.h331 bool regsOverlap(unsigned regA, unsigned regB) const { in regsOverlap()
343 bool isSubRegister(unsigned regA, unsigned regB) const { in isSubRegister()
349 bool isSuperRegister(unsigned regA, unsigned regB) const { in isSuperRegister()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTwoAddressInstructionPass.cpp528 TwoAddressInstructionPass::isProfitableToCommute(unsigned regB, unsigned regC, in isProfitableToCommute()
868 unsigned regB = mi->getOperand(SrcIdx).getReg(); in TryInstructionTransform() local
1109 unsigned regB = mi->getOperand(SrcIdx).getReg(); in runOnMachineFunction() local
1139 unsigned regB = OI->first; in runOnMachineFunction() local
/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp546 isProfitableToCommute(unsigned regA, unsigned regB, unsigned regC, in isProfitableToCommute()
1218 unsigned regB = MI.getOperand(SrcIdx).getReg(); in tryInstructionTransform() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp585 isProfitableToCommute(unsigned regA, unsigned regB, unsigned regC, in isProfitableToCommute()
1273 unsigned regB = MI.getOperand(SrcIdx).getReg(); in tryInstructionTransform() local
/external/llvm/include/llvm/Target/
DTargetRegisterInfo.h412 bool regsOverlap(unsigned regA, unsigned regB) const { in regsOverlap()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h423 bool regsOverlap(unsigned regA, unsigned regB) const { in regsOverlap()
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliTreeWalker.java5203 short regB = parseRegister_byte((registerB!=null?registerB.getText():null)); in insn_format22b() local
5440 int regB = parseRegister_short((registerB!=null?registerB.getText():null)); in insn_format22x() local
5482 short regB = parseRegister_byte((registerB!=null?registerB.getText():null)); in insn_format23x() local
5692 int regB = parseRegister_short((registerB!=null?registerB.getText():null)); in insn_format32x() local