HomeSort by relevance Sort by last modified time
    Searched refs:RegisterBankInfo (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /external/llvm/include/llvm/CodeGen/GlobalISel/
GISelAccessor.h 20 class RegisterBankInfo;
30 virtual const RegisterBankInfo *getRegBankInfo() const { return nullptr;}
RegisterBank.h 21 class RegisterBankInfo;
28 /// This property is enforced by the RegisterBankInfo class.
40 /// Only the RegisterBankInfo can create RegisterBank.
46 friend RegisterBankInfo;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
GISelAccessor.h 22 class RegisterBankInfo;
36 virtual const RegisterBankInfo *getRegBankInfo() const { return nullptr;}
InstructionSelector.h 26 class RegisterBankInfo;
63 const RegisterBankInfo &RBI) const;
RegisterBank.h 21 class RegisterBankInfo;
28 /// This property is enforced by the RegisterBankInfo class.
40 /// Only the RegisterBankInfo can initialize RegisterBank properly.
41 friend RegisterBankInfo;
Utils.h 28 class RegisterBankInfo;
44 const RegisterBankInfo &RBI,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/GlobalISel/
GISelAccessor.h 22 class RegisterBankInfo;
36 virtual const RegisterBankInfo *getRegBankInfo() const { return nullptr;}
InstructionSelector.h 30 class RegisterBankInfo;
94 const RegisterBankInfo &RBI) const;
RegisterBank.h 21 class RegisterBankInfo;
28 /// This property is enforced by the RegisterBankInfo class.
40 /// Only the RegisterBankInfo can initialize RegisterBank properly.
41 friend RegisterBankInfo;
Utils.h 28 class RegisterBankInfo;
45 const RegisterBankInfo &RBI,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/GlobalISel/
GISelAccessor.h 22 class RegisterBankInfo;
36 virtual const RegisterBankInfo *getRegBankInfo() const { return nullptr;}
InstructionSelector.h 30 class RegisterBankInfo;
94 const RegisterBankInfo &RBI) const;
RegisterBank.h 21 class RegisterBankInfo;
28 /// This property is enforced by the RegisterBankInfo class.
40 /// Only the RegisterBankInfo can initialize RegisterBank properly.
41 friend RegisterBankInfo;
Utils.h 28 class RegisterBankInfo;
45 const RegisterBankInfo &RBI,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
GISelAccessor.h 22 class RegisterBankInfo;
36 virtual const RegisterBankInfo *getRegBankInfo() const { return nullptr;}
InstructionSelector.h 26 class RegisterBankInfo;
63 const RegisterBankInfo &RBI) const;
RegisterBank.h 21 class RegisterBankInfo;
28 /// This property is enforced by the RegisterBankInfo class.
40 /// Only the RegisterBankInfo can initialize RegisterBank properly.
41 friend RegisterBankInfo;
Utils.h 28 class RegisterBankInfo;
44 const RegisterBankInfo &RBI,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/GlobalISel/
GISelAccessor.h 22 class RegisterBankInfo;
36 virtual const RegisterBankInfo *getRegBankInfo() const { return nullptr;}
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/GlobalISel/
GISelAccessor.h 22 class RegisterBankInfo;
36 virtual const RegisterBankInfo *getRegBankInfo() const { return nullptr;}
  /external/llvm/lib/CodeGen/GlobalISel/
RegisterBankInfo.cpp 1 //===- llvm/CodeGen/GlobalISel/RegisterBankInfo.cpp --------------*- C++ -*-==//
10 /// This file implements the RegisterBankInfo class.
13 #include "llvm/CodeGen/GlobalISel/RegisterBankInfo.h"
31 #define DEBUG_TYPE "registerbankinfo"
35 const unsigned RegisterBankInfo::DefaultMappingID = UINT_MAX;
36 const unsigned RegisterBankInfo::InvalidMappingID = UINT_MAX - 1;
39 // RegisterBankInfo implementation.
41 RegisterBankInfo::RegisterBankInfo(unsigned NumRegBanks)
46 bool RegisterBankInfo::verify(const TargetRegisterInfo &TRI) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/GlobalISel/
RegisterBank.h 21 class RegisterBankInfo;
28 /// This property is enforced by the RegisterBankInfo class.
40 /// Only the RegisterBankInfo can initialize RegisterBank properly.
41 friend RegisterBankInfo;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/GlobalISel/
RegisterBank.h 21 class RegisterBankInfo;
28 /// This property is enforced by the RegisterBankInfo class.
40 /// Only the RegisterBankInfo can initialize RegisterBank properly.
41 friend RegisterBankInfo;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/GlobalISel/
RegisterBank.h 21 class RegisterBankInfo;
28 /// This property is enforced by the RegisterBankInfo class.
40 /// Only the RegisterBankInfo can initialize RegisterBank properly.
41 friend RegisterBankInfo;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/GlobalISel/
RegisterBank.h 21 class RegisterBankInfo;
28 /// This property is enforced by the RegisterBankInfo class.
40 /// Only the RegisterBankInfo can initialize RegisterBank properly.
41 friend RegisterBankInfo;

Completed in 110 milliseconds

1 2 3 4 5