OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isLegalRC
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
TargetLoweringBase.cpp
[
all
...]
/external/swiftshader/third_party/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
...]
Completed in 4206 milliseconds