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 123 /// hasSubClass - return true if the specified TargetRegisterClass
125 bool hasSubClass(const TargetRegisterClass *RC) const {
139 return RC->hasSubClass(this);
    [all...]
  /external/llvm/lib/CodeGen/
TargetRegisterInfo.cpp 112 (!BestRC || BestRC->hasSubClass(RC)))
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 310 bool hasSubClass(const CodeGenRegisterClass *RC) const {
CodeGenInstruction.cpp 438 .hasSubClass(&T.getRegisterClass(ADI->getDef())))
FastISelEmitter.cpp 274 if (DstRC != RC && !DstRC->hasSubClass(RC))
CodeGenRegisters.cpp     [all...]

Completed in 2355 milliseconds