Searched refs:MA (Results 26 - 31 of 31) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp319 if (const Argument *MA = dyn_cast<Argument>(V))
320 return MA->getParent() ? MA->getParent()->getParent() : nullptr;
/freebsd-13-stable/sys/dev/sym/
H A Dsym_hipd.c3247 OUTW (nc_sien , STO|HTH|MA|SGE|UDC|RST|PAR);
3756 * - SCSI parity error + Phase mismatch (PAR|MA)
3831 * PAR and MA interrupts may occur at the same time,
3867 * Phase mismatch (MA) is the most frequent interrupt
3871 * mismatch condition (MA).
3880 else if (sist & MA) sym_int_ma (np);
4102 * The chip will then interrupt with both PAR and MA
4169 else if (sist & MA)
4224 * raising the MA interrupt for interrupted INPUT phases.
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp3225 for (const auto &MA : Actions)
3226 MA->emitActionOpcodes(Table, *this);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1955 const MaybeAlign MA(Node->getConstantOperandVal(3));
1961 if (MA && *MA > TLI.getMinStackArgumentAlignment()) {
1963 getConstant(MA->value() - 1, dl, VAList.getValueType()));
1967 getConstant(-(int64_t)MA->value(), dl, VAList.getValueType()));
H A DSelectionDAGBuilder.cpp9244 if (auto MA = Args[i].Alignment)
9245 FrameAlign = *MA;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp2594 } else if (const auto *MA = dyn_cast<MinSizeAttr>(Attr))
2595 NewAttr = S.mergeMinSizeAttr(D, *MA);

Completed in 288 milliseconds

12