Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp662 Instruction *MainOp = nullptr; member
667 return MainOp ? MainOp->getOpcode() : 0; in getOpcode()
675 bool isAltShuffle() const { return AltOp != MainOp; } in isAltShuffle()
683 InstructionsState(Value *OpValue, Instruction *MainOp, Instruction *AltOp) in InstructionsState()
684 : OpValue(OpValue), MainOp(MainOp), AltOp(AltOp) {} in InstructionsState()
1585 (S.MainOp->getNumOperands() <= 2 || !MainAltOps.empty() || in getShallowScore()
1589 S.MainOp->getNumOperands(); in getShallowScore()
2991 Instruction *MainOp member
7661 isAlternateInstruction(const Instruction * I,const Instruction * MainOp,const Instruction * AltOp,const TargetLibraryInfo & TLI) isAlternateInstruction() argument
[all...]
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp1443 Record *MainOp = cast<DefInit>(CodeDag->getOperator())->getDef(); in ACLEIntrinsic() local
1444 if (MainOp->isSubClassOf("CustomCodegen")) { in ACLEIntrinsic()
1449 (Twine("CustomCodeGen::") + MainOp->getValueAsString("type")).str(); in ACLEIntrinsic()