/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 626 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 D | locnmtst.cpp | 516 std::string utf8; in VerifyNoSubstitute() 570 std::unique_ptr<LocaleDisplayNames> ldn(LocaleDisplayNames::createInstance(Locale::getGermany())); in TestSubstituteHandling()
|
/third_party/node/src/ |
H A D | spawn_sync.cc | 956 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 D | isl_aux_info_test.cpp | 28 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 D | nv50_ir_print.cpp | 804 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 D | nv50_ir_build_util.cpp | 249 const std::vector<Value *> &def, in mkTex() 250 const std::vector<Value *> &src) in mkTex()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | heap-refs.h | 280 friend std::ostream& operator<<(std::ostream& os, const ObjectRef& ref);
|
H A D | loop-analysis.cc | 556 std::vector<Node*> queue; in FindSmallInnermostLoopFromHeader() 633 if (std::count(unrollable_builtins, in FindSmallInnermostLoopFromHeader()
|
/third_party/node/deps/v8/src/ast/ |
H A D | scopes.h | 58 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 D | fixed-array-inl.h | 392 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 D | scanner.cc | 64 std::numeric_limits<size_t>::max() - 1; 66 std::numeric_limits<size_t>::max();
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-classes.cc | 127 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 D | code-serializer.cc | 343 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 D | sfn_instr_mem.cpp | 83 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 D | ty.rs | 18 use std::borrow::Cow; 19 use std::io;
|
/third_party/rust/crates/aho-corasick/src/packed/teddy/ |
H A D | runtime.rs | 51 use std::arch::x86_64::*; 52 use std::mem;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoCapabilitiesTests.cpp | 42 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 D | SelectionDAGDumper.cpp | 59 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 D | ConstantsContext.h | 574 using LookupKey = std::pair<TypeClass *, ValType>; 577 using LookupKeyHashed = std::pair<unsigned, LookupKey>;
|
/third_party/skia/third_party/externals/angle2/src/libEGL/ |
H A D | libEGL_autogen.cpp | 27 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 D | DrawBuffersTest.cpp | 82 std::stringstream strstr; in setupMRTProgramESSL3() 125 std::stringstream strstr; in setupMRTProgramESSL1()
|
/third_party/skia/samplecode/ |
H A D | SamplePath.cpp | 591 fT = std::min(1.0f, std::max(0.0f, fT));
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDescriptorSetLayout.cpp | 46 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 D | SkSLAnalysis.cpp | 519 std::set<const Variable*> fLoopIndices; 607 for (const std::unique_ptr<ProgramElement>& element : program.fOwnedElements) { in VerifyStaticTestsAndExpressions()
|
/third_party/skia/tests/ |
H A D | SkVxTest.cpp | 355 std::iota(values, values + N*4, 0); 391 static constexpr uint32_t kMax = std::numeric_limits<uint32_t>::max();
|