Home
last modified time | relevance | path

Searched refs:setBlock (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DBranchFolding.h68 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 DBranchFolding.cpp795 SameTails[commonTailIndex].setBlock(newMBB); in CreateCommonTailOnlyBlock()
/third_party/glslang/SPIRV/
H A DspvIR.h137 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 Ddecoder.js97 this.setBlock(opt_bytes, opt_start, opt_length);
122 newDecoder.setBlock(opt_bytes, opt_start, opt_length);
180 jspb.BinaryDecoder.prototype.setBlock =
H A Dreader.js128 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 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/
H A DJITLink.cpp219 BlockSymbols.back()->setBlock(NewBlock); in splitBlock()
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
H A Ddecoder_test.js224 decoder.setBlock([255, 255, 255, 255, 255, 255,
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
H A Ddecoder_test.js235 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 DJITLink.h506 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 DMemorySSA.h213 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 DMemorySSA.cpp1664 What->setBlock(BB); in prepareForMoveTo()

Completed in 18 milliseconds