Home
last modified time | relevance | path

Searched refs:back (Results 1776 - 1800 of 2344) sorted by relevance

1...<<71727374757677787980>>...94

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp57 auto Largest = result.back().first; in widen_8_16()
442 // We have a nice 0 or 1, and we just need to truncate it back to 1 bit in legalizeCustom()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp138 // Write back R29R28 to SP and temporarily disable interrupts. in emitPrologue()
214 // Write back R29R28 to SP and temporarily disable interrupts. in emitEpilogue()
523 if (!MBB.empty() && MBB.back().isReturn()) { in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86LegalizerInfo.cpp53 auto Largest = result.back().first; in widen_1()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.h42 // because SPIR-v is designed to easily map back to structured control flow
48 // A back-edge: An edge from a node to one of its ancestors in a depth-first
1116 return statements_stack_.back().AddStatementBuilder<T>( in AddStatementBuilder()
/third_party/spirv-headers/tools/buildHeaders/
H A DjsonToSpirv.cpp596 if (!InstructionDesc.back().IsValid(OperandOpcode, "instruction")) { in jsonToSpirv()
/third_party/spirv-tools/source/
H A Dbinary.cpp363 !spvOperandIsOptional(_.expected_operands.back())) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSparseBitVector.h719 Elements.back().intersectWithComplement(*Iter1, *Iter2, BecameZero);
H A DStringRef.h160 /// back - Get the last character in the string.
162 char back() const { in back() function in llvm::StringRef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLiveInterval.h385 return segments.back().end;
H A DMachineScheduler.h565 *I = Queue.back(); in remove()
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/no-circular-import/
H A Dexport-with-incremental.js547 Change:: Rename property title2 to title of interface ITest to revert back to original text
H A Dexport.js299 Change:: Rename property title2 to title of interface ITest to revert back to original text
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/no-circular-import/
H A Dexport-with-incremental.js543 Change:: Rename property title2 to title of interface ITest to revert back to original text
H A Dexport.js319 Change:: Rename property title2 to title of interface ITest to revert back to original text
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/yes-circular-import/
H A Dexports-with-incremental.js608 Change:: Rename property title2 to title of interface ITest to revert back to original text
H A Dexports.js354 Change:: Rename property title2 to title of interface ITest to revert back to original text
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_probe_benchmark.cc100 pointers[i] = pointers.back(); in allocate()
106 // Just put it back on the pool. No need to release the memory. in deallocate()
156 // Keep going until we hit min load factor again, then go back one. in GetMinMaxLoadSizes()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dbeta_distribution_test.cc351 (!cutoffs.empty() && boundary <= cutoffs.back())) { in SingleChiSquaredTest()
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dspan.h300 // Span::back()
304 constexpr reference back() const noexcept {
/third_party/skia/modules/skparagraph/src/
H A DParagraphCache.cpp432 paragraph.fLines.back().setParagraphImpl(&paragraph); in GetStoredLayout()
/third_party/spirv-tools/source/opt/
H A Dfold.cpp222 return BinaryOperate(opcode, operand_words.front(), operand_words.back()); in OperateWords()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTestsUtil.cpp793 dependencies.push_back(createSubpassDependency<SubpassDep>(dependency, &memoryBarriers.back())); in createRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationFractionalSpacingTests.cpp155 if (sortedCoords[0] != 0.0f || sortedCoords.back() != 1.0f) in verifyFractionalSpacingSingle()
/third_party/vulkan-loader/tests/framework/shim/
H A Dwindows_shim.cpp291 *phkResult = platform_shim.created_keys.back().get(); in ShimRegOpenKeyExA()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_cmd_buffer.c91 .back = ~0u,
96 .back = ~0u,
101 .back = 0u,
1729 radeon_emit(cmd_buffer->cs, S_028434_STENCILTESTVAL_BF(d->stencil_reference.back) | in radv_emit_stencil()
1730 S_028434_STENCILMASK_BF(d->stencil_compare_mask.back) | in radv_emit_stencil()
1731 S_028434_STENCILWRITEMASK_BF(d->stencil_write_mask.back) | in radv_emit_stencil()
1841 S_028800_STENCILFUNC_BF(d->stencil_op.back.compare_op); in radv_emit_depth_control()
1856 S_02842C_STENCILFAIL_BF(si_translate_stencil_op(d->stencil_op.back.fail_op)) | in radv_emit_stencil_control()
1857 S_02842C_STENCILZPASS_BF(si_translate_stencil_op(d->stencil_op.back.pass_op)) | in radv_emit_stencil_control()
1858 S_02842C_STENCILZFAIL_BF(si_translate_stencil_op(d->stencil_op.back in radv_emit_stencil_control()
[all...]

Completed in 33 milliseconds

1...<<71727374757677787980>>...94