Home
last modified time | relevance | path

Searched refs:new_header (Results 1 – 25 of 29) sorted by relevance

12

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcfg.cpp207 BasicBlock* new_header = bb->SplitBasicBlock(context, new_header_id, iter); in SplitLoopHeader() local
208 context->AnalyzeDefUse(new_header->GetLabelInst()); in SplitLoopHeader()
211 RegisterBlock(new_header); in SplitLoopHeader()
214 context->set_instr_block(new_header->GetLabelInst(), new_header); in SplitLoopHeader()
215 new_header->ForEachInst([new_header, context](Instruction* inst) { in SplitLoopHeader()
216 context->set_instr_block(inst, new_header); in SplitLoopHeader()
220 bb->ForEachPhiInst([latch_block, bb, new_header, context](Instruction* phi) { in SplitLoopHeader()
260 new_header->begin()->InsertBefore(std::move(phi_owner)); in SplitLoopHeader()
261 context->set_instr_block(phi, new_header); in SplitLoopHeader()
272 {SPV_OPERAND_TYPE_ID, {new_header->id()}}})); in SplitLoopHeader()
[all …]
Dloop_utils.cpp524 const uint32_t new_header = new_loop->GetHeaderBlock()->id(); in CloneAndAttachLoopToHeader() local
528 [new_header, this](Instruction* inst, uint32_t operand) { in CloneAndAttachLoopToHeader()
530 inst->SetOperand(operand, {new_header}); in CloneAndAttachLoopToHeader()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dcfg.cpp207 BasicBlock* new_header = bb->SplitBasicBlock(context, new_header_id, iter); in SplitLoopHeader() local
208 context->AnalyzeDefUse(new_header->GetLabelInst()); in SplitLoopHeader()
211 RegisterBlock(new_header); in SplitLoopHeader()
214 context->set_instr_block(new_header->GetLabelInst(), new_header); in SplitLoopHeader()
215 new_header->ForEachInst([new_header, context](Instruction* inst) { in SplitLoopHeader()
216 context->set_instr_block(inst, new_header); in SplitLoopHeader()
220 bb->ForEachPhiInst([latch_block, bb, new_header, context](Instruction* phi) { in SplitLoopHeader()
260 new_header->begin()->InsertBefore(std::move(phi_owner)); in SplitLoopHeader()
261 context->set_instr_block(phi, new_header); in SplitLoopHeader()
272 {SPV_OPERAND_TYPE_ID, {new_header->id()}}})); in SplitLoopHeader()
[all …]
Dloop_utils.cpp524 const uint32_t new_header = new_loop->GetHeaderBlock()->id(); in CloneAndAttachLoopToHeader() local
528 [new_header, this](Instruction* inst, uint32_t operand) { in CloneAndAttachLoopToHeader()
530 inst->SetOperand(operand, {new_header}); in CloneAndAttachLoopToHeader()
/external/perfetto/src/tracing/core/
Dshared_memory_abi.cc192 ChunkHeader* new_header = chunk.header(); in TryAcquireChunk() local
193 new_header->writer_id.store(header->writer_id, in TryAcquireChunk()
195 new_header->chunk_id.store(header->chunk_id, std::memory_order_relaxed); in TryAcquireChunk()
196 new_header->packets.store(header->packets, std::memory_order_release); in TryAcquireChunk()
/external/dtc/tests/
Dmangle-layout.c45 static void new_header(struct bufstate *buf, int version, const void *fdt) in new_header() function
148 new_header(&buf, version, fdt); in main()
/external/python/setuptools/setuptools/command/
Deasy_install.py2197 new_header = pattern_ob.sub(string=orig_header, repl=repl)
2198 return new_header if cls._use_header(new_header) else orig_header
2201 def _use_header(new_header): argument
2209 clean_header = new_header[2:-1].strip('"')
/external/libopus/doc/
DDoxyfile.in183 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
185 # and then modify the file new_header.html. See also section "Doxygen usage"
/external/v8/src/torque/
Dimplementation-visitor.cc1071 std::string new_header(module->header()); in GenerateImplementation() local
1073 ReplaceFileContentsIfDifferent(header_file_name, new_header); in GenerateImplementation()
/external/flatbuffers/docs/source/
Ddoxyfile1107 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1109 # and then modify the file new_header.html. See also section "Doxygen usage"
/external/libxcam/doc/
DDoxyfile1028 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1030 # and then modify the file new_header.html. See also section "Doxygen usage"
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
Ddoxygen.cfg.in1031 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1033 # and then modify the file new_header.html. See also section "Doxygen usage"
/external/clang/docs/
Ddoxygen.cfg.in1030 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1032 # and then modify the file new_header.html. See also section "Doxygen usage"
/external/jsoncpp/doc/
Ddoxyfile.in1036 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1038 # and then modify the file new_header.html. See also section "Doxygen usage"
/external/swiftshader/third_party/subzero/docs/
DDoxyfile1047 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1049 # and then modify the file new_header.html. See also section "Doxygen usage"
/external/llvm/docs/
Ddoxygen.cfg.in1030 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1032 # and then modify the file new_header.html. See also section "Doxygen usage"
/external/libusb/doc/
Ddoxygen.cfg.in1039 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1041 # and then modify the file new_header.html. See also section "Doxygen usage"
/external/tinyxml2/
Ddox1103 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1105 # and then modify the file new_header.html. See also section "Doxygen usage"
/external/ImageMagick/config/
DMagickCore.dox.in1079 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1081 # and then modify the file new_header.html. See also section "Doxygen usage"
DMagickWand.dox.in1079 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1081 # and then modify the file new_header.html. See also section "Doxygen usage"
DMagick++.dox.in1080 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1082 # and then modify the file new_header.html. See also section "Doxygen usage"
/external/skia/tools/doxygen/
DDoxyfile1150 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1152 # and then modify the file new_header.html. See also section "Doxygen usage"
/external/parameter-framework/upstream/doc/
DDoxyfile.in1074 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1076 # and then modify the file new_header.html. See also section "Doxygen usage"
/external/grpc-grpc/tools/doxygen/
DDoxyfile.core1150 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1152 # and then modify the file new_header.html. See also section "Doxygen usage"
/external/Reactive-Extensions/RxCpp/projects/doxygen/
Ddoxygen.conf.in1115 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1117 # and then modify the file new_header.html. See also section "Doxygen usage"

12