HomeSort by relevance Sort by last modified time
    Searched refs:hasSubClass (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/
TargetRegisterInfo.cpp 62 (!BestRC || BestRC->hasSubClass(RC)))
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 134 /// hasSubClass - return true if the specified TargetRegisterClass
136 bool hasSubClass(const TargetRegisterClass *RC) const {
150 return RC->hasSubClass(this);
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 231 bool hasSubClass(const CodeGenRegisterClass *RC) const {
CodeGenInstruction.cpp 432 .hasSubClass(&T.getRegisterClass(ADI->getDef())))
CodeGenRegisters.cpp     [all...]
FastISelEmitter.cpp 266 if (DstRC != RC && !DstRC->hasSubClass(RC))

Completed in 193 milliseconds