HomeSort by: relevance | last modified time | path
    Searched refs:isLegalRC (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringBase.cpp 1125 /// isLegalRC - Return true if the value types that can be represented by the
1127 bool TargetLoweringBase::isLegalRC(const TargetRegisterInfo &TRI,
1249 if (!isLegalRC(*TRI, *SuperRC))
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 3134 bool isLegalRC(const TargetRegisterInfo &TRI,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 4580 if (!isLegalRC(*RI, *RC))

Completed in 103 milliseconds