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

  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 125 /// hasSubClass - return true if the specified TargetRegisterClass
127 bool hasSubClass(const TargetRegisterClass *RC) const {
141 return RC->hasSubClass(this);
    [all...]
  /external/llvm/lib/CodeGen/
TargetRegisterInfo.cpp 121 (!BestRC || BestRC->hasSubClass(RC)))
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 342 bool hasSubClass(const CodeGenRegisterClass *RC) const {
CodeGenInstruction.cpp 465 .hasSubClass(&T.getRegisterClass(ADI->getDef())))
FastISelEmitter.cpp 276 if (DstRC != RC && !DstRC->hasSubClass(RC))
CodeGenRegisters.cpp     [all...]

Completed in 89 milliseconds