Home
last modified time | relevance | path

Searched defs:SoftFloatABI (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp278 PPC32_SVR4_ABIInfo(CodeGen::CodeGenTypes & CGT,bool SoftFloatABI,bool RetSmallStructInRegABI) PPC32_SVR4_ABIInfo() argument
298 PPC32TargetCodeGenInfo(CodeGenTypes & CGT,bool SoftFloatABI,bool RetSmallStructInRegABI) PPC32TargetCodeGenInfo() argument
561 PPC64_SVR4_ABIInfo(CodeGen::CodeGenTypes & CGT,PPC64_SVR4_ABIKind Kind,bool SoftFloatABI) PPC64_SVR4_ABIInfo() argument
609 PPC64_SVR4_TargetCodeGenInfo(CodeGenTypes & CGT,PPC64_SVR4_ABIKind Kind,bool SoftFloatABI) PPC64_SVR4_TargetCodeGenInfo() argument
977 createPPC32TargetCodeGenInfo(CodeGenModule & CGM,bool SoftFloatABI) createPPC32TargetCodeGenInfo() argument
990 createPPC64_SVR4_TargetCodeGenInfo(CodeGenModule & CGM,PPC64_SVR4_ABIKind Kind,bool SoftFloatABI) createPPC64_SVR4_TargetCodeGenInfo() argument
[all...]
H A DSystemZ.cpp60 SystemZTargetCodeGenInfo(CodeGenTypes &CGT, bool HasVector, bool SoftFloatABI) in SystemZTargetCodeGenInfo() argument
535 createSystemZTargetCodeGenInfo(CodeGenModule & CGM,bool HasVector,bool SoftFloatABI) createSystemZTargetCodeGenInfo() argument
H A DX86.cpp181 unsigned NumRegisterParameters, bool SoftFloatABI) in X86_32ABIInfo() argument
210 unsigned NumRegisterParameters, bool SoftFloatABI) in X86_32TargetCodeGenInfo() argument
3408 createX86_32TargetCodeGenInfo(CodeGenModule & CGM,bool DarwinVectorABI,bool Win32StructABI,unsigned NumRegisterParameters,bool SoftFloatABI) createX86_32TargetCodeGenInfo() argument
/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.h72 unsigned SoftFloatABI : 1; global() variable