Searched refs:func_start (Results 1 – 7 of 7) sorted by relevance
/external/llvm/test/Transforms/IndVarSimplify/ |
D | 2012-07-17-lftr-undef.ll | 10 func_start: 12 block9: ; preds = %block9,%func_start 13 %undef = phi i64 [ %next_undef, %block9 ], [ undef, %func_start ] 14 %iter = phi i64 [ %next_iter, %block9 ], [ 1, %func_start ]
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | wrap_opkill.cpp | 141 std::unique_ptr<Instruction> func_start(new Instruction( in GetKillingFuncId() local 143 func_start->AddOperand({SPV_OPERAND_TYPE_FUNCTION_CONTROL, {0}}); in GetKillingFuncId() 144 func_start->AddOperand({SPV_OPERAND_TYPE_ID, {GetVoidFunctionTypeId()}}); in GetKillingFuncId() 145 (*killing_func).reset(new Function(std::move(func_start))); in GetKillingFuncId()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | wrap_opkill.cpp | 141 std::unique_ptr<Instruction> func_start(new Instruction( in GetKillingFuncId() local 143 func_start->AddOperand({SPV_OPERAND_TYPE_FUNCTION_CONTROL, {0}}); in GetKillingFuncId() 144 func_start->AddOperand({SPV_OPERAND_TYPE_ID, {GetVoidFunctionTypeId()}}); in GetKillingFuncId() 145 (*killing_func).reset(new Function(std::move(func_start))); in GetKillingFuncId()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | wrap_opkill.cpp | 141 std::unique_ptr<Instruction> func_start(new Instruction( in GetKillingFuncId() local 143 func_start->AddOperand({SPV_OPERAND_TYPE_FUNCTION_CONTROL, {0}}); in GetKillingFuncId() 144 func_start->AddOperand({SPV_OPERAND_TYPE_ID, {GetVoidFunctionTypeId()}}); in GetKillingFuncId() 145 (*killing_func).reset(new Function(std::move(func_start))); in GetKillingFuncId()
|
/external/bcc/src/cc/api/ |
D | BPF.cc | 539 uint8_t* func_start = bpf_module_->function_start(func_name); in load_func() local 540 if (!func_start) in load_func() 552 reinterpret_cast<struct bpf_insn*>(func_start), func_size, in load_func() 560 func_name, fd, reinterpret_cast<struct bpf_insn*>(func_start), func_size); in load_func()
|
/external/llvm-project/llvm/test/Transforms/IndVarSimplify/ |
D | lftr.ll | 306 ; CHECK-NEXT: func_start: 319 func_start: 321 block9: ; preds = %block9,%func_start 322 %undef = phi i64 [ %next_undef, %block9 ], [ undef, %func_start ] 323 %iter = phi i64 [ %next_iter, %block9 ], [ 1, %func_start ]
|
/external/llvm-project/lldb/tools/compact-unwind/ |
D | compact-unwind-dumper.c | 400 uint64_t func_start = read_leb128(&funcstarts_offset); in scan_macho_load_commands() local 401 if (func_start != 0) { in scan_macho_load_commands() 402 current_pc += func_start; in scan_macho_load_commands()
|