Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp89 case VectorFloat: in appendParameterType()
125 case VectorFloat: in getVecExtParmsType()
183 case VectorFloat: in getParmsType()
H A DPPCMachineFunctionInfo.h33 VectorFloat enumerator
H A DPPCISelLowering.cpp7057 FuncInfo->appendParameterType(PPCFunctionInfo::VectorFloat); in LowerFormalArguments_AIX()
/llvm-project-15.0.7/clang/test/CXX/temp/temp.param/
H A Dp7.cpp43 template<VF4> struct VectorFloat; // cxx17-error {{cannot have type 'VF4'}}