/external/llvm/docs/ |
D | MIRLangRef.rst | 193 Block References 210 Successors 237 Live In Registers 252 Miscellaneous Attributes
|
D | BitCodeFormat.rst | 163 .. _Blocks: target 165 Blocks section in Bitstream Format 196 .. _ENTER_SUBBLOCK: 198 ENTER_SUBBLOCK Encoding 215 END_BLOCK Encoding 404 .. _BLOCKINFO: 406 #0 - BLOCKINFO Block 553 .. _MODULE_BLOCK:
|
/external/angle/third_party/vulkan_memory_allocator/tools/VmaDumpVis/ |
D | Sample.json | 3 "Blocks": 2, number 15 "Blocks": 1, number 26 "Blocks": 1, number 40 "Blocks": 1, number 49 "Blocks": 1, number 70 "Blocks": { object 89 "Blocks": { object
|
/external/llvm/include/llvm/Analysis/ |
D | IteratedDominanceFrontier.h | 56 void setDefiningBlocks(const SmallPtrSetImpl<BasicBlock *> &Blocks) { in setDefiningBlocks() 66 void setLiveInBlocks(const SmallPtrSetImpl<BasicBlock *> &Blocks) { in setLiveInBlocks()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFixIrreducibleControlFlow.cpp | 74 ReachabilityGraph(MachineBasicBlock *Entry, const BlockSet &Blocks) in ReachabilityGraph() 114 const BlockSet &Blocks; member in __anon19b08a6b0111::ReachabilityGraph 193 BlockSet Blocks; member in __anon19b08a6b0111::LoopBlocks 242 MachineBasicBlock *Entry, BlockSet &Blocks, MachineFunction &MF) { in processRegion() 323 BlockSet &Entries, BlockSet &Blocks, MachineFunction &MF, in makeSingleEntryLoop()
|
/external/fonttools/Doc/source/unicodedata/ |
D | Blocks.rst | 2 Blocks title
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | GenericIteratedDominanceFrontier.h | 75 void setDefiningBlocks(const SmallPtrSetImpl<NodeTy *> &Blocks) { in setDefiningBlocks() 84 void setLiveInBlocks(const SmallPtrSetImpl<NodeTy *> &Blocks) { in setLiveInBlocks()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GVNSink.cpp | 120 ArrayRef<BasicBlock *> Blocks; member in __anon9d0e72e30111::LockstepReverseIterator 126 LockstepReverseIterator(ArrayRef<BasicBlock *> Blocks) : Blocks(Blocks) { in LockstepReverseIterator() 159 void restrictToBlocks(SmallSetVector<BasicBlock *, 4> &Blocks) { in restrictToBlocks() 201 SmallVector<BasicBlock *, 4> Blocks; member 232 SmallVector<BasicBlock *, 4> Blocks; member in __anon9d0e72e30111::ModelledPHI 833 void GVNSink::sinkLastInstruction(ArrayRef<BasicBlock *> Blocks, in sinkLastInstruction()
|
D | FlattenCFGPass.cpp | 61 std::vector<WeakVH> Blocks; in iterativelyFlattenCFG() local
|
/external/llvm/include/llvm/CodeGen/ |
D | EdgeBundles.h | 35 SmallVector<SmallVector<unsigned, 8>, 4> Blocks; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | EdgeBundles.h | 34 SmallVector<SmallVector<unsigned, 8>, 4> Blocks; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/ |
D | MSFBuilder.cpp | 102 MutableArrayRef<uint32_t> Blocks) { in allocateBlocks() 155 ArrayRef<uint32_t> Blocks) { in addStream() 375 for (const auto &Blocks : Layout.StreamMap) { in commit() local
|
/external/clang/lib/Analysis/ |
D | ThreadSafetyTIL.cpp | 168 int BasicBlock::topologicalSort(SimpleArray<BasicBlock*>& Blocks, int ID) { in topologicalSort() 191 int BasicBlock::topologicalFinalSort(SimpleArray<BasicBlock*>& Blocks, int ID) { in topologicalFinalSort()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | CodeExtractor.h | 52 SetVector<BasicBlock *> Blocks; variable
|
/external/llvm/tools/llvm-pdbdump/ |
D | YAMLOutputStyle.cpp | 59 auto Blocks = File.getDirectoryBlockArray(); in dumpFileHeaders() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
D | Trace.cpp | 310 auto &Blocks = PTB.second; in loadFDRLog() local 329 auto &Blocks = PTB.second; in loadFDRLog() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86CmovConversion.cpp | 182 SmallVector<MachineBasicBlock *, 4> Blocks; in runOnMachineFunction() local 255 ArrayRef<MachineBasicBlock *> Blocks, CmovGroups &CmovInstGroups, in collectCmovCandidates() 377 ArrayRef<MachineBasicBlock *> Blocks, CmovGroups &CmovInstGroups) { in checkForProfitableCmovCandidates()
|
/external/clang/include/clang/Analysis/Analyses/ |
D | PostOrderCFGView.h | 73 std::vector<const CFGBlock*> Blocks; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | GCOV.cpp | 479 const BlockVector &Blocks, uint64_t &Count) { in lookForCircuit() 525 void GCOVBlock::getCyclesCount(const BlockVector &Blocks, uint64_t &Count) { in getCyclesCount() 537 uint64_t GCOVBlock::getLineCount(const BlockVector &Blocks) { in getLineCount() 754 const BlockVector &Blocks = BlocksIt->second; in print() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopSimplifyCFG.cpp | 43 SmallVector<WeakVH, 16> Blocks(L.blocks()); in simplifyLoopCFG() local
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | PDBFile.cpp | 154 ArrayRef<support::ulittle32_t> Blocks; in parseStreamData() local 364 for (const auto &Blocks : StreamMap) { in commit() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
D | Profile.h | 125 BlockList Blocks; variable
|
/external/llvm/unittests/DebugInfo/PDB/ |
D | MappedBlockStreamTest.cpp | 49 DiscontiguousFile(ArrayRef<uint32_t> Blocks, MutableArrayRef<uint8_t> Data) in DiscontiguousFile() 80 std::vector<support::ulittle32_t> Blocks; member in __anon3e9a3ecf0111::DiscontiguousFile 305 const uint32_t Blocks[] = {2, 1, 0, 6, 3, 4, 5, 7, 9, 8}; in TEST() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIMachineScheduler.h | 214 std::vector<SIScheduleBlock*> Blocks; member 230 SIScheduleBlocks> Blocks; variable 324 std::vector<SIScheduleBlock*> Blocks; variable
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIMachineScheduler.h | 208 std::vector<SIScheduleBlock*> Blocks; member 224 SIScheduleBlocks> Blocks; variable 316 std::vector<SIScheduleBlock*> Blocks; variable
|