HomeSort by relevance Sort by last modified time
    Searched defs:hasSubClassEq (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 145 return RC != this && hasSubClassEq(RC);
149 bool hasSubClassEq(const TargetRegisterClass *RC) const {
162 return RC->hasSubClassEq(this);
179 /// See the implementation of hasSubClassEq for an example of how it
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetRegisterInfo.h 135 return RC != this && hasSubClassEq(RC);
139 bool hasSubClassEq(const TargetRegisterClass *RC) const {
152 return RC->hasSubClassEq(this);
169 /// See the implementation of hasSubClassEq for an example of how it
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetRegisterInfo.h 135 return RC != this && hasSubClassEq(RC);
139 bool hasSubClassEq(const TargetRegisterClass *RC) const {
152 return RC->hasSubClassEq(this);
169 /// See the implementation of hasSubClassEq for an example of how it
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetRegisterInfo.h 135 return RC != this && hasSubClassEq(RC);
139 bool hasSubClassEq(const TargetRegisterClass *RC) const {
152 return RC->hasSubClassEq(this);
169 /// See the implementation of hasSubClassEq for an example of how it
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetRegisterInfo.h 135 return RC != this && hasSubClassEq(RC);
139 bool hasSubClassEq(const TargetRegisterClass *RC) const {
152 return RC->hasSubClassEq(this);
169 /// See the implementation of hasSubClassEq for an example of how it
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetRegisterInfo.h 135 return RC != this && hasSubClassEq(RC);
139 bool hasSubClassEq(const TargetRegisterClass *RC) const {
152 return RC->hasSubClassEq(this);
169 /// See the implementation of hasSubClassEq for an example of how it
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetRegisterInfo.h 135 return RC != this && hasSubClassEq(RC);
139 bool hasSubClassEq(const TargetRegisterClass *RC) const {
152 return RC->hasSubClassEq(this);
169 /// See the implementation of hasSubClassEq for an example of how it
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetRegisterInfo.h 135 return RC != this && hasSubClassEq(RC);
139 bool hasSubClassEq(const TargetRegisterClass *RC) const {
152 return RC->hasSubClassEq(this);
169 /// See the implementation of hasSubClassEq for an example of how it
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetRegisterInfo.h 135 return RC != this && hasSubClassEq(RC);
139 bool hasSubClassEq(const TargetRegisterClass *RC) const {
152 return RC->hasSubClassEq(this);
169 /// See the implementation of hasSubClassEq for an example of how it
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetRegisterInfo.h 143 return RC != this && hasSubClassEq(RC);
146 /// hasSubClassEq - Returns true if RC is a sub-class of or equal to this
148 bool hasSubClassEq(const TargetRegisterClass *RC) const {
162 return RC->hasSubClassEq(this);
166 /// The vector is indexed by class IDs, see hasSubClassEq() above for how to

Completed in 215 milliseconds