Home
last modified time | relevance | path

Searched refs:containsHomogeneousScalableVectorTypes (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp435 bool StructType::containsHomogeneousScalableVectorTypes() const { in containsHomogeneousScalableVectorTypes() function in StructType
566 if (containsHomogeneousScalableVectorTypes()) { in isSized()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DRISCV.cpp449 Info.setCanBeFlattened(!STy->containsHomogeneousScalableVectorTypes()); in classifyArgumentType()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h301 bool containsHomogeneousScalableVectorTypes() const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp3216 if (STy->containsHomogeneousScalableVectorTypes()) { in EmitFunctionProlog()
3240 assert(STy->containsHomogeneousScalableVectorTypes() && in EmitFunctionProlog()
5339 if (STy->containsHomogeneousScalableVectorTypes()) { in EmitCall()
5370 assert(STy->containsHomogeneousScalableVectorTypes() && in EmitCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1145 (STy && STy->containsHomogeneousScalableVectorTypes())) { in visitAllocaInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp22109 if (STy && STy->containsHomogeneousScalableVectorTypes()) { in constructArgInfos()