Lines Matching defs:DarwinVectorABI
179 X86_32ABIInfo(CodeGen::CodeGenTypes &CGT, bool DarwinVectorABI,
182 : ABIInfo(CGT), IsDarwinVectorABI(DarwinVectorABI),
208 X86_32TargetCodeGenInfo(CodeGen::CodeGenTypes &CGT, bool DarwinVectorABI,
212 CGT, DarwinVectorABI, RetSmallStructInRegABI, Win32StructABI,
1631 bool DarwinVectorABI, bool RetSmallStructInRegABI, bool Win32StructABI,
1633 : X86_32TargetCodeGenInfo(CGT, DarwinVectorABI, RetSmallStructInRegABI,
3430 CodeGenModule &CGM, bool DarwinVectorABI, bool Win32StructABI,
3435 CGM.getTypes(), DarwinVectorABI, RetSmallStructInRegABI, Win32StructABI,
3440 CodeGenModule &CGM, bool DarwinVectorABI, bool Win32StructABI,
3445 CGM.getTypes(), DarwinVectorABI, RetSmallStructInRegABI, Win32StructABI,