Home
last modified time | relevance | path

Searched refs:getExtendedElementVectorType (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DDerivedTypes.h463 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/
DDerivedTypes.h463 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 DDerivedTypes.h449 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/
DDerivedTypes.h463 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/
DDerivedTypes.h463 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 DDerivedTypes.h477 static VectorType *getExtendedElementVectorType(VectorType *VTy) { in getExtendedElementVectorType() function
620 return VectorType::getExtendedElementVectorType( in getExtendedType()
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DDerivedTypes.h388 static VectorType *getExtendedElementVectorType(VectorType *VTy) { in getExtendedElementVectorType() function
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DDerivedTypes.h391 static VectorType *getExtendedElementVectorType(VectorType *VTy) { in getExtendedElementVectorType() function
/aosp_15_r20/external/llvm/lib/IR/
H A DFunction.cpp818 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 DFunction.cpp1001 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 DFunction.cpp1405 return VectorType::getExtendedElementVectorType(VTy); in DecodeFixedType()
1640 NewTy = VectorType::getExtendedElementVectorType(VTy); in matchIntrinsicType()
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DLLVMReactor.cpp85 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 DCGBuiltin.cpp3371 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 DX86TargetTransformInfo.cpp230 VectorType::getExtendedElementVectorType(cast<VectorType>(Ty)); in getArithmeticInstrCost()