/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_inst.h | 57 #define FC(name, hi4, lo4, hi12, lo12, assertions) \ macro 82 #define F(name, hi4, lo4, hi12, lo12) FC(name, hi4, lo4, hi12, lo12, true) 301 FC(branch_control, /* 4+ */ 28, 28, /* 12+ */ 33, 33, devinfo->ver >= 8) 302 FC(acc_wr_control, /* 4+ */ 28, 28, /* 12+ */ 33, 33, devinfo->ver >= 6) 303 FC(mask_control_ex, /* 4+ */ 28, 28, /* 12+ */ -1, -1, devinfo->verx10 == 45 || 306 FC(math_function, /* 4+ */ 27, 24, /* 12+ */ 95, 92, devinfo->ver >= 6) 409 FC(3src_a1_src2_subreg_nr, /* 4+ */ 117, 113, /* 12+ */ 119, 115, devinfo->ver >= 10) 410 FC(3src_a1_src2_hstride, /* 4+ */ 112, 111, /* 12+ */ 113, 112, devinfo->ver >= 10) 412 FC(3src_a1_src2_hw_type, /* 4+ */ 108, 106, /* 12+ */ 82, 80, devinfo->ver >= 10) 415 FC( 1326 #undef FC global() macro 1362 #define FC global() macro [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | IRSymtab.cpp | 347 FileContents FC; in upgrade() local 365 if (Error E = build(Mods, FC.Symtab, StrtabBuilder, Alloc)) in upgrade() 369 FC.Strtab.resize(StrtabBuilder.getSize()); in upgrade() 370 StrtabBuilder.write((uint8_t *)FC.Strtab.data()); in upgrade() 372 FC.TheReader = {{FC.Symtab.data(), FC.Symtab.size()}, in upgrade() 373 {FC.Strtab.data(), FC.Strtab.size()}}; in upgrade() 374 return std::move(FC); in upgrade() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugChecksumsSubsection.cpp | 95 for (const auto &FC : Checksums) { in commit() 97 Header.ChecksumKind = uint8_t(FC.Kind); in commit() 98 Header.ChecksumSize = FC.Checksum.size(); in commit() 99 Header.FileNameOffset = FC.FileNameOffset; in commit() 102 if (auto EC = Writer.writeArray(makeArrayRef(FC.Checksum))) in commit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopFuse.cpp | 286 LLVM_DEBUG(dbgs() << "FC has invalid CFG requirements!\n"); in isEligibleForFusion() 404 const FusionCandidate &FC) { in operator <<() 405 if (FC.isValid()) in operator <<() 406 OS << FC.Preheader->getName(); in operator <<() 415 for (const FusionCandidate &FC : CandSet) in operator <<() 416 OS << FC << '\n'; in operator <<() local 1078 /// Check that the guard for \p FC *only* contains the cmp/branch for the 1083 bool isEmptyGuardBlock(const FusionCandidate &FC) const { in isEmptyGuardBlock() 1084 assert(FC.GuardBranch && "Expecting a fusion candidate with guard branch."); in isEmptyGuardBlock() 1085 if (auto *CmpInst = dyn_cast<Instruction>(FC in isEmptyGuardBlock() 403 operator <<(llvm::raw_ostream &OS, const FusionCandidate &FC) operator <<() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | RDFCopy.cpp | 197 auto FC = CopyMap.find(IA.Id); in run() local 198 if (FC != CopyMap.end()) { in run() 200 auto &M = FC->second; in run()
|
H A D | HexagonISelDAGToDAGHVX.cpp | 1951 PermNetwork::Controls FC, RC; 1962 if (FN.run(FC)) { 1963 SDValue Ctl = getVectorConstant(FC, dl); 1978 if (BN.run(FC, RC)) { 1979 SDValue CtlF = getVectorConstant(FC, dl);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFFormValue.cpp | 206 bool DWARFFormValue::isFormClass(DWARFFormValue::FormClass FC) const { in isFormClass() 209 DWARF5FormClasses[Form] == FC) in isFormClass() 214 return (FC == FC_Reference); in isFormClass() 216 return (FC == FC_Address); in isFormClass() 219 return (FC == FC_String); in isFormClass() 224 if (FC == FC_SectionOffset) { in isFormClass()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Constants.cpp | 1615 if (Constant *FC = ConstantFoldCastInstruction(opc, C, Ty)) in getFoldedCast() 1616 return FC; in getFoldedCast() 1923 if (Constant *FC = ConstantFoldUnaryInstruction(Opcode, C)) in get() 1924 return FC; in get() 1982 if (Constant *FC = ConstantFoldBinaryInstruction(Opcode, C1, C2)) in get() 1983 return FC; in get() 2085 if (Constant *FC = in getGetElementPtr() 2087 return FC; // Fold a few common cases. in getGetElementPtr() 2139 if (Constant *FC = ConstantFoldCompareInstruction(pred, LHS, RHS)) in getICmp() 2140 return FC; // Fol in getICmp() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | GCOV.cpp | 921 for (const auto &FC : FuncCoverages) { 922 const GCOVCoverage &Coverage = FC.second; 931 for (const auto &FC : FileCoverages) { 932 const std::string &Filename = FC.first; 933 const GCOVCoverage &Coverage = FC.second;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | R600Defines.h | 34 FC = (1 << 3), enumerator
|
H A D | SIFoldOperands.cpp | 531 if (llvm::find_if(FoldList, [UseMI](const FoldCandidate &FC) { in tryToFoldACImm() 532 return FC.UseMI == UseMI; }) != FoldList.end()) in tryToFoldACImm() 655 FoldCandidate FC = FoldCandidate(Use->getParent(), in foldOperand() local 657 CopyUses.push_back(FC); in foldOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolutionExpressions.h | 640 FindClosure FC(Pred); in SCEVExprContains() 641 visitAll(Root, FC); in SCEVExprContains() 642 return FC.Found; in SCEVExprContains()
|
/third_party/ffmpeg/tests/fate/ |
H A D | dca.mak | 53 fate-dca-x96_xxch_71_24_96_3840-dmix_6: CMD = ffmpeg -request_channel_layout "FL|FR|FC|LFE|SL|SR" -i $(TARGET_SAMPLES)/dts/dcadec-suite/x96_xxch_71_24_96_3840.dtshd -f f32le -af aresample -
|
H A D | cover-art.mak | 58 fate-cover-art-flac-remux: CMD = transcode mov $(TARGET_SAMPLES)/lossless-audio/inside.m4a flac "-map 0 -map 1:v -map 1:v -af channelmap=channel_layout=FL+FC,aresample -c:a flac -multi_dim_quant 1 -c:v:0 copy -metadata:s:v:0 comment=Illustration -metadata:s:v:0 title=OpenMusic -filter:v:1 scale -c:v:1 png -metadata:s:v:1 title=landscape -c:v:2 copy -filter:v:3 scale -metadata:s:v:2 title=portrait -c:v:3 bmp -metadata:s:v:3 comment=Conductor -c:v:4 copy -t 0.4" "-map 0 -map 0:a -c:a:0 copy -c:v copy" "-show_entries format_tags:stream_tags:stream_disposition=attached_pic:stream=index,codec_name" "-f ogg -i $(TARGET_SAMPLES)/cover_art/ogg_vorbiscomment_cover.opus"
|
H A D | ac3.mak | 23 fate-ac3-5.1-downmix-mono: CMD = pcm -downmix FC -i $(TARGET_SAMPLES)/ac3/monsters_inc_5.1_448_small.ac3
|
H A D | filter-audio.mak | 139 fate-filter-pan-mono1: CMD = framecrc -ss 3.14 -i $(SRC) -frames:a 20 -filter:a "pan=mono|FC=FL" 179 fate-filter-pan-downmix1: CMD = framecrc -ss 3.14 -i $(SRC) -frames:a 20 -filter:a "pan=2c|FL<FL+0.5*FC+0.6*BL+0.6*SL|FR<FR+0.5*FC+0.6*BR+0.6*SR"
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | sse-instr.h | 21 V(paddb, 66, 0F, FC) \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFFormValue.h | 78 bool isFormClass(FormClass FC) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ScalarEvolutionExpander.cpp | 262 if (const SCEVConstant *FC = dyn_cast<SCEVConstant>(Factor)) { in FactorOutConstant() 264 ConstantInt::get(SE.getContext(), C->getAPInt().sdiv(FC->getAPInt())); in FactorOutConstant() 272 Remainder, SE.getConstant(C->getAPInt().srem(FC->getAPInt()))); in FactorOutConstant() 283 const SCEVConstant *FC = cast<SCEVConstant>(Factor); in FactorOutConstant() local 285 if (!C->getAPInt().srem(FC->getAPInt())) { in FactorOutConstant() 287 NewMulOps[0] = SE.getConstant(C->getAPInt().sdiv(FC->getAPInt())); in FactorOutConstant()
|
/third_party/mbedtls/library/ |
H A D | aes.c | 140 V(60, 20, 20, 40), V(1F, FC, FC, E3), V(C8, B1, B1, 79), V(ED, 5B, 5B, B6), \ 153 V(57, C4, C4, 93), V(F2, A7, A7, 55), V(82, 7E, 7E, FC), V(47, 3D, 3D, 7A), \ 182 V(CB, B0, B0, 7B), V(FC, 54, 54, A8), V(D6, BB, BB, 6D), V(3A, 16, 16, 2C) 249 V(FC, D7, E5, 4F), V(D7, CB, 2A, C5), V(80, 44, 35, 26), V(8F, A3, 62, B5), \ 280 V(76, 29, 43, 8B), V(DC, C6, 23, CB), V(68, FC, ED, B6), V(63, F1, E4, B8), \ 285 V(C4, 8C, FC, A8), V(1A, 3F, F0, A0), V(D8, 2C, 7D, 56), V(EF, 90, 33, 22), \ 296 V(37, BC, 4E, 74), V(A6, CA, 82, FC), V(B0, D0, 90, E0), V(15, D8, A7, 33), \
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | sse-instr.h | 102 V(paddb, 66, 0F, FC) \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.cpp | 115 const DebugChecksumsSubsectionRef &FC); 567 const DebugChecksumsSubsectionRef &FC) { in fromCodeViewSubsection() 570 for (const auto &CS : FC) { in fromCodeViewSubsection() 565 fromCodeViewSubsection( const DebugStringTableSubsectionRef &Strings, const DebugChecksumsSubsectionRef &FC) fromCodeViewSubsection() argument
|
H A D | CodeViewYAMLSymbols.cpp | 175 IO &io, FrameCookieKind &FC) { in enumeration() 178 io.enumCase(FC, E.Name.str().c_str(), in enumeration() 174 enumeration( IO &io, FrameCookieKind &FC) enumeration() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 115 /// select (icmp eq (and X, C1)), TC, FC 116 /// iff C1 is a power 2 and the difference between TC and FC is a power-of-2. 118 /// (shr (and (X, C1)), (log2(C1) - log2(TC-FC))) + FC 120 /// (shl (and (X, C1)), (log2(TC-FC) - log2(C1))) + FC 121 /// With some variations depending if FC is larger than TC, or the shift 165 APInt FC = *SelFC; in foldSelectICmpAnd() local 166 if (!TC.isNullValue() && !FC.isNullValue()) { in foldSelectICmpAnd() 170 if (TC.getBitWidth() != AndMask.getBitWidth() || (TC ^ FC) ! in foldSelectICmpAnd() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 1804 uint64_t TC, FC; in getNodeLabel() local 1805 bool HasProf = I->extractProfMetadata(TC, FC); in getNodeLabel() 1809 OS << TC << ", F = " << FC << " }\\l"; in getNodeLabel() local
|