Home
last modified time | relevance | path

Searched refs:ImplType (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineBlockFrequencyInfo.h31 typedef BlockFrequencyInfoImpl<MachineBasicBlock> ImplType; typedef
32 std::unique_ptr<ImplType> MBFI;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineBlockFrequencyInfo.h35 using ImplType = BlockFrequencyInfoImpl<MachineBasicBlock>; variable
36 std::unique_ptr<ImplType> MBFI;
/external/llvm/include/llvm/Analysis/
DBlockFrequencyInfo.h32 typedef BlockFrequencyInfoImpl<BasicBlock> ImplType; typedef
33 std::unique_ptr<ImplType> BFI;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfo.h39 using ImplType = BlockFrequencyInfoImpl<BasicBlock>; variable
41 std::unique_ptr<ImplType> BFI;
/external/gemmlowp/internal/
Dpack.h407 typedef PackSideBlockImpl<SideMapType, PackedSideBlock> ImplType; in PackLhs() typedef
408 ImplType impl(dst, src_side_map); in PackLhs()
422 typedef PackSideBlockImpl<SideMapType, PackedSideBlock> ImplType; in PackRhs() typedef
423 ImplType impl(dst, src_side_map); in PackRhs()
/external/libchrome/mojo/public/cpp/bindings/tests/
Dbind_task_runner_unittest.cc193 impl_.reset(new ImplType(std::move(request), binding_task_runner_)); in SetUp()
201 using ImplType = typedef in mojo::test::__anona2eee2bc0111::BindTaskRunnerTest
203 std::unique_ptr<ImplType> impl_;
/external/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp140 MBFI.reset(new ImplType); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp189 MBFI.reset(new ImplType); in calculate()
/external/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp142 BFI.reset(new ImplType); in calculate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp188 BFI.reset(new ImplType); in calculate()