Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetOptions.h104 FloatABIType(FloatABI::Default), in TargetOptions()
220 FloatABI::ABIType FloatABIType; variable
282 ARE_EQUAL(FloatABIType) &&
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetMachine.cpp37 FloatABI::ABIType FloatABIType; variable
106 cl::location(FloatABIType),
204 FloatABIType = FloatABI::Soft; in TargetMachine()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86TargetMachine.cpp95 if (FloatABIType == FloatABI::Default) in X86TargetMachine()
96 FloatABIType = FloatABI::Hard; in X86TargetMachine()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMTargetMachine.cpp46 if (FloatABIType == FloatABI::Default) in ARMBaseTargetMachine()
47 FloatABIType = FloatABI::Soft; in ARMBaseTargetMachine()
DARMAsmPrinter.cpp763 if (Subtarget->isAAPCS_ABI() && FloatABIType == FloatABI::Hard) { in emitAttributes()
DARMFastISel.cpp1539 FloatABIType == FloatABI::Hard) in CCAssignFnForCall()
DARMISelLowering.cpp1084 FloatABIType == FloatABI::Hard && !isVarArg) in CCAssignFnForNode()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetOptions.h108 extern FloatABI::ABIType FloatABIType;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMTargetMachine.cpp218 if (Options.FloatABIType == FloatABI::Default) { in ARMBaseTargetMachine()
220 this->Options.FloatABIType = FloatABI::Hard; in ARMBaseTargetMachine()
222 this->Options.FloatABIType = FloatABI::Soft; in ARMBaseTargetMachine()
DARMAsmPrinter.cpp714 if (STI.isAAPCS_ABI() && TM.Options.FloatABIType == FloatABI::Hard) in emitAttributes()
DARMFastISel.cpp1870 TM.Options.FloatABIType == FloatABI::Hard && !isVarArg) in CCAssignFnForCall()
DARMISelLowering.cpp234 bool IsHFTarget = TM.Options.FloatABIType == FloatABI::Hard; in ARMTargetLowering()
1594 getTargetMachine().Options.FloatABIType == FloatABI::Hard && in getEffectiveCallingConv()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetOptions.h250 FloatABI::ABIType FloatABIType = FloatABI::Default; variable
/external/llvm/lib/Target/ARM/
DARMTargetMachine.cpp206 if (Options.FloatABIType == FloatABI::Default) in ARMBaseTargetMachine()
207 this->Options.FloatABIType = in ARMBaseTargetMachine()
DARMAsmPrinter.cpp805 if (STI.isAAPCS_ABI() && TM.Options.FloatABIType == FloatABI::Hard) in emitAttributes()
DARMFastISel.cpp1845 TM.Options.FloatABIType == FloatABI::Hard && !isVarArg) in CCAssignFnForCall()
DARMISelLowering.cpp1402 getTargetMachine().Options.FloatABIType == FloatABI::Hard && in getEffectiveCallingConv()
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h298 Options.FloatABIType = FloatABIForCalls; in InitTargetOptionsFromCodeGenFlags()
/external/llvm/tools/llc/
Dllc.cpp356 Options.FloatABIType = FloatABIForCalls; in compileModule()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llc/
Dllc.cpp468 Options.FloatABIType = FloatABIForCalls; in compileModule()
/external/llvm/tools/lli/
Dlli.cpp458 Options.FloatABIType = FloatABIForCalls; in main()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lli/
Dlli.cpp444 Options.FloatABIType = FloatABIForCalls; in main()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc282 Options.FloatABIType = FloatABIForCalls;
/external/clang/lib/CodeGen/
DBackendUtil.cpp583 Options.FloatABIType = in CreateTargetMachine()