HomeSort by relevance Sort by last modified time
    Searched refs:VecTy (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
TinyPtrVector.h 27 typedef llvm::SmallVector<EltTy, 4> VecTy;
28 llvm::PointerUnion<EltTy, VecTy*> Val;
32 if (VecTy *V = Val.template dyn_cast<VecTy*>())
33 Val = new VecTy(*V);
36 if (VecTy *V = Val.template dyn_cast<VecTy*>())
44 if (VecTy *Vec = Val.template dyn_cast<VecTy*>())
54 return Val.template get<VecTy*>()->size()
    [all...]
  /external/llvm/include/llvm/ADT/
TinyPtrVector.h 28 typedef llvm::SmallVector<EltTy, 4> VecTy;
29 typedef typename VecTy::value_type value_type;
30 typedef llvm::PointerUnion<EltTy, VecTy *> PtrUnion;
38 if (VecTy *V = Val.template dyn_cast<VecTy*>())
43 if (VecTy *V = Val.template dyn_cast<VecTy*>())
44 Val = new VecTy(*V);
60 Val = new VecTy(*RHS.Val.template get<VecTy*>());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
TinyPtrVector.h 33 typedef SmallVector<EltTy, 4> VecTy;
34 typedef typename VecTy::value_type value_type;
35 typedef PointerUnion<EltTy, VecTy *> PtrUnion;
44 if (VecTy *V = Val.template dyn_cast<VecTy*>())
49 if (VecTy *V = Val.template dyn_cast<VecTy*>())
50 Val = new VecTy(*V);
67 Val = new VecTy(*RHS.Val.template get<VecTy*>());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
TinyPtrVector.h 33 typedef SmallVector<EltTy, 4> VecTy;
34 typedef typename VecTy::value_type value_type;
35 typedef PointerUnion<EltTy, VecTy *> PtrUnion;
44 if (VecTy *V = Val.template dyn_cast<VecTy*>())
49 if (VecTy *V = Val.template dyn_cast<VecTy*>())
50 Val = new VecTy(*V);
67 Val = new VecTy(*RHS.Val.template get<VecTy*>());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
TinyPtrVector.h 33 typedef SmallVector<EltTy, 4> VecTy;
34 typedef typename VecTy::value_type value_type;
35 typedef PointerUnion<EltTy, VecTy *> PtrUnion;
44 if (VecTy *V = Val.template dyn_cast<VecTy*>())
49 if (VecTy *V = Val.template dyn_cast<VecTy*>())
50 Val = new VecTy(*V);
67 Val = new VecTy(*RHS.Val.template get<VecTy*>());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
TinyPtrVector.h 33 typedef SmallVector<EltTy, 4> VecTy;
34 typedef typename VecTy::value_type value_type;
35 typedef PointerUnion<EltTy, VecTy *> PtrUnion;
44 if (VecTy *V = Val.template dyn_cast<VecTy*>())
49 if (VecTy *V = Val.template dyn_cast<VecTy*>())
50 Val = new VecTy(*V);
67 Val = new VecTy(*RHS.Val.template get<VecTy*>());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
TinyPtrVector.h 33 typedef SmallVector<EltTy, 4> VecTy;
34 typedef typename VecTy::value_type value_type;
35 typedef PointerUnion<EltTy, VecTy *> PtrUnion;
44 if (VecTy *V = Val.template dyn_cast<VecTy*>())
49 if (VecTy *V = Val.template dyn_cast<VecTy*>())
50 Val = new VecTy(*V);
67 Val = new VecTy(*RHS.Val.template get<VecTy*>());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
TinyPtrVector.h 33 typedef SmallVector<EltTy, 4> VecTy;
34 typedef typename VecTy::value_type value_type;
35 typedef PointerUnion<EltTy, VecTy *> PtrUnion;
44 if (VecTy *V = Val.template dyn_cast<VecTy*>())
49 if (VecTy *V = Val.template dyn_cast<VecTy*>())
50 Val = new VecTy(*V);
67 Val = new VecTy(*RHS.Val.template get<VecTy*>());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
TinyPtrVector.h 33 typedef SmallVector<EltTy, 4> VecTy;
34 typedef typename VecTy::value_type value_type;
35 typedef PointerUnion<EltTy, VecTy *> PtrUnion;
44 if (VecTy *V = Val.template dyn_cast<VecTy*>())
49 if (VecTy *V = Val.template dyn_cast<VecTy*>())
50 Val = new VecTy(*V);
67 Val = new VecTy(*RHS.Val.template get<VecTy*>());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
TinyPtrVector.h 33 typedef SmallVector<EltTy, 4> VecTy;
34 typedef typename VecTy::value_type value_type;
35 typedef PointerUnion<EltTy, VecTy *> PtrUnion;
44 if (VecTy *V = Val.template dyn_cast<VecTy*>())
49 if (VecTy *V = Val.template dyn_cast<VecTy*>())
50 Val = new VecTy(*V);
67 Val = new VecTy(*RHS.Val.template get<VecTy*>());
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h 102 int getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy,
130 int getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, unsigned Factor,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 318 Type *VecTy = nullptr;
320 VecTy = A->getType();
322 assert ((VF == 1 || VF == VecTy->getVectorNumElements()) &&
326 VecTy = VectorType::get(A->getType(), VF);
328 Cost += getScalarizationOverhead(VecTy, false, true);
335 unsigned getScalarizationOverhead(Type *VecTy, ArrayRef<const Value *> Args) {
336 assert (VecTy->isVectorTy());
340 Cost += getScalarizationOverhead(VecTy, true, false);
343 VecTy->getVectorNumElements());
347 Cost += getScalarizationOverhead(VecTy, false, true)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 318 Type *VecTy = nullptr;
320 VecTy = A->getType();
322 assert ((VF == 1 || VF == VecTy->getVectorNumElements()) &&
326 VecTy = VectorType::get(A->getType(), VF);
328 Cost += getScalarizationOverhead(VecTy, false, true);
335 unsigned getScalarizationOverhead(Type *VecTy, ArrayRef<const Value *> Args) {
336 assert (VecTy->isVectorTy());
340 Cost += getScalarizationOverhead(VecTy, true, false);
343 VecTy->getVectorNumElements());
347 Cost += getScalarizationOverhead(VecTy, false, true)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 318 Type *VecTy = nullptr;
320 VecTy = A->getType();
322 assert ((VF == 1 || VF == VecTy->getVectorNumElements()) &&
326 VecTy = VectorType::get(A->getType(), VF);
328 Cost += getScalarizationOverhead(VecTy, false, true);
335 unsigned getScalarizationOverhead(Type *VecTy, ArrayRef<const Value *> Args) {
336 assert (VecTy->isVectorTy());
340 Cost += getScalarizationOverhead(VecTy, true, false);
343 VecTy->getVectorNumElements());
347 Cost += getScalarizationOverhead(VecTy, false, true)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 318 Type *VecTy = nullptr;
320 VecTy = A->getType();
322 assert ((VF == 1 || VF == VecTy->getVectorNumElements()) &&
326 VecTy = VectorType::get(A->getType(), VF);
328 Cost += getScalarizationOverhead(VecTy, false, true);
335 unsigned getScalarizationOverhead(Type *VecTy, ArrayRef<const Value *> Args) {
336 assert (VecTy->isVectorTy());
340 Cost += getScalarizationOverhead(VecTy, true, false);
343 VecTy->getVectorNumElements());
347 Cost += getScalarizationOverhead(VecTy, false, true)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 318 Type *VecTy = nullptr;
320 VecTy = A->getType();
322 assert ((VF == 1 || VF == VecTy->getVectorNumElements()) &&
326 VecTy = VectorType::get(A->getType(), VF);
328 Cost += getScalarizationOverhead(VecTy, false, true);
335 unsigned getScalarizationOverhead(Type *VecTy, ArrayRef<const Value *> Args) {
336 assert (VecTy->isVectorTy());
340 Cost += getScalarizationOverhead(VecTy, true, false);
343 VecTy->getVectorNumElements());
347 Cost += getScalarizationOverhead(VecTy, false, true)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 318 Type *VecTy = nullptr;
320 VecTy = A->getType();
322 assert ((VF == 1 || VF == VecTy->getVectorNumElements()) &&
326 VecTy = VectorType::get(A->getType(), VF);
328 Cost += getScalarizationOverhead(VecTy, false, true);
335 unsigned getScalarizationOverhead(Type *VecTy, ArrayRef<const Value *> Args) {
336 assert (VecTy->isVectorTy());
340 Cost += getScalarizationOverhead(VecTy, true, false);
343 VecTy->getVectorNumElements());
347 Cost += getScalarizationOverhead(VecTy, false, true)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 318 Type *VecTy = nullptr;
320 VecTy = A->getType();
322 assert ((VF == 1 || VF == VecTy->getVectorNumElements()) &&
326 VecTy = VectorType::get(A->getType(), VF);
328 Cost += getScalarizationOverhead(VecTy, false, true);
335 unsigned getScalarizationOverhead(Type *VecTy, ArrayRef<const Value *> Args) {
336 assert (VecTy->isVectorTy());
340 Cost += getScalarizationOverhead(VecTy, true, false);
343 VecTy->getVectorNumElements());
347 Cost += getScalarizationOverhead(VecTy, false, true)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 318 Type *VecTy = nullptr;
320 VecTy = A->getType();
322 assert ((VF == 1 || VF == VecTy->getVectorNumElements()) &&
326 VecTy = VectorType::get(A->getType(), VF);
328 Cost += getScalarizationOverhead(VecTy, false, true);
335 unsigned getScalarizationOverhead(Type *VecTy, ArrayRef<const Value *> Args) {
336 assert (VecTy->isVectorTy());
340 Cost += getScalarizationOverhead(VecTy, true, false);
343 VecTy->getVectorNumElements());
347 Cost += getScalarizationOverhead(VecTy, false, true)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 587 int getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy,
624 /// \p VecTy is the vector type of the interleaved access.
630 int getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, unsigned Factor,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 587 int getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy,
624 /// \p VecTy is the vector type of the interleaved access.
630 int getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, unsigned Factor,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 587 int getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy,
624 /// \p VecTy is the vector type of the interleaved access.
630 int getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, unsigned Factor,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 587 int getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy,
624 /// \p VecTy is the vector type of the interleaved access.
630 int getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, unsigned Factor,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 587 int getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy,
624 /// \p VecTy is the vector type of the interleaved access.
630 int getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, unsigned Factor,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 587 int getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy,
624 /// \p VecTy is the vector type of the interleaved access.
630 int getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, unsigned Factor,
    [all...]

Completed in 1876 milliseconds

1 2 3 4