Home
last modified time | relevance | path

Searched refs:Extract (Results 1 – 25 of 143) sorted by relevance

123456

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-extract.cpp32 static cl::SubCommand Extract("extract", "Extract instrumentation maps"); variable
35 cl::sub(Extract));
39 cl::sub(Extract));
45 cl::sub(Extract));
50 cl::sub(Extract));
53 cl::sub(Extract));
77 static CommandRegistration Unused(&Extract, []() -> Error { in __anon547534470202()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp291 auto *Extract = dyn_cast<ExtractElementInst>(User); in lowerInterleavedLoad() local
292 if (Extract && isa<ConstantInt>(Extract->getIndexOperand())) { in lowerInterleavedLoad()
293 Extracts.push_back(Extract); in lowerInterleavedLoad()
425 for (auto *Extract : Extracts) { in tryReplaceExtracts() local
436 if (!DT->dominates(Shuffle, Extract)) in tryReplaceExtracts()
448 ReplacementMap[Extract] = std::make_pair(Shuffle, I); in tryReplaceExtracts()
453 if (ReplacementMap.count(Extract)) in tryReplaceExtracts()
459 if (!ReplacementMap.count(Extract)) in tryReplaceExtracts()
466 auto *Extract = Replacement.first; in tryReplaceExtracts() local
469 Builder.SetInsertPoint(Extract); in tryReplaceExtracts()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DOverflowInstAnalysis.cpp34 auto *Extract = dyn_cast<ExtractValueInst>(V); in isCheckForZeroAndMulWithOverflow() local
36 if (!Extract || !Extract->getIndices().equals(1)) in isCheckForZeroAndMulWithOverflow()
39 II = dyn_cast<IntrinsicInst>(Extract->getAggregateOperand()); in isCheckForZeroAndMulWithOverflow()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamArray.h165 : IterRef(Array.Stream.drop_front(Offset)), Extract(E), in VarStreamArrayIterator()
170 auto EC = Extract(IterRef, ThisLen, ThisValue); in VarStreamArrayIterator()
179 explicit VarStreamArrayIterator(const Extractor &E) : Extract(E) {} in VarStreamArrayIterator()
214 auto EC = Extract(IterRef, ThisLen, ThisValue);
244 Extractor Extract; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrSystem.td20 // Extract PSW.
74 // Extract primary ASN (and instance).
80 // Extract secondary ASN (and instance).
92 // Extract and set extended authority.
301 // Extract stacked registers.
307 // Extract stacked state.
378 // Extract CPU attribute.
382 // Extract CPU time.
448 // Extract coprocessor-group address.
452 // Extract CPU counter.
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugRanges.h24 void Extract(DWARFContext &context);
H A DDWARFDebugRanges.cpp18 void DWARFDebugRanges::Extract(DWARFContext &context) { in Extract() function in DWARFDebugRanges
H A DDWARFDebugInfoEntry.h52 bool Extract(const DWARFDataExtractor &data, const DWARFUnit *cu,
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp212 Extract, ///< Extract files back to file system enumerator
359 Operation = Extract; in parseCommandLine()
460 if (Operation != Extract && Operation != Delete) in parseCommandLine()
463 if (OriginalDates && Operation != Extract) in parseCommandLine()
471 if (Operation != Extract) in parseCommandLine()
632 case Extract: in shouldCreateArchive()
692 if (Operation == Extract && OldArchive->isThin()) in performReadOperation()
728 case Extract: in performReadOperation()
1116 case Extract: in performOperation()
/freebsd-14.2/contrib/one-true-awk/
H A DTODO9 A. Extract beebe.tar into separate file and update scripts
/freebsd-14.2/contrib/less/
H A DFREEBSD-upgrade6 3. Extract new code to, say, less/lessv429
/freebsd-14.2/cddl/usr.sbin/dwatch/libexec/
H A Drw47 * Extract string from temporary memory
/freebsd-14.2/usr.sbin/bsdconfig/dot/
H A DUSAGE123 Extract each page of the poster into a separate PNG file:
135 Extract a single page of the poster into a separate PostScript file for
/freebsd-14.2/contrib/libxo/doc/
H A Dxolint.rst22 -X Extract samples from xolint, suitable for testing
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonScheduleV60.td52 // S0123| CVI_VA_EXT Extract |
H A DHexagonTargetTransformInfo.cpp142 VectorType *Ty, const APInt &DemandedElts, bool Insert, bool Extract, in getScalarizationOverhead() argument
144 return BaseT::getScalarizationOverhead(Ty, DemandedElts, Insert, Extract, in getScalarizationOverhead()
H A DHexagonTargetTransformInfo.h108 bool Insert, bool Extract,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h88 lldb::offset_t Extract(const lldb_private::DataExtractor &data,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DREADME_P9.txt11 - Vector Extract Unsigned: vextractub vextractuh vextractuw vextractd
19 - Vector Extract Unsigned Byte Left/Right-Indexed:
392 - Extract Exponent/Significand DP/QP: xsxexpdp xsxsigdp xsxexpqp xsxsigqp
413 - Vector Extract Unsigned Word: xxextractuw
433 - Vector Extract Exponent/Significand DP/SP: xvxexpdp xvxexpsp xvxsigdp xvxsigsp
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1899 const SDValue &Extract = Op.getOperand(0); in LowerSIGN_EXTEND_INREG() local
1900 MVT VecT = Extract.getOperand(0).getSimpleValueType(); in LowerSIGN_EXTEND_INREG()
1911 const SDNode *Index = Extract.getOperand(1).getNode(); in LowerSIGN_EXTEND_INREG()
1921 ISD::EXTRACT_VECTOR_ELT, DL, Extract.getValueType(), in LowerSIGN_EXTEND_INREG()
2518 auto Extract = N->getOperand(0); in performVectorExtendCombine() local
2519 if (Extract.getOpcode() != ISD::EXTRACT_SUBVECTOR) in performVectorExtendCombine()
2521 auto Source = Extract.getOperand(0); in performVectorExtendCombine()
2522 auto *IndexNode = dyn_cast<ConstantSDNode>(Extract.getOperand(1)); in performVectorExtendCombine()
2531 if (Extract.getValueType() != MVT::v8i8 || in performVectorExtendCombine()
2535 if (Extract.getValueType() != MVT::v4i16 || in performVectorExtendCombine()
[all …]
/freebsd-14.2/sys/dev/hpt27xx/
H A DREADME64 2) Extract the driver files under the kernel source tree:
146 2) Extract the driver files under the kernel source tree:
/freebsd-14.2/sys/dev/hptmv/
H A Dreadme.txt61 2) Extract the driver files under the kernel source tree:
151 2) Extract the driver files under the kernel source tree:
/freebsd-14.2/sys/dev/hptnr/
H A DREADME67 2) Extract the driver files under the kernel source tree:
149 2) Extract the driver files under the kernel source tree:
/freebsd-14.2/crypto/heimdal/lib/ntlm/
H A DChangeLog86 * ntlm.c: Extract the infotarget from the answer.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2766 if (!Extract) in select()
3230 if (!Extract) in select()
4127 if (!Extract) in selectExtractElt()
4153 MachineInstr *Extract = in selectSplitVectorUnmerge() local
4155 if (!Extract) in selectSplitVectorUnmerge()
5335 if (!Extract || !mi_match(Extract->getOperand(2).getReg(), MRI, m_ICst(Lane))) in selectUSMovFromExtend()
5337 Register Src0 = Extract->getOperand(1).getReg(); in selectUSMovFromExtend()
7606 while (Extract && Extract->MI->getOpcode() == TargetOpcode::G_BITCAST && in selectExtractHigh()
7608 Extract = in selectExtractHigh()
7610 if (!Extract) in selectExtractHigh()
[all …]

123456