OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLegalRC
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Target/
TargetLowering.h
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
699
///
isLegalRC
- Return true if the value types that can be represented by the
701
bool TargetLowering::
isLegalRC
(const TargetRegisterClass *RC) const {
719
if (
isLegalRC
(RRC))
736
if (RRC->isASubClass() || !
isLegalRC
(RRC))
[
all
...]
Completed in 188 milliseconds