/third_party/spirv-tools/source/opt/ |
H A D | ir_loader.cpp | 114 (!spv_inst->dbg_line_insts().back().IsNoLine())) { in AddInstruction() 116 spv_inst->dbg_line_insts().back().Clone(module()->context())); in AddInstruction() 125 spv_inst->dbg_line_insts().back().Clone(module()->context())); in AddInstruction()
|
/third_party/spirv-tools/test/opt/ |
H A D | def_use_test.cpp | 75 while (!text.empty() && text.back() == '\n') text.pop_back(); in DisassembleInst() 602 while (!text.empty() && text.back() == '\n') text.pop_back(); in DisassembleModule() 656 { // replace and then replace back 1316 EXPECT_EQ(spv::Op::OpSwitch, GetUseOpcodes(context, id).back()); in TEST()
|
/third_party/json/tests/src/ |
H A D | unit-msgpack.cpp | 845 CHECK(result.back() != '\x00'); 878 CHECK(result.back() != '\x00'); 911 CHECK(result.back() != '\x00'); 946 CHECK(result.back() != '\x00'); 1207 CHECK(result.back() != '\x00'); 1244 CHECK(result.back() != '\x00'); 1282 CHECK(result.back() != '\x00'); 1319 CHECK(result.back() != '\x00'); 1353 CHECK(result.back() != '\x00'); 1388 CHECK(result.back() ! [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | BuildSPIRV.cpp | 534 // External textures are treated as 2D textures in the vulkan back-end. in getSpirvType() 745 const unsigned int length = type.arraySizes.back(); in declareType() 1456 mSpirvCurrentFunctionBlocks.back().labelId = getNewId({}); in startNewFunction() 1551 SpirvConditional &conditional = mConditionalStack.back(); in startConditional() 1570 SpirvConditional &conditional = mConditionalStack.back(); in nextConditionalBlock() 1580 mSpirvCurrentFunctionBlocks.back().labelId = blockId; in nextConditionalBlock() 1588 ASSERT(mConditionalStack.back().nextBlockToWrite == mConditionalStack.back().blockIds.size()); in endConditional() 1616 return conditional.blockIds.back(); in getBreakTargetId() 1813 const spirv::IdRef mergeBlock = getCurrentConditional()->blockIds.back(); in writeBranchConditionalBlockEnd() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | MemoryDependenceAnalysis.cpp | 836 BasicBlock *DirtyBB = DirtyBlocks.back(); in getNonLocalCallDependency() 1056 NonLocalDepEntry Val = Cache.back(); in SortNonLocalDepInfoCache() 1066 NonLocalDepEntry Val = Cache.back(); in SortNonLocalDepInfoCache() 1339 PHITransAddr &PredPointer = PredList.back().second; in getNonLocalPointerDepFromBB() 1614 ReverseLocalDeps[ReverseDepsToAdd.back().first].insert( in removeInstruction() 1615 ReverseDepsToAdd.back().second); in removeInstruction() 1645 ReverseNonLocalDeps[ReverseDepsToAdd.back().first].insert( in removeInstruction() 1646 ReverseDepsToAdd.back().second); in removeInstruction() 1688 ReverseNonLocalPtrDeps[ReversePtrDepsToAdd.back().first].insert( in removeInstruction() 1689 ReversePtrDepsToAdd.back() in removeInstruction() [all...] |
/kernel/linux/linux-5.10/arch/arm/mach-omap1/ |
H A D | sram.S | 49 lock: ldrh r4, [r2], #0 @ read back dpll value
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_osdep.h | 23 dev_dbg(&((struct i40e_pf *)hw->back)->pdev->dev, S, ##A); \
|
/kernel/linux/linux-6.6/arch/arm/mach-omap1/ |
H A D | sram.S | 49 lock: ldrh r4, [r2], #0 @ read back dpll value
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_osdep.h | 23 dev_dbg(&((struct i40e_pf *)hw->back)->pdev->dev, S, ##A); \
|
/third_party/glslang/gtests/ |
H A D | Link.FromFile.cpp | 63 auto* shader = shaders.back().get(); in TEST_P()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_llvm_helper.cpp | 111 radv_llvm_per_thread_info &tinfo = radv_llvm_per_thread_list.back(); in radv_init_llvm_compiler()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | func-name-inferrer.cc | 43 CHECK(names_stack_.back().name()->IsOneByteEqualTo("async")); in RemoveAsyncKeywordFromEnd()
|
/third_party/node/deps/v8/src/torque/ |
H A D | type-oracle.cc | 70 return Get().generic_type_instantiation_namespaces_.back().get(); in CreateGenericTypeInstantiationNamespace()
|
/third_party/node/deps/v8/src/utils/ |
H A D | detachable-vector.h | 77 T& back() const { return at(size_ - 1); } in back() function in v8::internal::DetachableVector
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Test/ |
H A D | Simple.pm | 53 =back
|
/third_party/openssl/util/perl/OpenSSL/Test/ |
H A D | Simple.pm | 53 =back
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
H A D | vktConstexprVectorUtil.hpp | 70 inline constexpr const_reference back() const noexcept { return values[count - 1]; }
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | IdGen.cpp | 54 if (mNewNameBuffer.back() != '_') in createNewName()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
H A D | WrapSwitchStatementsInBlocks.cpp | 86 ASSERT(declaration != statementList->back()); in visitSwitch()
|
H A D | SeparateArrayInitialization.cpp | 52 TIntermBinary *initNode = sequence->back()->getAsBinaryNode(); in visitDeclaration()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LoopTraversal.cpp | 42 MachineBasicBlock *ActiveMBB = &*Workqueue.back(); in traverse()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugPubTable.cpp | 29 Set &SetData = Sets.back(); in DWARFDebugPubTable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
H A D | Pipeline.cpp | 78 Stage *Last = Stages.back().get(); in appendStage()
|
/third_party/vk-gl-cts/executor/ |
H A D | xeXMLWriter.cpp | 182 m_rawDst << "</" << m_elementStack.back() << ">"; in operator <<()
|
/third_party/skia/src/gpu/ |
H A D | GrStagingBufferManager.cpp | 42 buffer = &fBuffers.back(); in allocateStagingBufferSlice()
|