/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | DerivedTypes.h | 463 static VectorType *getExtendedElementVectorType(VectorType *VTy) { in getExtendedElementVectorType() function 555 static FixedVectorType *getExtendedElementVectorType(FixedVectorType *VTy) { in getExtendedElementVectorType() function 556 return cast<FixedVectorType>(VectorType::getExtendedElementVectorType(VTy)); in getExtendedElementVectorType() 604 getExtendedElementVectorType(ScalableVectorType *VTy) { in getExtendedElementVectorType() function 606 VectorType::getExtendedElementVectorType(VTy)); in getExtendedElementVectorType() 692 return VectorType::getExtendedElementVectorType( in getExtendedType()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | DerivedTypes.h | 463 static VectorType *getExtendedElementVectorType(VectorType *VTy) { in getExtendedElementVectorType() function 555 static FixedVectorType *getExtendedElementVectorType(FixedVectorType *VTy) { in getExtendedElementVectorType() function 556 return cast<FixedVectorType>(VectorType::getExtendedElementVectorType(VTy)); in getExtendedElementVectorType() 604 getExtendedElementVectorType(ScalableVectorType *VTy) { in getExtendedElementVectorType() function 606 VectorType::getExtendedElementVectorType(VTy)); in getExtendedElementVectorType() 692 return VectorType::getExtendedElementVectorType( in getExtendedType()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 449 static VectorType *getExtendedElementVectorType(VectorType *VTy) { in getExtendedElementVectorType() function 541 static FixedVectorType *getExtendedElementVectorType(FixedVectorType *VTy) { in getExtendedElementVectorType() function 542 return cast<FixedVectorType>(VectorType::getExtendedElementVectorType(VTy)); in getExtendedElementVectorType() 590 getExtendedElementVectorType(ScalableVectorType *VTy) { in getExtendedElementVectorType() function 592 VectorType::getExtendedElementVectorType(VTy)); in getExtendedElementVectorType() 711 return VectorType::getExtendedElementVectorType( in getExtendedType()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | DerivedTypes.h | 463 static VectorType *getExtendedElementVectorType(VectorType *VTy) { in getExtendedElementVectorType() function 555 static FixedVectorType *getExtendedElementVectorType(FixedVectorType *VTy) { in getExtendedElementVectorType() function 556 return cast<FixedVectorType>(VectorType::getExtendedElementVectorType(VTy)); in getExtendedElementVectorType() 604 getExtendedElementVectorType(ScalableVectorType *VTy) { in getExtendedElementVectorType() function 606 VectorType::getExtendedElementVectorType(VTy)); in getExtendedElementVectorType() 692 return VectorType::getExtendedElementVectorType( in getExtendedType()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | DerivedTypes.h | 463 static VectorType *getExtendedElementVectorType(VectorType *VTy) { in getExtendedElementVectorType() function 555 static FixedVectorType *getExtendedElementVectorType(FixedVectorType *VTy) { in getExtendedElementVectorType() function 556 return cast<FixedVectorType>(VectorType::getExtendedElementVectorType(VTy)); in getExtendedElementVectorType() 604 getExtendedElementVectorType(ScalableVectorType *VTy) { in getExtendedElementVectorType() function 606 VectorType::getExtendedElementVectorType(VTy)); in getExtendedElementVectorType() 692 return VectorType::getExtendedElementVectorType( in getExtendedType()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 477 static VectorType *getExtendedElementVectorType(VectorType *VTy) { in getExtendedElementVectorType() function 620 return VectorType::getExtendedElementVectorType( in getExtendedType()
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 388 static VectorType *getExtendedElementVectorType(VectorType *VTy) { in getExtendedElementVectorType() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | DerivedTypes.h | 391 static VectorType *getExtendedElementVectorType(VectorType *VTy) { in getExtendedElementVectorType() function
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Function.cpp | 818 return VectorType::getExtendedElementVectorType(VTy); in DecodeFixedType() 991 NewTy = VectorType::getExtendedElementVectorType(VTy); in matchIntrinsicType()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Function.cpp | 1001 return VectorType::getExtendedElementVectorType(VTy); in DecodeFixedType() 1221 NewTy = VectorType::getExtendedElementVectorType(VTy); in matchIntrinsicType()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Function.cpp | 1405 return VectorType::getExtendedElementVectorType(VTy); in DecodeFixedType() 1640 NewTy = VectorType::getExtendedElementVectorType(VTy); in matchIntrinsicType()
|
/aosp_15_r20/external/swiftshader/src/Reactor/ |
H A D | LLVMReactor.cpp | 85 llvm::VectorType::getExtendedElementVectorType(ty); in lowerPAVG() 213 llvm::VectorType *extTy = llvm::VectorType::getExtendedElementVectorType(ty); in lowerMulAdd() 327 llvm::VectorType *extTy = llvm::VectorType::getExtendedElementVectorType(ty); in lowerMulHigh()
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 3371 llvm::VectorType::getExtendedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr() 3557 llvm::Type *QTy = llvm::VectorType::getExtendedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr() 3634 llvm::Type *SrcTy = llvm::VectorType::getExtendedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr() 3666 llvm::VectorType::getExtendedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 230 VectorType::getExtendedElementVectorType(cast<VectorType>(Ty)); in getArithmeticInstrCost()
|