Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
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()
Daslcompiler.h473 ACPI_PARSE_OBJECT *MainOp,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp360 Instruction *MainOp = nullptr; member
365 return MainOp ? MainOp->getOpcode() : 0; in getOpcode()
381 InstructionsState(Value *OpValue, Instruction *MainOp, Instruction *AltOp) in InstructionsState()
382 : OpValue(OpValue), MainOp(MainOp), AltOp(AltOp) {} in InstructionsState()
1019 if (S.getOpcode() && S.MainOp->getNumOperands() <= 2) in getShallowScore()
1672 Instruction *MainOp = nullptr; member
1738 return MainOp; in isOneOf()
1742 MainOp = S.MainOp; in setOperations()
1747 return MainOp; in getMainOp()
1756 return MainOp ? MainOp->getOpcode() : 0; in getOpcode()
[all …]
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
DMveEmitter.cpp1436 Record *MainOp = cast<DefInit>(CodeDag->getOperator())->getDef(); in ACLEIntrinsic() local
1437 if (MainOp->isSubClassOf("CustomCodegen")) { in ACLEIntrinsic()
1442 (Twine("CustomCodeGen::") + MainOp->getValueAsString("type")).str(); in ACLEIntrinsic()