Searched defs:isLegalRC (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp700 /// isLegalRC - Return true if the value types that can be represented by the
702 bool TargetLowering::isLegalRC(const TargetRegisterClass *RC) const { function in class:TargetLowering
720 if (isLegalRC(RRC))
737 if (RRC->isASubClass() || !isLegalRC(RRC))
2801 if (!isLegalRC(RC))

Completed in 21 milliseconds