HomeSort by: relevance | last modified time | path
    Searched refs:getExtendedElementVectorType (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DerivedTypes.h 451 static VectorType *getExtendedElementVectorType(VectorType *VTy) {
543 static FixedVectorType *getExtendedElementVectorType(FixedVectorType *VTy) {
544 return cast<FixedVectorType>(VectorType::getExtendedElementVectorType(VTy));
592 getExtendedElementVectorType(ScalableVectorType *VTy) {
594 VectorType::getExtendedElementVectorType(VTy));
698 return VectorType::getExtendedElementVectorType(
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Function.cpp 1218 return VectorType::getExtendedElementVectorType(VTy);
1437 NewTy = VectorType::getExtendedElementVectorType(VTy);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBuiltin.cpp 6423 llvm::FixedVectorType::getExtendedElementVectorType(VTy);
6704 llvm::FixedVectorType::getExtendedElementVectorType(VTy);
6818 llvm::FixedVectorType::getExtendedElementVectorType(VTy);
6884 llvm::FixedVectorType::getExtendedElementVectorType(VTy);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 192 VectorType::getExtendedElementVectorType(cast<VectorType>(Ty));

Completed in 81 milliseconds