Home
last modified time | relevance | path

Searched defs:Blocks (Results 1 – 25 of 121) sorted by relevance

12345

/external/llvm/docs/
DMIRLangRef.rst193 Block References
210 Successors
237 Live In Registers
252 Miscellaneous Attributes
DBitCodeFormat.rst163 .. _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/
DSample.json3 "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/
DIteratedDominanceFrontier.h56 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/
DWebAssemblyFixIrreducibleControlFlow.cpp74 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/
DBlocks.rst2 Blocks title
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericIteratedDominanceFrontier.h75 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/
DGVNSink.cpp120 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()
DFlattenCFGPass.cpp61 std::vector<WeakVH> Blocks; in iterativelyFlattenCFG() local
/external/llvm/include/llvm/CodeGen/
DEdgeBundles.h35 SmallVector<SmallVector<unsigned, 8>, 4> Blocks; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DEdgeBundles.h34 SmallVector<SmallVector<unsigned, 8>, 4> Blocks; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMSFBuilder.cpp102 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/
DThreadSafetyTIL.cpp168 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/
DCodeExtractor.h52 SetVector<BasicBlock *> Blocks; variable
/external/llvm/tools/llvm-pdbdump/
DYAMLOutputStyle.cpp59 auto Blocks = File.getDirectoryBlockArray(); in dumpFileHeaders() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DTrace.cpp310 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/
DX86CmovConversion.cpp182 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/
DPostOrderCFGView.h73 std::vector<const CFGBlock*> Blocks; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DGCOV.cpp479 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/
DLoopSimplifyCFG.cpp43 SmallVector<WeakVH, 16> Blocks(L.blocks()); in simplifyLoopCFG() local
/external/llvm/lib/DebugInfo/PDB/Raw/
DPDBFile.cpp154 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/
DProfile.h125 BlockList Blocks; variable
/external/llvm/unittests/DebugInfo/PDB/
DMappedBlockStreamTest.cpp49 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/
DSIMachineScheduler.h214 std::vector<SIScheduleBlock*> Blocks; member
230 SIScheduleBlocks> Blocks; variable
324 std::vector<SIScheduleBlock*> Blocks; variable
/external/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h208 std::vector<SIScheduleBlock*> Blocks; member
224 SIScheduleBlocks> Blocks; variable
316 std::vector<SIScheduleBlock*> Blocks; variable

12345