Home
last modified time | relevance | path

Searched refs:setBlock (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/skia/src/sksl/
DSkSLJIT.cpp277 void JIT::setBlock(LLVMBuilderRef builder, LLVMBasicBlockRef block) { in setBlock() function in SkSL::JIT
340 fJIT.setBlock(builder, trueBlock); in getLValue()
343 fJIT.setBlock(builder, falseBlock); in getLValue()
346 fJIT.setBlock(builder, merge); in getLValue()
368 fJIT.setBlock(builder, trueBlock); in getLValue()
371 fJIT.setBlock(builder, falseBlock); in getLValue()
374 fJIT.setBlock(builder, merge); in getLValue()
700 this->setBlock(builder, ifTrue); in compileBinary()
703 this->setBlock(builder, merge); in compileBinary()
718 this->setBlock(builder, ifFalse); in compileBinary()
[all …]
DSkSLJIT.h147 void setBlock(LLVMBuilderRef builder, LLVMBasicBlockRef block);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBranchFolding.h68 void setBlock(MachineBasicBlock *MBB) { in setBlock() function
113 void setBlock(MachineBasicBlock *MBB) { in setBlock() function
114 getMergePotentialsElt().setBlock(MBB); in setBlock()
DBranchFolding.cpp795 SameTails[commonTailIndex].setBlock(newMBB); in CreateCommonTailOnlyBlock()
/third_party/protobuf/js/binary/
Ddecoder.js97 this.setBlock(opt_bytes, opt_start, opt_length);
122 newDecoder.setBlock(opt_bytes, opt_start, opt_length);
180 jspb.BinaryDecoder.prototype.setBlock = method in jspb.BinaryDecoder
Dreader.js128 newReader.decoder_.setBlock(opt_bytes, opt_start, opt_length);
233 jspb.BinaryReader.prototype.setBlock = function(bytes, start, length) { method in jspb.BinaryReader
234 this.decoder_.setBlock(bytes, start, length);
Ddecoder_test.js385 decoder.setBlock([255, 255, 255, 255, 255, 255,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DJITLink.cpp219 BlockSymbols.back()->setBlock(NewBlock); in splitBlock()
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
Ddecoder_test.js235 decoder.setBlock([255, 255, 255, 255, 255, 255,
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
Ddecoder_test.js224 decoder.setBlock([255, 255, 255, 255, 255, 255,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemorySSA.h213 void setBlock(BasicBlock *BB) { Block = BB; } in setBlock() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h506 void setBlock(Block &B) { Base = &B; } in setBlock() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSA.cpp1664 What->setBlock(BB); in prepareForMoveTo()