Home
last modified time | relevance | path

Searched refs:DarwinVectorABI (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h540 CodeGenModule &CGM, bool DarwinVectorABI, bool Win32StructABI,
544 createWinX86_32TargetCodeGenInfo(CodeGenModule &CGM, bool DarwinVectorABI,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp179 X86_32ABIInfo(CodeGen::CodeGenTypes &CGT, bool DarwinVectorABI, in X86_32ABIInfo() argument
182 : ABIInfo(CGT), IsDarwinVectorABI(DarwinVectorABI), in X86_32ABIInfo()
208 X86_32TargetCodeGenInfo(CodeGen::CodeGenTypes &CGT, bool DarwinVectorABI, in X86_32TargetCodeGenInfo() argument
212 CGT, DarwinVectorABI, RetSmallStructInRegABI, Win32StructABI, in X86_32TargetCodeGenInfo()
1616 bool DarwinVectorABI, bool RetSmallStructInRegABI, bool Win32StructABI, in WinX86_32TargetCodeGenInfo() argument
1618 : X86_32TargetCodeGenInfo(CGT, DarwinVectorABI, RetSmallStructInRegABI, in WinX86_32TargetCodeGenInfo()
3407 CodeGenModule &CGM, bool DarwinVectorABI, bool Win32StructABI, in createX86_32TargetCodeGenInfo() argument
3412 CGM.getTypes(), DarwinVectorABI, RetSmallStructInRegABI, Win32StructABI, in createX86_32TargetCodeGenInfo()
3417 CodeGenModule &CGM, bool DarwinVectorABI, bool Win32StructABI, in createWinX86_32TargetCodeGenInfo() argument
3422 CGM.getTypes(), DarwinVectorABI, RetSmallStructInRegABI, Win32StructABI, in createWinX86_32TargetCodeGenInfo()