/external/llvm/include/llvm/MC/ |
MCRegisterInfo.h | 433 /// \brief Returns true if RegB is a sub-register of RegA. 434 bool isSubRegister(unsigned RegA, unsigned RegB) const { 435 return isSuperRegister(RegB, RegA); 438 /// \brief Returns true if RegB is a super-register of RegA. 439 bool isSuperRegister(unsigned RegA, unsigned RegB) const; 441 /// \brief Returns true if RegB is a sub-register of RegA or if RegB == RegA. 442 bool isSubRegisterEq(unsigned RegA, unsigned RegB) const { 443 return isSuperRegisterEq(RegB, RegA); 446 /// \brief Returns true if RegB is a super-register of RegA or i [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/ |
MCRegisterInfo.h | 446 /// \brief Returns true if RegB is a sub-register of RegA. 447 bool isSubRegister(unsigned RegA, unsigned RegB) const { 448 return isSuperRegister(RegB, RegA); 451 /// \brief Returns true if RegB is a super-register of RegA. 452 bool isSuperRegister(unsigned RegA, unsigned RegB) const; 454 /// \brief Returns true if RegB is a sub-register of RegA or if RegB == RegA. 455 bool isSubRegisterEq(unsigned RegA, unsigned RegB) const { 456 return isSuperRegisterEq(RegB, RegA); 459 /// \brief Returns true if RegB is a super-register of RegA or i [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/ |
MCRegisterInfo.h | 446 /// \brief Returns true if RegB is a sub-register of RegA. 447 bool isSubRegister(unsigned RegA, unsigned RegB) const { 448 return isSuperRegister(RegB, RegA); 451 /// \brief Returns true if RegB is a super-register of RegA. 452 bool isSuperRegister(unsigned RegA, unsigned RegB) const; 454 /// \brief Returns true if RegB is a sub-register of RegA or if RegB == RegA. 455 bool isSubRegisterEq(unsigned RegA, unsigned RegB) const { 456 return isSuperRegisterEq(RegB, RegA); 459 /// \brief Returns true if RegB is a super-register of RegA or i [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/ |
MCRegisterInfo.h | 446 /// \brief Returns true if RegB is a sub-register of RegA. 447 bool isSubRegister(unsigned RegA, unsigned RegB) const { 448 return isSuperRegister(RegB, RegA); 451 /// \brief Returns true if RegB is a super-register of RegA. 452 bool isSuperRegister(unsigned RegA, unsigned RegB) const; 454 /// \brief Returns true if RegB is a sub-register of RegA or if RegB == RegA. 455 bool isSubRegisterEq(unsigned RegA, unsigned RegB) const { 456 return isSuperRegisterEq(RegB, RegA); 459 /// \brief Returns true if RegB is a super-register of RegA or i [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/ |
MCRegisterInfo.h | 446 /// \brief Returns true if RegB is a sub-register of RegA. 447 bool isSubRegister(unsigned RegA, unsigned RegB) const { 448 return isSuperRegister(RegB, RegA); 451 /// \brief Returns true if RegB is a super-register of RegA. 452 bool isSuperRegister(unsigned RegA, unsigned RegB) const; 454 /// \brief Returns true if RegB is a sub-register of RegA or if RegB == RegA. 455 bool isSubRegisterEq(unsigned RegA, unsigned RegB) const { 456 return isSuperRegisterEq(RegB, RegA); 459 /// \brief Returns true if RegB is a super-register of RegA or i [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/ |
MCRegisterInfo.h | 446 /// \brief Returns true if RegB is a sub-register of RegA. 447 bool isSubRegister(unsigned RegA, unsigned RegB) const { 448 return isSuperRegister(RegB, RegA); 451 /// \brief Returns true if RegB is a super-register of RegA. 452 bool isSuperRegister(unsigned RegA, unsigned RegB) const; 454 /// \brief Returns true if RegB is a sub-register of RegA or if RegB == RegA. 455 bool isSubRegisterEq(unsigned RegA, unsigned RegB) const { 456 return isSuperRegisterEq(RegB, RegA); 459 /// \brief Returns true if RegB is a super-register of RegA or i [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/ |
MCRegisterInfo.h | 446 /// \brief Returns true if RegB is a sub-register of RegA. 447 bool isSubRegister(unsigned RegA, unsigned RegB) const { 448 return isSuperRegister(RegB, RegA); 451 /// \brief Returns true if RegB is a super-register of RegA. 452 bool isSuperRegister(unsigned RegA, unsigned RegB) const; 454 /// \brief Returns true if RegB is a sub-register of RegA or if RegB == RegA. 455 bool isSubRegisterEq(unsigned RegA, unsigned RegB) const { 456 return isSuperRegisterEq(RegB, RegA); 459 /// \brief Returns true if RegB is a super-register of RegA or i [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/ |
MCRegisterInfo.h | 446 /// \brief Returns true if RegB is a sub-register of RegA. 447 bool isSubRegister(unsigned RegA, unsigned RegB) const { 448 return isSuperRegister(RegB, RegA); 451 /// \brief Returns true if RegB is a super-register of RegA. 452 bool isSuperRegister(unsigned RegA, unsigned RegB) const; 454 /// \brief Returns true if RegB is a sub-register of RegA or if RegB == RegA. 455 bool isSubRegisterEq(unsigned RegA, unsigned RegB) const { 456 return isSuperRegisterEq(RegB, RegA); 459 /// \brief Returns true if RegB is a super-register of RegA or i [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/ |
MCRegisterInfo.h | 446 /// \brief Returns true if RegB is a sub-register of RegA. 447 bool isSubRegister(unsigned RegA, unsigned RegB) const { 448 return isSuperRegister(RegB, RegA); 451 /// \brief Returns true if RegB is a super-register of RegA. 452 bool isSuperRegister(unsigned RegA, unsigned RegB) const; 454 /// \brief Returns true if RegB is a sub-register of RegA or if RegB == RegA. 455 bool isSubRegisterEq(unsigned RegA, unsigned RegB) const { 456 return isSuperRegisterEq(RegB, RegA); 459 /// \brief Returns true if RegB is a super-register of RegA or i [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/ |
MCRegisterInfo.h | 446 /// \brief Returns true if RegB is a sub-register of RegA. 447 bool isSubRegister(unsigned RegA, unsigned RegB) const { 448 return isSuperRegister(RegB, RegA); 451 /// \brief Returns true if RegB is a super-register of RegA. 452 bool isSuperRegister(unsigned RegA, unsigned RegB) const; 454 /// \brief Returns true if RegB is a sub-register of RegA or if RegB == RegA. 455 bool isSubRegisterEq(unsigned RegA, unsigned RegB) const { 456 return isSuperRegisterEq(RegB, RegA); 459 /// \brief Returns true if RegB is a super-register of RegA or i [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/ |
MCRegisterInfo.h | 446 /// \brief Returns true if RegB is a sub-register of RegA. 447 bool isSubRegister(unsigned RegA, unsigned RegB) const { 448 return isSuperRegister(RegB, RegA); 451 /// \brief Returns true if RegB is a super-register of RegA. 452 bool isSuperRegister(unsigned RegA, unsigned RegB) const; 454 /// \brief Returns true if RegB is a sub-register of RegA or if RegB == RegA. 455 bool isSubRegisterEq(unsigned RegA, unsigned RegB) const { 456 return isSuperRegisterEq(RegB, RegA); 459 /// \brief Returns true if RegB is a super-register of RegA or i [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/ |
MCRegisterInfo.h | 446 /// \brief Returns true if RegB is a sub-register of RegA. 447 bool isSubRegister(unsigned RegA, unsigned RegB) const { 448 return isSuperRegister(RegB, RegA); 451 /// \brief Returns true if RegB is a super-register of RegA. 452 bool isSuperRegister(unsigned RegA, unsigned RegB) const; 454 /// \brief Returns true if RegB is a sub-register of RegA or if RegB == RegA. 455 bool isSubRegisterEq(unsigned RegA, unsigned RegB) const { 456 return isSuperRegisterEq(RegB, RegA); 459 /// \brief Returns true if RegB is a super-register of RegA or i [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/ |
MCRegisterInfo.h | 446 /// \brief Returns true if RegB is a sub-register of RegA. 447 bool isSubRegister(unsigned RegA, unsigned RegB) const { 448 return isSuperRegister(RegB, RegA); 451 /// \brief Returns true if RegB is a super-register of RegA. 452 bool isSuperRegister(unsigned RegA, unsigned RegB) const; 454 /// \brief Returns true if RegB is a sub-register of RegA or if RegB == RegA. 455 bool isSubRegisterEq(unsigned RegA, unsigned RegB) const { 456 return isSuperRegisterEq(RegB, RegA); 459 /// \brief Returns true if RegB is a super-register of RegA or i [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/ |
MCRegisterInfo.h | 446 /// \brief Returns true if RegB is a sub-register of RegA. 447 bool isSubRegister(unsigned RegA, unsigned RegB) const { 448 return isSuperRegister(RegB, RegA); 451 /// \brief Returns true if RegB is a super-register of RegA. 452 bool isSuperRegister(unsigned RegA, unsigned RegB) const; 454 /// \brief Returns true if RegB is a sub-register of RegA or if RegB == RegA. 455 bool isSubRegisterEq(unsigned RegA, unsigned RegB) const { 456 return isSuperRegisterEq(RegB, RegA); 459 /// \brief Returns true if RegB is a super-register of RegA or i [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/ |
MCRegisterInfo.h | 446 /// \brief Returns true if RegB is a sub-register of RegA. 447 bool isSubRegister(unsigned RegA, unsigned RegB) const { 448 return isSuperRegister(RegB, RegA); 451 /// \brief Returns true if RegB is a super-register of RegA. 452 bool isSuperRegister(unsigned RegA, unsigned RegB) const; 454 /// \brief Returns true if RegB is a sub-register of RegA or if RegB == RegA. 455 bool isSubRegisterEq(unsigned RegA, unsigned RegB) const { 456 return isSuperRegisterEq(RegB, RegA); 459 /// \brief Returns true if RegB is a super-register of RegA or i [all...] |
/external/llvm/lib/Target/X86/ |
X86WinAllocaExpander.cpp | 214 unsigned RegA = (SlotSize == 8) ? X86::RAX : X86::EAX; 222 .addReg(RegA, RegState::Undef); 233 .addReg(RegA, RegState::Undef); 243 BuildMI(*MBB, MI, DL, TII->get(TargetOpcode::COPY), RegA)
|
/external/llvm/lib/CodeGen/ |
TwoAddressInstructionPass.cpp | 109 bool isProfitableToCommute(unsigned regA, unsigned regB, unsigned regC, 115 bool isProfitableToConv3Addr(unsigned RegA, unsigned RegB); 119 unsigned RegA, unsigned RegB, unsigned Dist); 534 regsAreCompatible(unsigned RegA, unsigned RegB, const TargetRegisterInfo *TRI) { 535 if (RegA == RegB) 537 if (!RegA || !RegB) 539 return TRI->regsOverlap(RegA, RegB); 546 isProfitableToCommute(unsigned regA, unsigned regB, unsigned regC, 582 unsigned ToRegA = getMappedReg(regA, DstRegMap); 590 // -RegB is not tied to a register and RegC is compatible with RegA [all...] |
TargetInstrInfo.cpp | 701 unsigned RegA = OpA.getReg(); 707 if (TargetRegisterInfo::isVirtualRegister(RegA)) 708 MRI.constrainRegClass(RegA, RC); 736 .addReg(RegA, getKillRegState(KillA)) [all...] |
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
TwoAddressInstructionPass.cpp | 108 bool isProfitableToConv3Addr(unsigned RegA, unsigned RegB); 113 unsigned RegA, unsigned RegB, unsigned Dist); 516 regsAreCompatible(unsigned RegA, unsigned RegB, const TargetRegisterInfo *TRI) { 517 if (RegA == RegB) 519 if (!RegA || !RegB) 521 return TRI->regsOverlap(RegA, RegB); 621 unsigned RegA = MI->getOperand(0).getReg(); 622 SrcRegMap[RegA] = FromRegC; 631 TwoAddressInstructionPass::isProfitableToConv3Addr(unsigned RegA,unsigned RegB){ 641 unsigned ToRegA = getMappedReg(RegA, DstRegMap) [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonInstrInfo.cpp | [all...] |