Searched refs:FA (Results 26 - 50 of 62) sorted by relevance

123

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp878 UDivFoldAction(FoldUDivOperandCb FA, Value *InputOperand) argument
879 : FoldAction(FA), OperandToFold(InputOperand), FoldResult(nullptr) {}
880 UDivFoldAction(FoldUDivOperandCb FA, Value *InputOperand, size_t SLHS) argument
881 : FoldAction(FA), OperandToFold(InputOperand), SelectLHSIdx(SLHS) {}
/netbsd-current/external/lgpl3/gmp/dist/mpn/sparc32/v9/
H A Daddmul_1.asm80 define(`fanop', `fitod %f18, %f0') C A quasi nop running in the FA pipe
H A Dsubmul_1.asm80 define(`fanop', `fitod %f18, %f0') C A quasi nop running in the FA pipe
H A Dmul_1.asm80 define(`fanop', `fitod %f18, %f0') C A quasi nop running in the FA pipe
H A Dsqr_diagonal.asm84 define(`fanop',`fitod %f12,%f10') dnl A quasi nop running in the FA pipe
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/metag/
H A Dmetafpu21ext.d36 .*: f3098000 FA CMP FX\.6,FX\.0
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtypecons.d4350 alias FA = FunctionAttribute;
4365 if (atts & FA.ref_) rtype ~= "ref ";
4376 if (atts & FA.pure_ ) poatts ~= " pure";
4377 if (atts & FA.nothrow_) poatts ~= " nothrow";
4378 if (atts & FA.property) poatts ~= " @property";
4379 if (atts & FA.safe ) poatts ~= " @safe";
4380 if (atts & FA.trusted ) poatts ~= " @trusted";
5161 alias FA = FunctionAttribute;
5182 ((FA0 ^ FA1) & (FA.ref_ | FA
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp2593 if (FinalAttr *FA = CXXBaseDecl->getAttr<FinalAttr>()) {
2596 << FA->isSpelledAsSealed();
2598 << CXXBaseDecl->getDeclName() << FA->getRange();
3057 } else if (FinalAttr *FA = D->getAttr<FinalAttr>()) {
3058 Diag(FA->getLocation(),
3060 << (FA->isSpelledAsSealed() ? "sealed" : "final")
3078 if (FinalAttr *FA = D->getAttr<FinalAttr>()) {
3079 Diag(FA->getLocation(),
3081 << (FA->isSpelledAsSealed() ? "sealed" : "final")
3082 << FixItHint::CreateRemoval(FA
[all...]
H A DSemaChecking.cpp7436 for (const auto *FA : ND->specific_attrs<FormatArgAttr>()) {
7437 const Expr *Arg = CE->getArg(FA->getFormatIdx().getASTIndex());
7470 if (const auto *FA = MD->getAttr<FormatArgAttr>()) {
7486 const Expr *Arg = ME->getArg(FA->getFormatIdx().getASTIndex());
H A DSemaDecl.cpp2578 else if (const auto *FA = dyn_cast<FormatAttr>(Attr))
2579 NewAttr = S.mergeFormatAttr(D, *FA, FA->getType(), FA->getFormatIdx(),
2580 FA->getFirstArg());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFGraph.cpp862 NodeAddr<FuncNode*> FA = newNode(NodeAttrs::Code | NodeAttrs::Func); local
863 FA.Addr->setCode(MF);
864 return FA;
/netbsd-current/external/apache2/mDNSResponder/dist/mDNSShared/
H A DCommonServices.h1516 #define HEX_DIGIT_11111010 FA
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A DpeXXigen.c656 #define FA(x) (((x) + fa -1 ) & (- fa))
660 aouthdr_in->bsize = FA (aouthdr_in->bsize);
703 int rounded = FA (sec->size);
729 + SA (FA (pei_section_data (abfd, sec)->virt_size)));
655 #define FA macro
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A DpeXXigen.c657 #define FA(x) (((x) + fa -1 ) & (- fa))
661 aouthdr_in->bsize = FA (aouthdr_in->bsize);
704 int rounded = FA (sec->size);
730 + SA (FA (pei_section_data (abfd, sec)->virt_size)));
656 #define FA macro
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A DpeXXigen.c656 #define FA(x) (((x) + fa -1 ) & (- fa))
660 aouthdr_in->bsize = FA (aouthdr_in->bsize);
703 int rounded = FA (sec->size);
729 + SA (FA (pei_section_data (abfd, sec)->virt_size)));
655 #define FA macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/sparc64/ultrasparc1234/
H A Dmul_1.asm66 C 10 FA
H A Daddmul_2.asm69 C FA 10 18 10 18
H A Daddmul_1.asm67 C 10 FA
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A DpeXXigen.c639 #define FA(x) (((x) + fa -1 ) & (- fa))
643 aouthdr_in->bsize = FA (aouthdr_in->bsize);
686 int rounded = FA (sec->size);
712 + SA (FA (pei_section_data (abfd, sec)->virt_size)));
638 #define FA macro
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp919 if (const Argument *FA = dyn_cast<Argument>(V))
920 return new SlotTracker(FA->getParent());
2635 void printArgument(const Argument *FA, AttributeSet Attrs);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp2895 for (auto &FA : F.args())
2896 createSingletonCongruenceClass(&FA);
H A DLoopStrengthReduce.cpp4623 // Return true if Formula FA is better than Formula FB.
4624 auto IsBetterThan = [&](Formula &FA, Formula &FB) {
4630 for (const SCEV *Reg : FA.BaseRegs) {
4647 CostFA.RateFormula(FA, Regs, VisitedRegs, LU);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2715 SDValue FA = DAG.getNode(
2718 Results.push_back(DAG.getNode(ISD::ADD, dl, FA.getValueType(),
2719 FA, Offset));
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Ddate.d9569 alias FA = FunctionAttribute;
9570 static assert((functionAttributes!add & FA.ref_) != 0);
9571 static assert((functionAttributes!sub & FA.ref_) != 0);
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Ddate.d10060 alias FA = FunctionAttribute;
10061 static assert((functionAttributes!add & FA.ref_) != 0);
10062 static assert((functionAttributes!sub & FA.ref_) != 0);

Completed in 638 milliseconds

123