Home
last modified time | relevance | path

Searched refs:VectorInt (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp88 case VectorInt: in appendParameterType()
119 case VectorInt: in getVecExtParmsType()
182 case VectorInt: in getParmsType()
H A DPPCMachineFunctionInfo.h32 VectorInt, enumerator
H A DPPCISelLowering.cpp7053 FuncInfo->appendParameterType(PPCFunctionInfo::VectorInt); in LowerFormalArguments_AIX()
/llvm-project-15.0.7/clang/test/CXX/temp/temp.param/
H A Dp7.cpp42 template<VI4> struct VectorInt; // cxx17-error {{cannot have type 'VI4'}}