Home
last modified time | relevance | path

Searched defs:addBlock (Results 1 – 18 of 18) sorted by relevance

/external/skia/src/base/
DSkBlockAllocator.cpp201 void SkBlockAllocator::addBlock(int minSize, int maxSize) { in addBlock() function in SkBlockAllocator
/external/skia/src/gpu/graphite/
DPaintParamsKey.h176 void addBlock(BuiltInCodeSnippetID id) { in addBlock() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyExceptionInfo.h72 void addBlock(MachineBasicBlock *MBB) { in addBlock() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
DWebAssemblyExceptionInfo.h73 void addBlock(MachineBasicBlock *MBB) { in addBlock() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp102 void addBlock(BasicBlock *BB, bool Remember) { in addBlock() function in __anondfe62c310111::NearestCommonDominator
120 void addBlock(BasicBlock *BB) { in addBlock() function in __anondfe62c310111::NearestCommonDominator
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp157 void addBlock(BasicBlock *BB, bool Remember) { in addBlock() function in __anonf28010370111::NearestCommonDominator
175 void addBlock(BasicBlock *BB) { in addBlock() function in __anonf28010370111::NearestCommonDominator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DProfile.cpp121 Error Profile::addBlock(Block &&B) { in addBlock() function in llvm::xray::Profile
/external/swiftshader/third_party/llvm-16.0/llvm/lib/XRay/
DProfile.cpp121 Error Profile::addBlock(Block &&B) { in addBlock() function in llvm::xray::Profile
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp390 void DwarfUnit::addBlock(DIE &Die, dwarf::Attribute Attribute, DIELoc *Loc) { in addBlock() function in DwarfUnit
396 void DwarfUnit::addBlock(DIE &Die, dwarf::Attribute Attribute, dwarf::Form Form, in addBlock() function in DwarfUnit
403 void DwarfUnit::addBlock(DIE &Die, dwarf::Attribute Attribute, in addBlock() function in DwarfUnit
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DRegularFile.java119 void addBlock(byte[] block) { in addBlock() method in RegularFile
/external/angle/third_party/glslang/src/SPIRV/
DspvIR.h395 void addBlock(Block* block) { blocks.push_back(block); } in addBlock() function
/external/deqp-deps/glslang/SPIRV/
DspvIR.h395 void addBlock(Block* block) { blocks.push_back(block); } in addBlock() function
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp308 void DwarfUnit::addBlock(DIE &Die, dwarf::Attribute Attribute, DIELoc *Loc) { in addBlock() function in DwarfUnit
315 void DwarfUnit::addBlock(DIE &Die, dwarf::Attribute Attribute, in addBlock() function in DwarfUnit
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp402 void DwarfUnit::addBlock(DIE &Die, dwarf::Attribute Attribute, DIELoc *Loc) { in addBlock() function in DwarfUnit
409 void DwarfUnit::addBlock(DIE &Die, dwarf::Attribute Attribute, in addBlock() function in DwarfUnit
/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp77 void addBlock(BasicBlock *BB, bool Remember = true) { in addBlock() function in __anond5918d8f0111::NearestCommonDominator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h595 void addBlock(Block &B) { in addBlock() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h748 void addBlock(Block &B) { in addBlock() function
/external/pytorch/torch/csrc/jit/ir/
Dir.cpp1317 Block* Node::addBlock() { in addBlock() function in torch::jit::Node