Home
last modified time | relevance | path

Searched refs:std (Results 19476 - 19500 of 20229) sorted by relevance

1...<<771772773774775776777778779780>>...810

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DZ3Solver.cpp265 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 DAArch64ExpandPseudoInsts.cpp130 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 DAArch64InstructionSelector.cpp641 /// 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 DMipsTargetStreamer.cpp869 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 DMipsSEInstrInfo.cpp695 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 DWebAssemblyRuntimeLibcallSignatures.cpp96 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 DCoroFrame.cpp371 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 Dapi.pb.cc582 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 Dwrapper.rs8 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 DglsScissorTests.cpp64 using std::vector;
65 using std::string;
66 using std::map;
H A DglsShaderRenderCase.cpp58 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 Des2fTextureUnitTests.cpp49 using std::vector;
50 using std::string;
748 catch (const std::exception&) in init()
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h863 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 Dnumbertest_api.cpp3798 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 Dassembler-x64.cc270 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 DvktApiObjectManagementTests.cpp83 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 DvktApiObjectManagementTests.cpp83 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 DOutputSPIRV.cpp26 #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 DSkVMTest.cpp33 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 DSimplifyLibCalls.cpp123 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 DInstCombineCalls.cpp2696 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 Dmacro-assembler-riscv64.cc485 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 Djs-objects.cc552 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 Des3cCopyTexImageConversionsTests.cpp424 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 Dfunction-body-decoder-impl.h143 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...]

Completed in 117 milliseconds

1...<<771772773774775776777778779780>>...810