Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp1415 class X86_64TargetCodeGenInfo : public TargetCodeGenInfo { class
1417 X86_64TargetCodeGenInfo(CodeGen::CodeGenTypes &CGT, X86AVXABILevel AVXLevel) in X86_64TargetCodeGenInfo() function in __anon8aa8892d0211::X86_64TargetCodeGenInfo
1564 void X86_64TargetCodeGenInfo::checkFunctionCallABI(CodeGenModule &CGM, in checkFunctionCallABI()
3452 return std::make_unique<X86_64TargetCodeGenInfo>(CGM.getTypes(), AVXLevel); in createX86_64TargetCodeGenInfo()