Home
last modified time | relevance | path

Searched defs:Extract (Results 1 – 25 of 47) sorted by relevance

12

/third_party/boost/libs/hana/include/boost/hana/
Dextract.hpp25 using Extract = BOOST_HANA_DISPATCH_IF(extract_impl<W>, in operator ()() typedef
/third_party/boost/boost/hana/
Dextract.hpp25 using Extract = BOOST_HANA_DISPATCH_IF(extract_impl<W>, in operator ()() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInterleavedAccessPass.cpp294 auto *Extract = dyn_cast<ExtractElementInst>(*UI); in lowerInterleavedLoad() local
366 for (auto *Extract : Extracts) { in tryReplaceExtracts() local
407 auto *Extract = Replacement.first; in tryReplaceExtracts() local
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DCompletionRegistry.cs86 public IOpCompletionCallback Extract(IntPtr key) in Extract() method in Grpc.Core.Internal.CompletionRegistry
/third_party/abseil-cpp/absl/strings/internal/str_format/
Dbind.h54 static const UntypedFormatSpecImpl& Extract(const T& s) { in Extract() function
Dbind_test.cc15 bool Extract(const char *s, UnboundConversion *props, int *next) const { in Extract() function in absl::str_format_internal::__anon756c7ac90111::FormatBindTest
Dextension.h51 static FormatRawSinkImpl Extract(T s) { in Extract() function
118 static FormatSinkImpl* Extract(T* s) { in Extract() function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dbind.h68 static const UntypedFormatSpecImpl& Extract(const T& s) { in Extract() function
Dbind_test.cc29 bool Extract(const char *s, UnboundConversion *props, int *next) const { in Extract() function in absl::str_format_internal::__anoncfc33d1e0111::FormatBindTest
Dextension.h51 static FormatRawSinkImpl Extract(T s) { in Extract() function
118 static FormatSinkImpl* Extract(T* s) { in Extract() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamArray.h243 Extractor Extract; variable
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
Dfuzz_utils.h49 static WEBP_INLINE uint32_t Extract(uint32_t max_value, in Extract() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLateEHPrepare.cpp270 for (auto *Extract : ExtractInstrs) { in addExceptionExtraction() local
DWebAssemblyISelLowering.cpp1280 const SDValue &Extract = Op.getOperand(0); in LowerSIGN_EXTEND_INREG() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp119 bool Extract) { in getScalarizationOverhead()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp1054 Value *Extract = Builder.CreateExtractElement(Store->getValueOperand(), in vectorizeStoreChain() local
1067 Value *Extract = Store->getValueOperand(); in vectorizeStoreChain() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp736 Value *ConstantOffsetExtractor::Extract(Value *Idx, GetElementPtrInst *GEP, in Extract() function in ConstantOffsetExtractor
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstructionSelector.cpp1706 MachineInstr *Extract = emitExtractVectorElt( in select() local
2097 MachineInstr *Extract = emitExtractVectorElt( in select() local
2991 MachineInstr *Extract = emitExtractVectorElt(DstReg, DstRB, NarrowTy, SrcReg, in selectExtractElt() local
3021 MachineInstr *Extract = in selectSplitVectorUnmerge() local
/third_party/re2/re2/
Dre2.cc457 bool RE2::Extract(const StringPiece& text, in GlobalReplace() function in re2::RE2
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp2250 RValue<Byte> Extract(RValue<Byte8> val, int i) in Extract() function
2321 RValue<SByte> Extract(RValue<SByte8> val, int i) in Extract() function
2836 RValue<UShort> Extract(RValue<UShort4> val, int i) in Extract() function
3056 RValue<Short> Extract(RValue<Short8> val, int i) in Extract() function
3133 RValue<UShort> Extract(RValue<UShort8> val, int i) in Extract() function
DReactor.cpp2003 RValue<Short> Extract(RValue<Short4> val, int i) in Extract() function
3096 RValue<Int> Extract(RValue<Int2> val, int i) in Extract() function
3247 RValue<UInt> Extract(RValue<UInt2> val, int i) in Extract() function
3487 RValue<Int> Extract(RValue<Int4> x, int i) in Extract() function
3729 RValue<UInt> Extract(RValue<UInt4> x, int i) in Extract() function
4242 RValue<Float> Extract(RValue<Float4> x, int i) in Extract() function
/third_party/re2/util/
Dpcre.cc456 bool PCRE::Extract(const StringPiece &text, in Extract() function in re2::PCRE
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h569 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) { in getScalarizationOverhead()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp520 auto Extract = buildInstr(TargetOpcode::G_EXTRACT); in buildExtract() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h317 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) { in getScalarizationOverhead()

12