Home
last modified time | relevance | path

Searched defs:vectorTy (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp633 llvm::VectorType *vectorTy) { in isLegalVectorType()
647 llvm::VectorType *vectorTy) { in splitLegalVectorType()
H A DTargetInfo.cpp1983 if (llvm::VectorType *vectorTy = dyn_cast_or_null<llvm::VectorType>(ty)) in isPassedUsingAVXType() local
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DLLVMReactor.cpp152 if(llvm::FixedVectorType *vectorTy = llvm::dyn_cast<llvm::FixedVectorType>(ty)) in lowerRCP() local
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaExpr.cpp7834 QualType vectorTy) { in tryVectorConvertAndSplat()