/third_party/flutter/skia/src/sksl/ |
D | SkSLJIT.cpp | 277 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 …]
|
D | SkSLJIT.h | 147 void setBlock(LLVMBuilderRef builder, LLVMBasicBlockRef block);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | BranchFolding.h | 68 void setBlock(MachineBasicBlock *MBB) { in setBlock() function 113 void setBlock(MachineBasicBlock *MBB) { in setBlock() function 114 getMergePotentialsElt().setBlock(MBB); in setBlock()
|
D | BranchFolding.cpp | 795 SameTails[commonTailIndex].setBlock(newMBB); in CreateCommonTailOnlyBlock()
|
/third_party/protobuf/js/binary/ |
D | decoder.js | 97 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
|
D | reader.js | 128 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);
|
D | decoder_test.js | 385 decoder.setBlock([255, 255, 255, 255, 255, 255,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | JITLink.cpp | 219 BlockSymbols.back()->setBlock(NewBlock); in splitBlock()
|
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/ |
D | decoder_test.js | 235 decoder.setBlock([255, 255, 255, 255, 255, 255,
|
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/ |
D | decoder_test.js | 224 decoder.setBlock([255, 255, 255, 255, 255, 255,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | MemorySSA.h | 213 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/ |
D | JITLink.h | 506 void setBlock(Block &B) { Base = &B; } in setBlock() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemorySSA.cpp | 1664 What->setBlock(BB); in prepareForMoveTo()
|