| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | InterleavedAccessPass.cpp | 294 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/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
| D | bind.h | 68 static const UntypedFormatSpecImpl& Extract(const T& s) { in Extract() function
|
| D | bind_test.cc | 29 bool Extract(const char *s, UnboundConversion *props, int *next) const { in Extract() function in absl::str_format_internal::__anon59d1147e0111::FormatBindTest
|
| D | extension.h | 51 static FormatRawSinkImpl Extract(T s) { in Extract() function 118 static FormatSinkImpl* Extract(T* s) { in Extract() function
|
| /third_party/protobuf/third_party/abseil-cpp/absl/strings/internal/str_format/ |
| D | bind.h | 73 static const UntypedFormatSpecImpl& Extract(const T& s) { in Extract() function
|
| D | extension.h | 51 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/ |
| D | BinaryStreamArray.h | 243 Extractor Extract; variable
|
| /third_party/skia/third_party/externals/libwebp/tests/fuzzer/ |
| D | fuzz_utils.h | 49 static WEBP_INLINE uint32_t Extract(uint32_t max_value, in Extract() function
|
| /third_party/skia/m133/third_party/externals/libwebp/tests/fuzzer/ |
| D | fuzz_utils.h | 60 static WEBP_INLINE uint32_t Extract(uint32_t max_value, in Extract() function
|
| /third_party/rust/crates/log/src/kv/ |
| D | value.rs | 991 struct Extract(Option<u64>); in test_visit_integer() struct 993 impl<'v> Visit<'v> for Extract { in test_visit_integer() implementation 1013 struct Extract<'v>(Option<&'v str>); in test_visit_borrowed_str() struct 1015 impl<'v> Visit<'v> for Extract<'v> { in test_visit_borrowed_str() implementation
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyLateEHPrepare.cpp | 270 for (auto *Extract : ExtractInstrs) { in addExceptionExtraction() local
|
| D | WebAssemblyISelLowering.cpp | 1280 const SDValue &Extract = Op.getOperand(0); in LowerSIGN_EXTEND_INREG() local
|
| /third_party/lzma/CPP/7zip/UI/Common/ |
| D | Extract.cpp | 270 HRESULT Extract( in Extract() function
|
| /third_party/grpc/src/core/ext/transport/chaotic_good/server/ |
| D | chaotic_good_server.cc | 217 ChaoticGoodServerListener::DataConnectionListener::Extract( in Extract() function in grpc_core::chaotic_good::ChaoticGoodServerListener::DataConnectionListener
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonTargetTransformInfo.cpp | 119 bool Extract) { in getScalarizationOverhead()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
| D | LoadStoreVectorizer.cpp | 1054 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/ |
| D | SeparateConstOffsetFromGEP.cpp | 736 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/ |
| D | AArch64InstructionSelector.cpp | 1706 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/skia/third_party/externals/swiftshader/src/Reactor/ |
| D | SubzeroReactor.cpp | 2250 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
|
| D | Reactor.cpp | 2003 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/re2/ |
| D | re2.cc | 537 bool RE2::Extract(absl::string_view text, in Extract() function in re2::RE2
|
| /third_party/re2/util/ |
| D | pcre.cc | 400 bool PCRE::Extract(absl::string_view text, const PCRE& pattern, in Extract() function in re2::PCRE
|
| /third_party/grpc/test/cpp/ext/otel/ |
| D | otel_plugin_test.cc | 82 struct Extract<const T<U>> { struct 83 using Type = U;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | BasicTTIImpl.h | 569 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/ |
| D | MachineIRBuilder.cpp | 520 auto Extract = buildInstr(TargetOpcode::G_EXTRACT); in buildExtract() local
|