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

  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 701 /// isLegalRC - Return true if the value types that can be represented by the
703 bool TargetLowering::isLegalRC(const TargetRegisterClass *RC) const {
721 if (isLegalRC(RRC))
738 if (RRC->isASubClass() || !isLegalRC(RRC))
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 32 milliseconds