Home
last modified time | relevance | path

Searched defs:getBlock (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBranchFolding.h66 MachineBasicBlock *getBlock() const { return Block; } in getBlock() function
105 MachineBasicBlock *getBlock() const { in getBlock() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.h124 MachineBasicBlock *getBlock() { return MBB; } in getBlock() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemorySSA.h160 BasicBlock *getBlock() const { return Block; } in getBlock() function
DTrace.h47 BasicBlock *getBlock(unsigned i) const { return BasicBlocks[i]; } in getBlock() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOptimizationRemarkEmitter.h49 const MachineBasicBlock *getBlock() const { return MBB; } in getBlock() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.hpp141 const BufferBlock& getBlock (int ndx) const { return *m_bufferBlocks[ndx]; } in getBlock() function in vkt::ssbo::ShaderInterface
142 BufferBlock& getBlock (int ndx) { return *m_bufferBlocks[ndx]; } in getBlock() function in vkt::ssbo::ShaderInterface
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonBlockRanges.h128 MachineBasicBlock &getBlock() const { return Block; } in getBlock() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationPlanner.h82 VPBasicBlock *getBlock() const { return Block; } in getBlock() function
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSSBOLayoutCase.hpp130 const BufferBlock& getBlock (int ndx) const { return *m_bufferBlocks[ndx]; } in getBlock() function in deqp::gles31::bb::ShaderInterface
/third_party/glslang/SPIRV/
DspvIR.h140 Block* getBlock() const { return block; } in getBlock() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h443 Block &getBlock() { in getBlock() function
450 const Block &getBlock() const { in getBlock() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp368 GCOVBlock &getBlock(BasicBlock *BB) { in getBlock() function in __anon821923f40311::GCOVFunction
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h188 BasicBlock *getBlock() const { return Block; } in getBlock() function
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShader.hpp448 Block const &getBlock(Block::ID id) const in getBlock() function in sw::SpirvShader::Function