/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | ir_loader.cpp | 194 auto func_end = module_->end(); in AddInstruction() local 195 if (func_begin == func_end) { in AddInstruction() 198 (--func_end)->AddNonSemanticInstruction(std::move(spv_inst)); in AddInstruction()
|
D | wrap_opkill.cpp | 148 std::unique_ptr<Instruction> func_end( in GetKillingFuncId() local 150 (*killing_func)->SetFunctionEnd(std::move(func_end)); in GetKillingFuncId()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | ir_loader.cpp | 194 auto func_end = module_->end(); in AddInstruction() local 195 if (func_begin == func_end) { in AddInstruction() 198 (--func_end)->AddNonSemanticInstruction(std::move(spv_inst)); in AddInstruction()
|
D | wrap_opkill.cpp | 148 std::unique_ptr<Instruction> func_end( in GetKillingFuncId() local 150 (*killing_func)->SetFunctionEnd(std::move(func_end)); in GetKillingFuncId()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | ir_loader.cpp | 194 auto func_end = module_->end(); in AddInstruction() local 195 if (func_begin == func_end) { in AddInstruction() 198 (--func_end)->AddNonSemanticInstruction(std::move(spv_inst)); in AddInstruction()
|
D | wrap_opkill.cpp | 148 std::unique_ptr<Instruction> func_end( in GetKillingFuncId() local 150 (*killing_func)->SetFunctionEnd(std::move(func_end)); in GetKillingFuncId()
|
/external/llvm-project/lldb/include/lldb/Expression/ |
D | ExpressionParser.h | 123 PrepareForExecution(lldb::addr_t &func_addr, lldb::addr_t &func_end,
|
D | IRExecutionUnit.h | 79 lldb::addr_t &func_end);
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangExpressionParser.h | 117 PrepareForExecution(lldb::addr_t &func_addr, lldb::addr_t &func_end,
|
D | ClangExpressionParser.cpp | 1311 lldb::addr_t &func_addr, lldb::addr_t &func_end, in PrepareForExecution() argument 1315 func_end = LLDB_INVALID_ADDRESS; in PrepareForExecution() 1480 execution_unit_sp->GetRunnableInfo(err, func_addr, func_end); in PrepareForExecution() 1483 execution_unit_sp->GetRunnableInfo(err, func_addr, func_end); in PrepareForExecution()
|
/external/llvm-project/lldb/source/Expression/ |
D | IRExecutionUnit.cpp | 219 lldb::addr_t &func_end) { in GetRunnableInfo() argument 225 func_end = LLDB_INVALID_ADDRESS; in GetRunnableInfo() 236 func_end = m_function_end_load_addr; in GetRunnableInfo() 473 func_end = m_function_end_load_addr; in GetRunnableInfo()
|
/external/llvm/test/DebugInfo/COFF/ |
D | register-variables.ll | 56 ; ASM: [[func_end:\.Ltmp.*]]: 62 ; ASM: .cv_def_range [[p_ecx_esi]] [[func_end]], "A\021\027\000\000\000"
|
/external/llvm-project/llvm/test/DebugInfo/COFF/ |
D | register-variables.ll | 53 ; ASM: [[func_end:\.Ltmp.*]]: 60 ; ASM: .cv_def_range [[p_ecx_esi]] [[func_end]], reg, 23
|
/external/python/cpython2/Parser/ |
D | asdl_c.py | 1008 def func_end(self): member in ObjVisitor 1033 self.func_end() 1057 self.func_end()
|
/external/python/cpython3/Parser/ |
D | asdl_c.py | 1163 def func_end(self): member in ObjVisitor 1188 self.func_end() 1215 self.func_end()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | wineh-coreclr.ll | 146 ; CHECK: [[test1_end:.*func_end.*]]: 325 ; CHECK: [[test2_end:.*func_end.*]]: 533 ; CHECK: [[test3_end:.*func_end.*]]:
|
/external/llvm/test/CodeGen/X86/ |
D | wineh-coreclr.ll | 146 ; CHECK: [[test1_end:.*func_end.*]]: 323 ; CHECK: [[test2_end:.*func_end.*]]: 528 ; CHECK: [[test3_end:.*func_end.*]]:
|