Home
last modified time | relevance | path

Searched refs:dest_label (Results 1 – 7 of 7) sorted by relevance

/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dccp_pass.cpp179 uint32_t dest_label = 0; in VisitBranch() local
182 dest_label = instr->GetSingleWordInOperand(0); in VisitBranch()
202 dest_label = instr->GetSingleWordOperand(2u); in VisitBranch()
205 dest_label = val->value() ? instr->GetSingleWordOperand(1) in VisitBranch()
242 dest_label = instr->GetSingleWordOperand(1); in VisitBranch()
245 dest_label = instr->GetSingleWordOperand(i + 1); in VisitBranch()
251 assert(dest_label && "Destination label should be set at this point."); in VisitBranch()
252 *dest_bb = context()->cfg()->block(dest_label); in VisitBranch()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dccp_pass.cpp179 uint32_t dest_label = 0; in VisitBranch() local
182 dest_label = instr->GetSingleWordInOperand(0); in VisitBranch()
202 dest_label = instr->GetSingleWordOperand(2u); in VisitBranch()
205 dest_label = val->value() ? instr->GetSingleWordOperand(1) in VisitBranch()
242 dest_label = instr->GetSingleWordOperand(1); in VisitBranch()
245 dest_label = instr->GetSingleWordOperand(i + 1); in VisitBranch()
251 assert(dest_label && "Destination label should be set at this point."); in VisitBranch()
252 *dest_bb = context()->cfg()->block(dest_label); in VisitBranch()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dccp_pass.cpp179 uint32_t dest_label = 0; in VisitBranch() local
182 dest_label = instr->GetSingleWordInOperand(0); in VisitBranch()
202 dest_label = instr->GetSingleWordOperand(2u); in VisitBranch()
205 dest_label = val->value() ? instr->GetSingleWordOperand(1) in VisitBranch()
242 dest_label = instr->GetSingleWordOperand(1); in VisitBranch()
245 dest_label = instr->GetSingleWordOperand(i + 1); in VisitBranch()
251 assert(dest_label && "Destination label should be set at this point."); in VisitBranch()
252 *dest_bb = context()->cfg()->block(dest_label); in VisitBranch()
/external/clang/docs/
DDataFlowSanitizer.rst83 dfsan_label dest_label, dfsan_label src_label,
/external/compiler-rt/lib/dfsan/
Ddfsan_custom.cc260 dfsan_label dest_label, dfsan_label src_label, in __dfsw_memcpy() argument
262 *ret_label = dest_label; in __dfsw_memcpy()
/external/llvm-project/compiler-rt/lib/dfsan/
Ddfsan_custom.cpp302 dfsan_label dest_label, dfsan_label src_label, in __dfsw_memcpy() argument
304 *ret_label = dest_label; in __dfsw_memcpy()
/external/llvm-project/clang/docs/
DDataFlowSanitizer.rst111 dfsan_label dest_label, dfsan_label src_label,