Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYSubtarget.cpp106 auto FloatABI = getTargetLowering()->getTargetMachine().Options.FloatABIType; in useHardFloatABI()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp214 if (Options.FloatABIType == FloatABI::Default) { in ARMBaseTargetMachine()
216 this->Options.FloatABIType = FloatABI::Hard; in ARMBaseTargetMachine()
218 this->Options.FloatABIType = FloatABI::Soft; in ARMBaseTargetMachine()
H A DARMAsmPrinter.cpp757 if (getTM().isAAPCS_ABI() && TM.Options.FloatABIType == FloatABI::Hard) in emitAttributes()
H A DARMFastISel.cpp1908 TM.Options.FloatABIType == FloatABI::Hard && !isVarArg) in CCAssignFnForCall()
H A DARMISelLowering.cpp2110 getTargetMachine().Options.FloatABIType == FloatABI::Hard && in getEffectiveCallingConv()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h392 FloatABI::ABIType FloatABIType = FloatABI::Default; variable
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DRuntimeLibcalls.cpp21 FloatABI::ABIType FloatABIType, in setARMLibcallNames() argument
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp608 Target->Options.FloatABIType = codegen::getFloatABIForCalls(); in compileModule()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp571 Options.FloatABIType = getFloatABIForCalls(); in InitTargetOptionsFromCodeGenFlags()
H A DTargetLoweringBase.cpp690 TM.Options.FloatABIType, TM.Options.EABIVersion, in TargetLoweringBase()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp520 Options.FloatABIType = codegen::getFloatABIForCalls(); in main()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp379 Options.FloatABIType = in initTargetOptions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc27077 {"_ZN4llvm12FloatABITypeE", "llvm::FloatABIType"},