/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | BranchFolding.h | 68 void setBlock(MachineBasicBlock *MBB) { in setBlock() function in llvm::BranchFolder::MergePotentialsElt 113 void setBlock(MachineBasicBlock *MBB) { in setBlock() function in llvm::BranchFolder::SameTailElt 114 getMergePotentialsElt().setBlock(MBB); in setBlock()
|
H A D | BranchFolding.cpp | 795 SameTails[commonTailIndex].setBlock(newMBB); in CreateCommonTailOnlyBlock()
|
/third_party/glslang/SPIRV/ |
H A D | spvIR.h | 137 void setBlock(Block* b) { block = b; } in setBlock() function in spv::Instruction 519 instructions.back()->setBlock(this); in Block() 527 raw_instruction->setBlock(this); in addInstruction()
|
/third_party/protobuf/js/binary/ |
H A 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 =
|
H A D | reader.js | 128 newReader.decoder_.setBlock(opt_bytes, opt_start, opt_length); 233 jspb.BinaryReader.prototype.setBlock = function(bytes, start, length) { 234 this.decoder_.setBlock(bytes, start, length);
|
H A 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/ |
H A D | JITLink.cpp | 219 BlockSymbols.back()->setBlock(NewBlock); in splitBlock()
|
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/ |
H A D | decoder_test.js | 224 decoder.setBlock([255, 255, 255, 255, 255, 255,
|
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/ |
H A D | decoder_test.js | 235 decoder.setBlock([255, 255, 255, 255, 255, 255,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 506 void setBlock(Block &B) { Base = &B; } in setBlock() function in llvm::jitlink::Block
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | MemorySSA.h | 213 void setBlock(BasicBlock *BB) { Block = BB; } in setBlock() function in llvm::MemoryAccess
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | MemorySSA.cpp | 1664 What->setBlock(BB); in prepareForMoveTo()
|