Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDType.cpp435 bool StructType::containsHomogeneousScalableVectorTypes() const { in containsHomogeneousScalableVectorTypes() function in StructType
566 if (containsHomogeneousScalableVectorTypes()) { in isSized()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/Targets/
HDRISCV.cpp449 Info.setCanBeFlattened(!STy->containsHomogeneousScalableVectorTypes()); in classifyArgumentType()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDerivedTypes.h301 bool containsHomogeneousScalableVectorTypes() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCall.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-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDAddressSanitizer.cpp1145 (STy && STy->containsHomogeneousScalableVectorTypes())) { in visitAllocaInst()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.cpp22109 if (STy && STy->containsHomogeneousScalableVectorTypes()) { in constructArgInfos()