Home
last modified time | relevance | path

Searched refs:MainOp (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sys/contrib/dev/acpica/compiler/
H A Daslerror.c1512 ACPI_PARSE_OBJECT *MainOp, in AslDualParseOpError() argument
1523 if (!MainOp || AslIsExceptionIgnored (MainOp->Asl.Filename, in AslDualParseOpError()
1524 MainOp->Asl.LogicalLineNumber, Level, MainMsgId)) in AslDualParseOpError()
1537 AslLogNewError (Level, MainMsgId, MainOp->Asl.LineNumber, in AslDualParseOpError()
1538 MainOp->Asl.LogicalLineNumber, MainOp->Asl.LogicalByteOffset, in AslDualParseOpError()
1539 MainOp->Asl.Column, MainOp->Asl.Filename, MainMsg, in AslDualParseOpError()
H A Daslcompiler.h473 ACPI_PARSE_OBJECT *MainOp,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp539 Instruction *MainOp = nullptr; member
544 return MainOp ? MainOp->getOpcode() : 0; in getOpcode()
561 : OpValue(OpValue), MainOp(MainOp), AltOp(AltOp) {} in InstructionsState()
2611 Instruction *MainOp = nullptr; member
2688 return MainOp; in isOneOf()
2692 MainOp = S.MainOp; in setOperations()
2697 return MainOp; in getMainOp()
2706 return MainOp ? MainOp->getOpcode() : 0; in getOpcode()
2764 if (MainOp) in dump()
2765 dbgs() << *MainOp << "\n"; in dump()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp1442 Record *MainOp = cast<DefInit>(CodeDag->getOperator())->getDef(); in ACLEIntrinsic() local
1443 if (MainOp->isSubClassOf("CustomCodegen")) { in ACLEIntrinsic()
1448 (Twine("CustomCodeGen::") + MainOp->getValueAsString("type")).str(); in ACLEIntrinsic()