Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp352 class PPC32TargetCodeGenInfo : public TargetCodeGenInfo { class
354 PPC32TargetCodeGenInfo(CodeGenTypes &CGT, bool SoftFloatABI, in PPC32TargetCodeGenInfo() function in __anon5bbdb0ca0311::PPC32TargetCodeGenInfo
580 bool PPC32TargetCodeGenInfo::isStructReturnInRegABI( in isStructReturnInRegABI()
600 PPC32TargetCodeGenInfo::initDwarfEHRegSizeTable(CodeGen::CodeGenFunction &CGF, in initDwarfEHRegSizeTable()
1035 bool RetSmallStructInRegABI = PPC32TargetCodeGenInfo::isStructReturnInRegABI( in createPPC32TargetCodeGenInfo()
1037 return std::make_unique<PPC32TargetCodeGenInfo>(CGM.getTypes(), SoftFloatABI, in createPPC32TargetCodeGenInfo()