Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp212 if (Options.FloatABIType == FloatABI::Default) { in ARMBaseTargetMachine()
214 this->Options.FloatABIType = FloatABI::Hard; in ARMBaseTargetMachine()
216 this->Options.FloatABIType = FloatABI::Soft; in ARMBaseTargetMachine()
H A DARMAsmPrinter.cpp726 if (STI.isAAPCS_ABI() && TM.Options.FloatABIType == FloatABI::Hard) in emitAttributes()
H A DARMFastISel.cpp1870 TM.Options.FloatABIType == FloatABI::Hard && !isVarArg) in CCAssignFnForCall()
H A DARMISelLowering.cpp234 bool IsHFTarget = TM.Options.FloatABIType == FloatABI::Hard; in ARMTargetLowering()
1617 getTargetMachine().Options.FloatABIType == FloatABI::Hard && in getEffectiveCallingConv()
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetOptions.h262 FloatABI::ABIType FloatABIType = FloatABI::Default; variable
/freebsd-12.1/contrib/llvm/tools/llc/
H A Dllc.cpp468 Options.FloatABIType = FloatABIForCalls; in compileModule()
/freebsd-12.1/contrib/llvm/tools/lli/
H A Dlli.cpp451 Options.FloatABIType = FloatABIForCalls; in main()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DCommandFlags.inc289 Options.FloatABIType = FloatABIForCalls;
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp426 Options.FloatABIType = in initTargetOptions()