OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstOpRec
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
CodeGenInstruction.cpp
408
Record *
InstOpRec
, bool hasSubOps,
414
if (ADI && ADI->getDef() ==
InstOpRec
) {
426
if (
InstOpRec
->isSubClassOf("RegisterOperand"))
427
InstOpRec
=
InstOpRec
->getValueAsDef("RegClass");
429
if (!
InstOpRec
->isSubClassOf("RegisterClass"))
432
if (!T.getRegisterClass(
InstOpRec
)
435
+ " is not a member of the " +
InstOpRec
->getName() +
450
if (!
InstOpRec
->isSubClassOf("OptionalDefOperand"))
459
if (hasSubOps || !
InstOpRec
->isSubClassOf("Operand")
[
all
...]
CodeGenInstruction.h
320
Record *
InstOpRec
, bool hasSubOps, SMLoc Loc,
Completed in 528 milliseconds