Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DBranchFolding.h41 MachineBasicBlock *getBlock() const { return Block; } in getBlock() function
72 MachineBasicBlock *getBlock() const { in getBlock() function
/external/clang/include/clang/Analysis/
DCFGStmtMap.h46 const CFGBlock *getBlock(const Stmt * S) const { in getBlock() function
DProgramPoint.h224 const CFGBlock *getBlock() const { in getBlock() function
246 const CFGBlock *getBlock() const { in getBlock() function
/external/llvm/lib/CodeGen/
DBranchFolding.h50 MachineBasicBlock *getBlock() const { return Block; } in getBlock() function
82 MachineBasicBlock *getBlock() const { in getBlock() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DInstrEmitter.h130 MachineBasicBlock *getBlock() { return MBB; } in getBlock() function
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.h127 MachineBasicBlock *getBlock() { return MBB; } in getBlock() function
/external/clang/lib/Analysis/
DCFGStmtMap.cpp27 CFGBlock *CFGStmtMap::getBlock(Stmt *S) { in getBlock() function in CFGStmtMap
/external/llvm/include/llvm/Transforms/Utils/
DMemorySSA.h136 BasicBlock *getBlock() const { return Block; } in getBlock() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DWorkList.h55 const CFGBlock *getBlock() const { return block; } in getBlock() function
DCoreEngine.h190 const CFGBlock *getBlock() const { return Block; } in getBlock() function
473 const CFGBlock *getBlock() const { in getBlock() function
520 const CFGBlock *getBlock() const { in getBlock() function
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
DAIfCommand.java102 public PCommand getBlock() in getBlock() method in AIfCommand
/external/pdfium/third_party/bigint/
DNumberlikeArray.hh81 Blk getBlock(Index i) const { return blk[i]; } in getBlock() function in NumberlikeArray
DBigInteger.hh94 Blk getBlock(Index i) const { return mag.getBlock(i); } in getBlock() function in BigInteger
DBigUnsigned.hh98 Blk getBlock(Index i) const { return i >= len ? 0 : blk[i]; } in getBlock() function in BigUnsigned
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DTrace.h49 BasicBlock *getBlock(unsigned i) const { return BasicBlocks[i]; } in getBlock() function
/external/llvm/include/llvm/Analysis/
DTrace.h49 BasicBlock *getBlock(unsigned i) const { return BasicBlocks[i]; } in getBlock() function
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.hpp131 const BufferBlock& getBlock (int ndx) const { return *m_bufferBlocks[ndx]; } in getBlock() function in vkt::ssbo::ShaderInterface
132 BufferBlock& getBlock (int ndx) { return *m_bufferBlocks[ndx]; } in getBlock() function in vkt::ssbo::ShaderInterface
/external/r8/src/main/java/com/android/tools/r8/ir/code/
DPhi.java54 public BasicBlock getBlock() { in getBlock() method in Phi
DInstruction.java136 public BasicBlock getBlock() { in getBlock() method in Instruction
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp99 MachineBasicBlock *getBlock() const { return Block; } in getBlock() function in __anonb487e03c0211::MetaBlock
/external/llvm/lib/Target/Hexagon/
DHexagonBlockRanges.h123 MachineBasicBlock &getBlock() const { return Block; } in getBlock() function
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.hpp130 const BufferBlock& getBlock (int ndx) const { return *m_bufferBlocks[ndx]; } in getBlock() function in deqp::gles31::bb::ShaderInterface
/external/swiftshader/third_party/LLVM/lib/Analysis/
DPathNumbering.cpp56 BasicBlock* BallLarusNode::getBlock() { in getBlock() function in BallLarusNode
/external/llvm/include/llvm/Support/
DGenericDomTree.h88 NodeT *getBlock() const { return TheBB; } in getBlock() function
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DIRBuilder.h143 llvm::BasicBlock *getBlock() const { return Block; } in getBlock() function

12