/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Z3Solver.cpp | 265 std::set<Z3Sort> CachedSorts; 268 std::set<Z3Expr> CachedExprs; 889 return std::make_unique<Z3Solver>(); in CreateZ3Solver()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ExpandPseudoInsts.cpp | 130 bool LastItem = std::next(I) == E; in expandMOVImm() 704 .addImm(std::abs(Offset)) in expandMI() 723 MachineBasicBlock::iterator NMBBI = std::next(MBBI); in expandMBB()
|
H A D | AArch64InstructionSelector.cpp | 641 /// copy. Returns a std::pair containing the source register class for the 644 static std::pair<const TargetRegisterClass *, const TargetRegisterClass *> 682 std::tie(SrcRC, DstRC) = getRegClassesForCopy(I, TII, MRI, TRI, RBI); in selectCopy() 995 std::swap(RHS, LHS); in selectCompareBranch() 1651 MIB.setInsertPt(MIB.getMBB(), std::next(I.getIterator())); in select() 1725 MIB.setInsertPt(MIB.getMBB(), std::next(I.getIterator())); in select() 1905 MIB.setInsertPt(MIB.getMBB(), std::next(I.getIterator())); in select() 2760 std::swap(SrcReg, Src2Reg); in selectVectorICmp() 3207 static std::pair<unsigned, unsigned> 3237 return std in getInsertVecEltOpInfo() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsTargetStreamer.cpp | 869 TextSection.setAlignment(Align(std::max(16u, TextSection.getAlignment()))); in finish() 870 DataSection.setAlignment(Align(std::max(16u, DataSection.getAlignment()))); in finish() 871 BSSSection.setAlignment(Align(std::max(16u, BSSSection.getAlignment()))); in finish()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsSEInstrInfo.cpp | 695 std::pair<bool, bool> 704 return std::make_pair(DstRegSize > SrcRegSize, DstRegSize < SrcRegSize); in compareOpndSize() 754 std::tie(DstIsLarger, SrcIsLarger) = in expandCvtFPInt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRuntimeLibcallSignatures.cpp | 96 std::vector<RuntimeLibcallSignature> Table; 488 static const std::pair<const char *, RTLIB::Libcall> NameLibcalls[] = { in StaticLibcallNameMap() 889 auto message = std::string("unexpected runtime library name: ") + Name; in getLibcallSignature()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 371 return std::max(Natural, Forced) - StructSize; in computePadding() 414 unsigned IndexBits = std::max(1U, Log2_64_Ceil(Shape.CoroSuspends.size())); in buildFrameType() 608 SmallVector<std::pair<AllocaInst *, unsigned>, 4> Allocas; in insertSpills()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | api.pb.cc | 582 using std::swap; in InternalSwap() 984 using std::swap; in InternalSwap() 1239 using std::swap; in InternalSwap()
|
/third_party/rust/crates/proc-macro2/src/ |
H A D | wrapper.rs | 8 use std::panic; 10 use std::path::PathBuf; 41 let backtrace = std::backtrace::Backtrace::force_capture(); in mismatch()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsScissorTests.cpp | 64 using std::vector; 65 using std::string; 66 using std::map;
|
H A D | glsShaderRenderCase.cpp | 58 using namespace std; 400 catch (const std::exception&) in init() 621 std::vector<VertexArrayBinding> vertexArrays; in render()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fTextureUnitTests.cpp | 49 using std::vector; 50 using std::string; 748 catch (const std::exception&) in init()
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
H A D | vk_mem_alloc.h | 863 std::vector<VkBuffer> buffers; 864 std::vector<VmaAllocation> allocations; 868 std::vector<VkBool32> allocationsChanged(allocCount); 931 std::vector<VkBuffer> buffers; 932 std::vector<VmaAllocation> allocations; 936 std::vector<VkBool32> allocationsChanged(allocCount); 1245 std::string imageName = "Texture: "; 3932 std::pair, std::vector, std [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numbertest_api.cpp | 3798 std::string skeleton; in roundingIncrementRegressionTest() 3799 f.toSkeleton(status).toUTF8String<std::string>(skeleton); in roundingIncrementRegressionTest() 4993 double negNaN = std::copysign(uprv_getNaN(), -0.0); in signCoverage() 5845 LocalizedNumberFormatter l3 = std::move(l1); in copyMove() 5870 l2 = std::move(l3); in copyMove() 5884 UnlocalizedNumberFormatter u3 = std::move(u1); in copyMove() 5887 u1 = std::move(u2); in copyMove() 5943 // to std::unique_ptr via constructor in toObject() 5945 std::unique_ptr<LocalizedNumberFormatter> lnf( in toObject() 5954 // to std in toObject() [all...] |
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | assembler-x64.cc | 270 entries_.insert(std::make_pair(data, offset + kMoveImm64Offset)); in AddSharedEntry() 277 entries_.insert(std::make_pair(data, offset + kMoveRipRelativeDispOffset)); in AddSharedEntry() 309 std::pair<EntryMap::iterator, EntryMap::iterator> range = in PatchEntries() 353 std::unique_ptr<AssemblerBuffer> buffer) in Assembler() 354 : AssemblerBase(options, std::move(buffer)), constpool_(this) { in Assembler() 368 xdata_encoder_ = std::make_unique<win64_unwindinfo::XdataEncoder>(*this); in Assembler() 570 std::unique_ptr<AssemblerBuffer> new_buffer = buffer_->Grow(new_size); 583 buffer_ = std::move(new_buffer); 1476 DCHECK_LE(std::numeric_limits<int32_t>::min() + kNearJmpDisplacement, offset); in jmp_rel() 2054 int nop_bytes = std in Nop() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiObjectManagementTests.cpp | 83 using std::string; 84 using std::vector; 122 typedef std::vector<de::SharedPtr<ThreadGroupThread> > ThreadVector; 217 catch (const std::exception& e) in run() 440 DE_ASSERT(roundedUpDeviceMemory <= std::numeric_limits<size_t>::max() - objectSystemMemoryUsage); in getSafeObjectCount() 446 return std::numeric_limits<size_t>::max(); in getSafeObjectCount() 656 std::vector<VkPipelinePoolSize> poolSizes; in create() 817 std::vector<VkPipelinePoolSize> poolSizes; in create() 1342 const std::string& binaryName_) 2218 std in computePoolSizes() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiObjectManagementTests.cpp | 83 using std::string; 84 using std::vector; 122 typedef std::vector<de::SharedPtr<ThreadGroupThread> > ThreadVector; 217 catch (const std::exception& e) in run() 440 DE_ASSERT(roundedUpDeviceMemory <= std::numeric_limits<size_t>::max() - objectSystemMemoryUsage); in getSafeObjectCount() 446 return std::numeric_limits<size_t>::max(); in getSafeObjectCount() 656 std::vector<VkPipelinePoolSize> poolSizes; in create() 817 std::vector<VkPipelinePoolSize> poolSizes; in create() 1342 const std::string& binaryName_) 2218 std in computePoolSizes() [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | OutputSPIRV.cpp | 26 #include <spirv/unified1/GLSL.std.450.h> 77 std::vector<uint32_t> swizzles; 121 std::vector<SpirvIdOrLiteral> idList; 378 std::vector<NodeData> mNodeData; 2954 std::swap(parameters[0], parameters[1]); in visitOperator() 3020 std::swap(parameters[0], parameters[1]); in visitOperator() 3044 std::swap(parameters[0], parameters[2]); in visitOperator() 3151 size_t toTakeCount = std::min<size_t>(3, intermediateResults.size() - reducedCount); in createCompare() 5373 size_t defaultBlockIndex = std::numeric_limits<size_t>::max(); in visitSwitch() 6301 std in getSpirv() [all...] |
/third_party/skia/tests/ |
H A D | SkVMTest.cpp | 33 std::vector<skvm::Instruction> program = b.program(); in DEF_TEST() 331 std::vector<skvm::OptimizedInstruction> program = b.optimize(); 964 static void test_asm(skiatest::Reporter* r, Fn&& fn, std::initializer_list<uint8_t> expected) { 973 for (int i = 0; i < (int)std::min(a.size(), expected.size()); i++) { 2051 float err = std::abs(actual - expected); 2069 float err = std::abs(actual - expected); 2147 // All backends must behave like std::min() and std::max(), which are 2189 REPORTER_ASSERT(r, identical(mn[j], std::min(f[j], f[i]))); 2190 REPORTER_ASSERT(r, identical(mx[j], std [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 123 std::string nptr = Str.str(); 201 DerefBytes = std::max(CI->getDereferenceableOrNullBytes( 245 DerefMin = std::min(X->getZExtValue(), Y->getZExtValue()); 445 std::min(Len1, Len2)), 518 Len2 = std::min(Len2, Length); 525 Len1 = std::min(Len1, Length); 939 *std::max_element(reinterpret_cast<const unsigned char *>(Str.begin()), 952 unsigned char Width = NextPowerOf2(std::max((unsigned char)7, Max)); 1157 ConstantInt::get(N->getType(), std::min(uint64_t(Pos + 1), N->getZExtValue())); 1596 Log = ConstantFP::get(Ty, std [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 2696 std::swap(Arg0, Arg1); in visitCallInst() 2709 std::swap(A, B); in visitCallInst() 3374 std::swap(Arg0, Arg1); in visitCallInst() 3761 std::swap(Src0, Src1); in visitCallInst() 3766 std::swap(Src1, Src2); in visitCallInst() 3771 std::swap(Src0, Src1); in visitCallInst() 4394 Call.getContext(), std::min(Len, Op1C->getZExtValue() + 1))); in annotateAnyAllocSite() 4610 unsigned NumCommonArgs = std::min(FT->getNumParams(), NumActualArgs); in transformConstExprCastCall() 4862 std::vector<Value*> NewArgs; in transformCallThroughTrampoline() 4863 std in transformCallThroughTrampoline() [all...] |
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | macro-assembler-riscv64.cc | 485 DCHECK(rt.immediate() != std::numeric_limits<int32_t>::min()); in Sub64() 1259 if (std::is_same<Reg_T, Register>::value) in AlignedStoreHelper() 1994 DCHECK((std::is_same<float, F>::value) || (std::is_same<double, F>::value)); in RoundHelper() 2010 if (std::is_same<F, double>::value) { in RoundHelper() 2022 if (std::is_same<F, double>::value) { in RoundHelper() 2039 if (std::is_same<F, double>::value) { in RoundHelper() 2078 if (std::is_same<F, double>::value) { in RoundHelper() 2093 if (std::is_same<F, double>::value) { in RoundHelper() 2110 VU.set(scratch, std in RoundHelper() [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | js-objects.cc | 552 std::pair<MaybeHandle<JSFunction>, Handle<String>> GetConstructorHelper( in GetConstructorHelper() 568 return std::make_pair(constructor, name); in GetConstructorHelper() 583 return std::make_pair(MaybeHandle<JSFunction>(), in GetConstructorHelper() 610 return std::make_pair(constructor, name); in GetConstructorHelper() 616 return std::make_pair(MaybeHandle<JSFunction>(), in GetConstructorHelper() 1083 std::vector<PropertyDescriptor> descriptors(capacity); in DefineProperties() 1329 std::unique_ptr<v8::PropertyDescriptor> descriptor( in DefinePropertyWithInterceptorInternal() 2521 std::stringstream ss; in GetHeaderSize() 2777 std::unique_ptr<char[]> fun_name = function.shared().DebugNameCStr(); in JSObjectShortPrint() 3159 int limit = std in MigrateFastToFast() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
H A D | es3cCopyTexImageConversionsTests.cpp | 424 std::vector<ConversionDatabaseEntry> entries; 4774 static std::map<GLenum, std::string> attachment_name_map; in TestBase() 6323 bool copyDataFromBufferObject(GLuint bo_id, std::vector<GLint>& retrieved_data); 6344 bool getRawDataFromPixelData(std::vector<char>& result, PixelData topleft, PixelData topright, PixelData bottomleft, 6736 std::vector<char> fbo_data(4); 6862 static std::vector<char> zero_data(TEXTURE_WIDTH * TEXTURE_HEIGHT * 4 * sizeof(float), 0); 6949 std::vector<GLint> copied_compare_result_data; 6950 std::vector<GLint> copied_dst_texture_data; 6951 std [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | function-body-decoder-impl.h | 143 decoder->errorf(pc, str, std::forward<Args>(args)...); in DecodeError() 168 decoder->errorf(str, std::forward<Args>(args)...); in DecodeError() 1173 wasm::DecodeError<validate>(this, std::forward<Args>(args)...); in DecodeError() 1425 max_lane = std::max(max_lane, imm.value[i]); in Validate() 1933 V8_EXPORT_PRIVATE std::pair<uint32_t, uint32_t> StackEffect(const byte* pc) { in StackEffect() 2226 interface_(std::forward<InterfaceArgs>(interface_args)...), in WasmFullDecoder() 2997 std::vector<bool> br_targets(control_.size()); in DECODE() 3588 static constexpr std::array<OpcodeHandler, 256> kOpcodeHandlers = in GetOpcodeHandler() 3726 stack_depth = std::max(stack_depth, control_.back().stack_depth); in PushControl() 4397 std in DecodeGCOpcode() [all...] |