Searched refs:MainOp (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/sys/contrib/dev/acpica/compiler/ |
| H A D | aslerror.c | 1374 ACPI_PARSE_OBJECT *MainOp, in AslDualParseOpError() argument 1385 if (AslIsExceptionIgnored (Level, MainMsgId) || !MainOp) in AslDualParseOpError() 1398 AslLogNewError (Level, MainMsgId, MainOp->Asl.LineNumber, in AslDualParseOpError() 1399 MainOp->Asl.LogicalLineNumber, MainOp->Asl.LogicalByteOffset, in AslDualParseOpError() 1400 MainOp->Asl.Column, MainOp->Asl.Filename, MainMsg, in AslDualParseOpError()
|
| H A D | aslcompiler.h | 456 ACPI_PARSE_OBJECT *MainOp,
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 310 Instruction *MainOp = nullptr; member 315 return MainOp ? MainOp->getOpcode() : 0; in getOpcode() 331 InstructionsState(Value *OpValue, Instruction *MainOp, Instruction *AltOp) in InstructionsState() 332 : OpValue(OpValue), MainOp(MainOp), AltOp(AltOp) {} in InstructionsState() 2402 Type *Src0SclTy = S.MainOp->getOperand(0)->getType(); in getEntryCost()
|