Searched refs:MainOp (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/contrib/dev/acpica/compiler/ |
| H A D | aslerror.c | 1512 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 D | aslcompiler.h | 473 ACPI_PARSE_OBJECT *MainOp,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 630 Instruction *MainOp = cast<Instruction>(*It); in allSameOpcode() local 631 unsigned Opcode = MainOp->getOpcode(); in allSameOpcode() 632 bool IsCmpOp = isa<CmpInst>(MainOp); in allSameOpcode() 633 CmpInst::Predicate BasePred = IsCmpOp ? cast<CmpInst>(MainOp)->getPredicate() in allSameOpcode() 1026 InterchangeableInfo MainOp; member in __anon07b2d7740811::BinOpSameOpcodeHelper 1029 return ::isValidForAlternation(MainOp.I->getOpcode()) && in isValidForAlternation() 1042 BinOpSameOpcodeHelper(const Instruction *MainOp, in BinOpSameOpcodeHelper() argument 1044 : MainOp(MainOp), AltOp(AltOp) { in BinOpSameOpcodeHelper() 1079 return MainOp.equal(Opcode) || in add() 1115 return MainOp.trySet(OpcodeInMaskForm, InterchangeableMask) || in add() [all …]
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | MveEmitter.cpp | 1447 const Record *MainOp = cast<DefInit>(CodeDag->getOperator())->getDef(); in ACLEIntrinsic() local 1448 if (MainOp->isSubClassOf("CustomCodegen")) { in ACLEIntrinsic() 1453 (Twine("CustomCodeGen::") + MainOp->getValueAsString("type")).str(); in ACLEIntrinsic()
|