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 122 /// hasSubClass - return true if the specified TargetRegisterClass
124 bool hasSubClass(const TargetRegisterClass *RC) const {
138 return RC->hasSubClass(this);
    [all...]
  /external/llvm/lib/Target/
TargetRegisterInfo.cpp 106 (!BestRC || BestRC->hasSubClass(RC)))
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 297 bool hasSubClass(const CodeGenRegisterClass *RC) const {
CodeGenInstruction.cpp 437 .hasSubClass(&T.getRegisterClass(ADI->getDef())))
CodeGenRegisters.cpp     [all...]
FastISelEmitter.cpp 271 if (DstRC != RC && !DstRC->hasSubClass(RC))

Completed in 397 milliseconds