Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.h42 using BaseT = BasicTTIImplBase<AMDGPUTTIImpl>; variable
45 friend BaseT; variable
67 using BaseT = BasicTTIImplBase<GCNTTIImpl>; variable
70 friend BaseT; variable
234 using BaseT = BasicTTIImplBase<R600TTIImpl>; variable
237 friend BaseT; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVTargetTransformInfo.h28 using BaseT = BasicTTIImplBase<RISCVTTIImpl>; variable
31 friend BaseT; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetTransformInfo.h29 typedef BasicTTIImplBase<WebAssemblyTTIImpl> BaseT; typedef
31 friend BaseT; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.h28 typedef BasicTTIImplBase<X86TTIImpl> BaseT; typedef
30 friend BaseT; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreTargetTransformInfo.h28 typedef BasicTTIImplBase<XCoreTTIImpl> BaseT; typedef
30 friend BaseT; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
DVETargetTransformInfo.h27 using BaseT = BasicTTIImplBase<VETTIImpl>; variable
28 friend BaseT; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.h27 typedef BasicTTIImplBase<PPCTTIImpl> BaseT; typedef
29 friend BaseT; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCTargetTransformInfo.h30 using BaseT = BasicTTIImplBase<ARCTTIImpl>; variable
31 friend BaseT; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.h19 typedef BasicTTIImplBase<SystemZTTIImpl> BaseT; typedef
21 friend BaseT; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.h34 using BaseT = BasicTTIImplBase<HexagonTTIImpl>; variable
37 friend BaseT; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiTargetTransformInfo.h29 typedef BasicTTIImplBase<LanaiTTIImpl> BaseT; typedef
31 friend BaseT; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.h28 typedef BasicTTIImplBase<NVPTXTTIImpl> BaseT; typedef
30 friend BaseT; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Diterator.h208 using BaseT = typename iterator_adaptor_base::iterator_facade_base; variable
349 using BaseT = iterator_adaptor_base< variable
DSequence.h33 using BaseT = typename value_sequence_iterator::iterator_facade_base; variable
DDenseSet.h253 using BaseT = variable
272 using BaseT = detail::DenseSetImpl< variable
DDenseMap.h690 using BaseT = DenseMapBase<DenseMap, KeyT, ValueT, KeyInfoT, BucketT>; variable
858 using BaseT = DenseMapBase<SmallDenseMap, KeyT, ValueT, KeyInfoT, BucketT>; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.h42 using BaseT = BasicTTIImplBase<ARMTTIImpl>; variable
45 friend BaseT; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h42 using BaseT = BasicTTIImplBase<AArch64TTIImpl>; variable
45 friend BaseT; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Diterator.h172 typedef typename iterator_adaptor_base::iterator_facade_base BaseT; typedef
DSTLExtras.h257 using BaseT = iterator_adaptor_base< variable
DDenseMap.h587 typedef DenseMapBase<DenseMap, KeyT, ValueT, KeyInfoT, BucketT> BaseT; typedef
743 typedef DenseMapBase<SmallDenseMap, KeyT, ValueT, KeyInfoT, BucketT> BaseT; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopIterator.h50 using BaseT = iterator_adaptor_base< member
DLoopInfo.h1050 typedef LoopInfoBase<BasicBlock, Loop> BaseT; typedef
DTargetTransformInfoImpl.h707 typedef TargetTransformInfoImplBase BaseT; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h1731 using BaseT = BasicTTIImplBase<BasicTTIImpl>; variable