Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp206 class X86_32TargetCodeGenInfo : public TargetCodeGenInfo { class
208 X86_32TargetCodeGenInfo(CodeGen::CodeGenTypes &CGT, bool DarwinVectorABI, in X86_32TargetCodeGenInfo() function in __anon3cd27ee30111::X86_32TargetCodeGenInfo
304 void X86_32TargetCodeGenInfo::addReturnRegisterOutputs( in addReturnRegisterOutputs()
1084 bool X86_32TargetCodeGenInfo::isStructReturnInRegABI( in isStructReturnInRegABI()
1128 void X86_32TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes()
1142 bool X86_32TargetCodeGenInfo::initDwarfEHRegSizeTable( in initDwarfEHRegSizeTable()
1613 class WinX86_32TargetCodeGenInfo : public X86_32TargetCodeGenInfo {
1618 : X86_32TargetCodeGenInfo(CGT, DarwinVectorABI, RetSmallStructInRegABI, in WinX86_32TargetCodeGenInfo()
1640 X86_32TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
3409 bool RetSmallStructInRegABI = X86_32TargetCodeGenInfo::isStructReturnInRegABI( in createX86_32TargetCodeGenInfo()
[all …]