Home
last modified time | relevance | path

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

12345678910>>...16

/aosp_15_r20/external/llvm/docs/
H A 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:
H A DMIRLangRef.rst193 Block References
210 Successors
237 Live In Registers
252 Miscellaneous Attributes
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp411 [](const auto &Blocks) { return Blocks.size() > 1; }); in atLeastOneMerged()
429 static unsigned getMinOrigOrder(const BCECmpChain::ContiguousBlocks &Blocks) { in getMinOrigOrder()
439 mergeBlocks(std::vector<BCECmpBlock> &&Blocks) { in mergeBlocks()
471 BCECmpChain::BCECmpChain(const std::vector<BasicBlock *> &Blocks, PHINode &Phi, in BCECmpChain()
694 for (const auto &Blocks : reverse(MergedBlocks_)) { in simplify() local
725 for (const auto &Blocks : MergedBlocks_) { in simplify() local
742 std::vector<BasicBlock *> Blocks(NumBlocks); in getOrderedBlocks() local
829 const auto Blocks = in processPhi() local
H A DGVNSink.cpp116 ArrayRef<BasicBlock *> Blocks; member in __anon927016f30111::LockstepReverseIterator
122 LockstepReverseIterator(ArrayRef<BasicBlock *> Blocks) : Blocks(Blocks) { in LockstepReverseIterator()
155 void restrictToBlocks(SmallSetVector<BasicBlock *, 4> &Blocks) { in restrictToBlocks()
196 SmallVector<BasicBlock *, 4> Blocks; member
227 SmallVector<BasicBlock *, 4> Blocks; member in __anon927016f30111::ModelledPHI
836 void GVNSink::sinkLastInstruction(ArrayRef<BasicBlock *> Blocks, in sinkLastInstruction()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp74 ReachabilityGraph(MachineBasicBlock *Entry, const BlockSet &Blocks) in ReachabilityGraph()
114 const BlockSet &Blocks; member in __anonc263fd350111::ReachabilityGraph
193 BlockSet Blocks; member in __anonc263fd350111::LoopBlocks
242 MachineBasicBlock *Entry, BlockSet &Blocks, MachineFunction &MF) { in processRegion()
323 BlockSet &Entries, BlockSet &Blocks, MachineFunction &MF, in makeSingleEntryLoop()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp86 ReachabilityGraph(MachineBasicBlock *Entry, const BlockSet &Blocks) in ReachabilityGraph()
126 const BlockSet &Blocks; member in __anon68362a7b0111::ReachabilityGraph
205 BlockSet Blocks; member in __anon68362a7b0111::LoopBlocks
252 MachineBasicBlock *Entry, BlockSet &Blocks, MachineFunction &MF) { in processRegion()
338 BlockSet &Entries, BlockSet &Blocks, MachineFunction &MF, in makeSingleEntryLoop()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DFixIrreducible.cpp169 SetVector<BasicBlock *> &Blocks, in createNaturalLoopInternal()
257 SetVector<BasicBlock *> &Blocks, in createNaturalLoop()
263 SetVector<BasicBlock *> &Blocks, in createNaturalLoop()
275 SetVector<BasicBlock *> Blocks; in makeReducible() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp120 ArrayRef<BasicBlock *> Blocks; member in __anonb4f7182d0111::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 __anonb4f7182d0111::ModelledPHI
833 void GVNSink::sinkLastInstruction(ArrayRef<BasicBlock *> Blocks, in sinkLastInstruction()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIOptimizeVGPRLiveRange.cpp333 SmallSetVector<MachineBasicBlock *, 2> &Blocks, in collectWaterfallCandidateRegisters()
402 SetVector<MachineBasicBlock *> Blocks; in updateLiveRangeInThenRegion() local
545 SmallSetVector<MachineBasicBlock *, 2> &Blocks, in optimizeWaterfallLiveRange()
681 SmallSetVector<MachineBasicBlock *, 2> Blocks; in runOnMachineFunction() local
H A DSIMachineScheduler.h211 std::vector<SIScheduleBlock*> Blocks; member
227 SIScheduleBlocks> Blocks; variable
321 std::vector<SIScheduleBlock*> Blocks; variable
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DIteratedDominanceFrontier.h56 void setDefiningBlocks(const SmallPtrSetImpl<BasicBlock *> &Blocks) { in setDefiningBlocks()
66 void setLiveInBlocks(const SmallPtrSetImpl<BasicBlock *> &Blocks) { in setLiveInBlocks()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp103 MutableArrayRef<uint32_t> Blocks) { in allocateBlocks()
156 ArrayRef<uint32_t> Blocks) { in addStream()
395 for (const auto &Blocks : Layout.StreamMap) { in commit() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp193 SmallVector<MachineBasicBlock *, 4> Blocks; in runOnMachineFunction() local
270 ArrayRef<MachineBasicBlock *> Blocks, CmovGroups &CmovInstGroups, in collectCmovCandidates()
392 ArrayRef<MachineBasicBlock *> Blocks, CmovGroups &CmovInstGroups) { in checkForProfitableCmovCandidates()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DGenericIteratedDominanceFrontier.h74 void setDefiningBlocks(const SmallPtrSetImpl<NodeTy *> &Blocks) { in setDefiningBlocks()
83 void setLiveInBlocks(const SmallPtrSetImpl<NodeTy *> &Blocks) { in setLiveInBlocks()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DGenericIteratedDominanceFrontier.h75 void setDefiningBlocks(const SmallPtrSetImpl<NodeTy *> &Blocks) { in setDefiningBlocks()
84 void setLiveInBlocks(const SmallPtrSetImpl<NodeTy *> &Blocks) { in setLiveInBlocks()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DGenericIteratedDominanceFrontier.h74 void setDefiningBlocks(const SmallPtrSetImpl<NodeTy *> &Blocks) { in setDefiningBlocks()
83 void setLiveInBlocks(const SmallPtrSetImpl<NodeTy *> &Blocks) { in setLiveInBlocks()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DGenericIteratedDominanceFrontier.h75 void setDefiningBlocks(const SmallPtrSetImpl<NodeTy *> &Blocks) { in setDefiningBlocks()
84 void setLiveInBlocks(const SmallPtrSetImpl<NodeTy *> &Blocks) { in setLiveInBlocks()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DGenericIteratedDominanceFrontier.h74 void setDefiningBlocks(const SmallPtrSetImpl<NodeTy *> &Blocks) { in setDefiningBlocks()
83 void setLiveInBlocks(const SmallPtrSetImpl<NodeTy *> &Blocks) { in setLiveInBlocks()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DGenericIteratedDominanceFrontier.h74 void setDefiningBlocks(const SmallPtrSetImpl<NodeTy *> &Blocks) { in setDefiningBlocks()
83 void setLiveInBlocks(const SmallPtrSetImpl<NodeTy *> &Blocks) { in setLiveInBlocks()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A 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()
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/tools/GpuMemDumpVis/
H A DSample.json161 "Blocks": { object
217 "Blocks": { object
242 "Blocks": { object
249 "Blocks": { object
291 "Blocks": { object
298 "Blocks": { object
305 "Blocks": { object
312 "Blocks": { object
323 "Blocks": { object
376 "Blocks": { object
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h208 std::vector<SIScheduleBlock*> Blocks; member
224 SIScheduleBlocks> Blocks; variable
316 std::vector<SIScheduleBlock*> Blocks; variable
/aosp_15_r20/external/llvm/unittests/DebugInfo/PDB/
H A DMappedBlockStreamTest.cpp49 DiscontiguousFile(ArrayRef<uint32_t> Blocks, MutableArrayRef<uint8_t> Data) in DiscontiguousFile()
80 std::vector<support::ulittle32_t> Blocks; member in __anonb68cb5990111::DiscontiguousFile
305 const uint32_t Blocks[] = {2, 1, 0, 6, 3, 4, 5, 7, 9, 8}; in TEST() local

12345678910>>...16