Home
last modified time | relevance | path

Searched defs:BlockSizes (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/Fuzzers/
Dfuzz_astc_physical_to_symbolic.cpp34 struct BlockSizes struct
41 std::array<BlockSizes, 3> testSz {{ argument
/aosp_15_r20/external/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp38 std::vector<unsigned> BlockSizes; member
/aosp_15_r20/external/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp45 std::vector<unsigned> BlockSizes; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp48 std::vector<std::pair<unsigned, unsigned>> BlockSizes; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp45 std::vector<std::pair<unsigned, unsigned>> BlockSizes; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp3503 auto BlockSizes = std::vector<uint64_t>(F->size()); in applyExtTsp() local