HomeSort by: relevance | last modified time | path
    Searched defs:FC (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
Reproducer.h 58 std::shared_ptr<FileCollector> FC;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTDumper.cpp 252 const auto *FC = dyn_cast<FullComment>(this);
253 if (!FC)
256 Dumper.Visit(FC, FC);
261 const auto *FC = dyn_cast<FullComment>(this);
262 if (!FC)
265 Dumper.Visit(FC, FC);
269 const auto *FC = dyn_cast<FullComment>(this);
270 if (!FC)
    [all...]
CommentSema.cpp 548 FullComment *FC = new (Allocator) FullComment(Blocks, ThisDeclInfo);
549 resolveParamCommandIndexes(FC);
562 return FC;
732 void Sema::resolveParamCommandIndexes(const FullComment *FC) {
749 for (Comment::child_iterator I = FC->child_begin(), E = FC->child_end();
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
RDFCopy.cpp 197 auto FC = CopyMap.find(IA.Id);
198 if (FC != CopyMap.end()) {
200 auto &M = FC->second;
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXComment.cpp 36 const FullComment *FC = Context.getCommentForDecl(D, /*PP=*/nullptr);
38 return createCXComment(FC, getCursorTU(C));
380 const FullComment *FC = getASTNodeAs<FullComment>(CXC);
381 if (!FC)
390 ->convertCommentToHTML(FC, HTML, cxtu::getASTUnit(TU)->getASTContext());
395 const FullComment *FC = getASTNodeAs<FullComment>(CXC);
396 if (!FC)
405 ->convertCommentToXML(FC, XML, cxtu::getASTUnit(TU)->getASTContext());
  /src/external/apache2/llvm/dist/llvm/lib/Object/
IRSymtab.cpp 360 FileContents FC;
378 if (Error E = build(Mods, FC.Symtab, StrtabBuilder, Alloc))
382 FC.Strtab.resize(StrtabBuilder.getSize());
383 StrtabBuilder.write((uint8_t *)FC.Strtab.data());
385 FC.TheReader = {{FC.Symtab.data(), FC.Symtab.size()},
386 {FC.Strtab.data(), FC.Strtab.size()}};
387 return std::move(FC);
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
InputFile.cpp 214 auto FC = ChecksumsByFile.find(File);
215 if (FC == ChecksumsByFile.end()) {
221 formatChecksumKind(FC->getValue().Kind),
222 toHex(FC->getValue().Checksum), File);
  /src/share/mk/
sys.mk 89 FC?= f77
92 COMPILE.f?= ${FC} ${FFLAGS} -c
93 LINK.f?= ${FC} ${FFLAGS} ${LDSTATIC} ${LDFLAGS}
95 COMPILE.F?= ${FC} ${FFLAGS} ${CPPFLAGS} -c
96 LINK.F?= ${FC} ${FFLAGS} ${LDSTATIC} ${LDFLAGS}
98 COMPILE.r?= ${FC} ${FFLAGS} ${RFLAGS} -c
99 LINK.r?= ${FC} ${FFLAGS} ${RFLAGS} ${LDSTATIC} ${LDFLAGS}
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_stream_encoder.c 1081 * FC - Front Center
1088 * FC
1103 * 0b00001011 - - - - FC - FR FL
1104 * 0b00001111 - - - - FC LFE FR FL
1107 * 0b00011011 - - - RC FC - FR FL
1108 * 0b00011111 - - - RC FC LFE FR FL
1111 * 0b00111011 - - RR RL FC - FR FL
1112 * 0b00111111 - - RR RL FC LFE FR FL
1115 * 0b01111011 - RC RR RL FC - FR FL
1116 * 0b01111111 - RC RR RL FC LFE FR F
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_stream_encoder.c 1040 * FC - Front Center
1047 * FC
1062 * 0b00001011 - - - - FC - FR FL
1063 * 0b00001111 - - - - FC LFE FR FL
1066 * 0b00011011 - - - RC FC - FR FL
1067 * 0b00011111 - - - RC FC LFE FR FL
1070 * 0b00111011 - - RR RL FC - FR FL
1071 * 0b00111111 - - RR RL FC LFE FR FL
1074 * 0b01111011 - RC RR RL FC - FR FL
1075 * 0b01111111 - RC RR RL FC LFE FR F
    [all...]
  /src/usr.sbin/lpr/common_source/
common.c 75 long FC; /* flags to clear if lp is a tty */
  /src/external/apache2/llvm/dist/clang/lib/Index/
CommentToXML.cpp 221 CommentASTToHTMLConverter(const FullComment *FC,
224 FC(FC), Result(Str), Traits(Traits)
253 const FullComment *FC;
362 appendToResultWithHTMLEscaping(C->getParamName(FC));
393 appendToResultWithHTMLEscaping(C->getParamName(FC));
532 CommentASTToXMLConverter(const FullComment *FC,
536 FC(FC), Result(Str), Traits(Traits), SM(SM) { }
567 const FullComment *FC;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
R600Defines.h 32 FC = (1 << 3),
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopFuse.cpp 321 LLVM_DEBUG(dbgs() << "FC has invalid CFG requirements!\n");
441 const FusionCandidate &FC) {
442 if (FC.isValid())
443 OS << FC.Preheader->getName();
452 for (const FusionCandidate &FC : CandSet)
453 OS << FC << '\n';
1271 /// Modify the latch branch of FC to be unconditional since successors of the
1273 void simplifyLatchBranch(const FusionCandidate &FC) const {
1274 BranchInst *FCLatchBranch = dyn_cast<BranchInst>(FC.Latch->getTerminator());
  /src/external/gpl3/binutils/dist/opcodes/
alpha-opc.c 220 #define FC (FB + 1)
224 #define ZA (FC + 1)
258 /* The FC field when it can *default* to RA. */
263 /* The FC field when it can *default* to RB. */
666 { "itofs", FP(0x14,0x004), CIX, { RA, ZB, FC } },
669 { "itoff", FP(0x14,0x014), CIX, { RA, ZB, FC } },
670 { "itoft", FP(0x14,0x024), CIX, { RA, ZB, FC } },
1024 { "fclr", FP(0x17,0x020), BASE, { ZA, ZB, FC } }, /* pseudo */
1026 { "fmov", FP(0x17,0x020), BASE, { FA, RBA, FC } }, /* pseudo */
1028 { "fneg", FP(0x17,0x021), BASE, { FA, RBA, FC } }, /* pseudo *
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
alpha-opc.c 220 #define FC (FB + 1)
224 #define ZA (FC + 1)
258 /* The FC field when it can *default* to RA. */
263 /* The FC field when it can *default* to RB. */
666 { "itofs", FP(0x14,0x004), CIX, { RA, ZB, FC } },
669 { "itoff", FP(0x14,0x014), CIX, { RA, ZB, FC } },
670 { "itoft", FP(0x14,0x024), CIX, { RA, ZB, FC } },
1024 { "fclr", FP(0x17,0x020), BASE, { ZA, ZB, FC } }, /* pseudo */
1026 { "fmov", FP(0x17,0x020), BASE, { FA, RBA, FC } }, /* pseudo */
1028 { "fneg", FP(0x17,0x021), BASE, { FA, RBA, FC } }, /* pseudo *
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
alpha-opc.c 220 #define FC (FB + 1)
224 #define ZA (FC + 1)
258 /* The FC field when it can *default* to RA. */
263 /* The FC field when it can *default* to RB. */
666 { "itofs", FP(0x14,0x004), CIX, { RA, ZB, FC } },
669 { "itoff", FP(0x14,0x014), CIX, { RA, ZB, FC } },
670 { "itoft", FP(0x14,0x024), CIX, { RA, ZB, FC } },
1024 { "fclr", FP(0x17,0x020), BASE, { ZA, ZB, FC } }, /* pseudo */
1026 { "fmov", FP(0x17,0x020), BASE, { FA, RBA, FC } }, /* pseudo */
1028 { "fneg", FP(0x17,0x021), BASE, { FA, RBA, FC } }, /* pseudo *
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
alpha-opc.c 220 #define FC (FB + 1)
224 #define ZA (FC + 1)
258 /* The FC field when it can *default* to RA. */
263 /* The FC field when it can *default* to RB. */
666 { "itofs", FP(0x14,0x004), CIX, { RA, ZB, FC } },
669 { "itoff", FP(0x14,0x014), CIX, { RA, ZB, FC } },
670 { "itoft", FP(0x14,0x024), CIX, { RA, ZB, FC } },
1024 { "fclr", FP(0x17,0x020), BASE, { ZA, ZB, FC } }, /* pseudo */
1026 { "fmov", FP(0x17,0x020), BASE, { FA, RBA, FC } }, /* pseudo */
1028 { "fneg", FP(0x17,0x021), BASE, { FA, RBA, FC } }, /* pseudo *
    [all...]
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativePPC_common.c 126 #define FC(fc) ((fc) << 6)
2009 FAIL_IF(push_inst(compiler, SELECT_FOP(op, FMULS, FMUL) | FD(dst_r) | FA(src1) | FC(src2) /* FMUL use FC as src2 */));
  /src/external/apache2/llvm/dist/llvm/lib/Demangle/
MicrosoftDemangle.cpp 1867 FuncClass FC = demangleFunctionClass(MangledName);
1868 FC = FuncClass(ExtraFlags | FC);
1872 if (FC & FC_StaticThisAdjust) {
1875 } else if (FC & FC_VirtualThisAdjust) {
1877 if (FC & FC_VirtualThisAdjustEx) {
1885 if (FC & FC_NoParameterList) {
1891 bool HasThisQuals = !(FC & (FC_Global | FC_Static));
1902 FSN->FunctionClass = FC;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRISelLowering.cpp 2055 const ConstantFPSDNode *FC = dyn_cast<ConstantFPSDNode>(Op);
2056 if (!FC || !FC->isZero())
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 117 /// select (icmp eq (and X, C1)), TC, FC
118 /// iff C1 is a power 2 and the difference between TC and FC is a power-of-2.
120 /// (shr (and (X, C1)), (log2(C1) - log2(TC-FC))) + FC
122 /// (shl (and (X, C1)), (log2(TC-FC) - log2(C1))) + FC
123 /// With some variations depending if FC is larger than TC, or the shift
167 APInt FC = *SelFC;
168 if (!TC.isNullValue() && !FC.isNullValue()) {
172 if (TC.getBitWidth() != AndMask.getBitWidth() || (TC ^ FC) != AndMask
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 2134 uint64_t TC, FC;
2135 bool HasProf = I.extractProfMetadata(TC, FC);
2139 OS << TC << ", F = " << FC << " }\\l";
  /src/external/gpl2/diffutils/dist/src/
diff3.c 62 * FC is the common file, FO the other file.
65 #define FC 1
613 (D_LOWLINE (current[0], FC) > D_LOWLINE (current[1], FC));
619 high_water_mark = D_HIGHLINE (high_water_diff, FC);
635 && D_LOWLINE (other_diff, FC) <= high_water_mark + 1)
658 if (high_water_mark < D_HIGHLINE (other_diff, FC))
662 high_water_mark = D_HIGHLINE (other_diff, FC);
723 lin lowc = D_LOWLINE (using[low_thread], FC);
724 lin highc = D_HIGHLINE (last_using[high_thread], FC);
    [all...]
  /src/external/gpl2/xcvs/dist/diff/
diff3.c 65 * FC is the common file, FO the other file.
68 #define FC 1
725 (D_LOWLINE (current[0], FC) > D_LOWLINE (current[1], FC));
733 base_water_mark = D_LOWLINE (high_water_diff, FC);
736 high_water_mark = D_HIGHLINE (high_water_diff, FC);
752 && D_LOWLINE (other_diff, FC) <= high_water_mark + 1)
775 if (high_water_mark < D_HIGHLINE (other_diff, FC))
779 high_water_mark = D_HIGHLINE (other_diff, FC);
843 int lowc = D_LOWLINE (using[low_thread], FC);
    [all...]

Completed in 57 milliseconds

1 2