OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasSubClass
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/Target/
TargetRegisterInfo.h
142
bool
hasSubClass
(const TargetRegisterClass *RC) const {
155
return RC->
hasSubClass
(this);
[
all
...]
/external/llvm/lib/CodeGen/
TargetRegisterInfo.cpp
144
(!BestRC || BestRC->
hasSubClass
(RC)))
/external/llvm/utils/TableGen/
CodeGenRegisters.h
342
bool
hasSubClass
(const CodeGenRegisterClass *RC) const {
CodeGenInstruction.cpp
466
.
hasSubClass
(&T.getRegisterClass(ADI->getDef())))
FastISelEmitter.cpp
276
if (DstRC != RC && !DstRC->
hasSubClass
(RC))
CodeGenRegisters.cpp
[
all
...]
Completed in 415 milliseconds