Home
last modified time | relevance | path

Searched refs:std (Results 19501 - 19525 of 20229) sorted by relevance

1...<<781782783784785786787788789790>>...810

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp626 I = &*std::next(I->getIterator()); in setInsertionPoint()
762 static std::pair<Value *, Value *>
819 std::tie(PtrBase, Index) = getAsConstantIndexedAddress(GEPLHS, DL); in transformToIndexedCompare()
2641 std::swap(EqualVal, UnequalVal); in matchThreeWayIntCompare()
2653 std::swap(LHS2, RHS2); in matchThreeWayIntCompare()
2668 std::swap(Less, Greater); in matchThreeWayIntCompare()
3504 std::swap(XShift, YShift); in foldShiftIntoShiftInAnotherHandOfAndInICmp()
4080 std::swap(Op0, X); in foldICmpWithMinMax()
4509 std::swap(LHS, RHS); in OptimizeOverflowCheck()
5186 llvm::Optional<std
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dlocnmtst.cpp516 std::string utf8; in VerifyNoSubstitute()
570 std::unique_ptr<LocaleDisplayNames> ldn(LocaleDisplayNames::createInstance(Locale::getGermany())); in TestSubstituteHandling()
/third_party/node/src/
H A Dspawn_sync.cc956 std::unique_ptr<SyncProcessStdioPipe> h( in AddStdioPipe()
968 stdio_pipes_[child_fd] = std::move(h); in AddStdioPipe()
/third_party/mesa3d/src/intel/isl/tests/
H A Disl_aux_info_test.cpp28 PrintTo(const enum isl_aux_op &op, ::std::ostream* os) { in PrintTo()
130 PrintTo(const enum isl_aux_state &state, ::std::ostream* os) { in PrintTo()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_print.cpp804 for (std::deque<ValueRef>::iterator it = fn->outs.begin(); in visit()
813 for (std::deque<ValueDef>::iterator it = fn->ins.begin(); in visit()
H A Dnv50_ir_build_util.cpp249 const std::vector<Value *> &def, in mkTex()
250 const std::vector<Value *> &src) in mkTex()
/third_party/node/deps/v8/src/compiler/
H A Dheap-refs.h280 friend std::ostream& operator<<(std::ostream& os, const ObjectRef& ref);
H A Dloop-analysis.cc556 std::vector<Node*> queue; in FindSmallInnermostLoopFromHeader()
633 if (std::count(unrollable_builtins, in FindSmallInnermostLoopFromHeader()
/third_party/node/deps/v8/src/ast/
H A Dscopes.h58 VariableMap(VariableMap&& other) V8_NOEXCEPT : ZoneHashMap(std::move(other)) { in move()
62 static_cast<ZoneHashMap&>(*this) = std::move(other);
/third_party/node/deps/v8/src/objects/
H A Dfixed-array-inl.h392 if (std::isnan(value)) { in set()
393 WriteField<double>(offset, std::numeric_limits<double>::quiet_NaN()); in set()
/third_party/node/deps/v8/src/parsing/
H A Dscanner.cc64 std::numeric_limits<size_t>::max() - 1;
66 std::numeric_limits<size_t>::max();
/third_party/node/deps/v8/src/runtime/
H A Druntime-classes.cc127 STATIC_ASSERT((std::is_same<Dictionary, SwissNameDictionary>::value || in KeyToName()
128 std::is_same<Dictionary, NameDictionary>::value)); in KeyToName()
/third_party/node/deps/v8/src/snapshot/
H A Dcode-serializer.cc343 isolate, std::move(off_thread_data_), cached_data_, source, in Finalize()
578 SerializedCodeData::SerializedCodeData(const std::vector<byte>* payload, in SerializedCodeData()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_mem.cpp83 void GDSInstr::do_print(std::ostream& os) const in do_print()
376 void RatInstr::do_print(std::ostream& os) const in do_print()
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dty.rs18 use std::borrow::Cow;
19 use std::io;
/third_party/rust/crates/aho-corasick/src/packed/teddy/
H A Druntime.rs51 use std::arch::x86_64::*;
52 use std::mem;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoCapabilitiesTests.cpp42 using namespace std;
307 std::vector<VkVideoFormatPropertiesKHR> videoFormatProperties (videoFormatPropertiesCount, videoFormatPropertiesKHR); in iterate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp59 std::string SDNode::getOperationName(const SelectionDAG *G) const { in getOperationName()
563 if (std::next(i) != e)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstantsContext.h574 using LookupKey = std::pair<TypeClass *, ValType>;
577 using LookupKeyHashed = std::pair<unsigned, LookupKey>;
/third_party/skia/third_party/externals/angle2/src/libEGL/
H A DlibEGL_autogen.cpp27 std::unique_ptr<angle::Library> &EntryPointsLib() in EntryPointsLib()
29 static angle::base::NoDestructor<std::unique_ptr<angle::Library>> sEntryPointsLib; in EntryPointsLib()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDrawBuffersTest.cpp82 std::stringstream strstr; in setupMRTProgramESSL3()
125 std::stringstream strstr; in setupMRTProgramESSL1()
/third_party/skia/samplecode/
H A DSamplePath.cpp591 fT = std::min(1.0f, std::max(0.0f, fT));
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorSetLayout.cpp46 bindingsArraySize = std::max(bindingsArraySize, pCreateInfo->pBindings[i].binding + 1); in DescriptorSetLayout()
102 bindingsArraySize = std::max(bindingsArraySize, pCreateInfo->pBindings[i].binding + 1); in ComputeRequiredAllocationSize()
/third_party/skia/src/sksl/
H A DSkSLAnalysis.cpp519 std::set<const Variable*> fLoopIndices;
607 for (const std::unique_ptr<ProgramElement>& element : program.fOwnedElements) { in VerifyStaticTestsAndExpressions()
/third_party/skia/tests/
H A DSkVxTest.cpp355 std::iota(values, values + N*4, 0);
391 static constexpr uint32_t kMax = std::numeric_limits<uint32_t>::max();

Completed in 50 milliseconds

1...<<781782783784785786787788789790>>...810