Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp225 if (Options.FloatABIType == FloatABI::Default) { in ARMBaseTargetMachine()
227 this->Options.FloatABIType = FloatABI::Hard; in ARMBaseTargetMachine()
229 this->Options.FloatABIType = FloatABI::Soft; in ARMBaseTargetMachine()
H A DARMAsmPrinter.cpp733 if (STI.isAAPCS_ABI() && TM.Options.FloatABIType == FloatABI::Hard) in emitAttributes()
H A DARMFastISel.cpp1843 TM.Options.FloatABIType == FloatABI::Hard && !isVarArg) in CCAssignFnForCall()
H A DARMISelLowering.cpp465 bool IsHFTarget = TM.Options.FloatABIType == FloatABI::Hard; in ARMTargetLowering()
2027 getTargetMachine().Options.FloatABIType == FloatABI::Hard && in getEffectiveCallingConv()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h337 FloatABI::ABIType FloatABIType = FloatABI::Default; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp501 Options.FloatABIType = getFloatABIForCalls(); in InitTargetOptionsFromCodeGenFlags()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp574 Options.FloatABIType = codegen::getFloatABIForCalls(); in compileModule()
/freebsd-13.1/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp517 Options.FloatABIType = codegen::getFloatABIForCalls(); in main()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp496 Options.FloatABIType = in initTargetOptions()