Home
last modified time | relevance | path

Searched refs:usesVAFloatArgument (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h190 bool usesVAFloatArgument() const { in usesVAFloatArgument() function
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h254 bool usesVAFloatArgument() const { in usesVAFloatArgument() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineModuleInfo.cpp337 if (FT->isVarArg() && !MMI.usesVAFloatArgument()) { in computeUsesVAFloatArgument()
/external/llvm/lib/Target/X86/
DX86AsmPrinter.cpp615 if (TT.isKnownWindowsMSVCEnvironment() && MMI->usesVAFloatArgument()) { in EmitEndOfAsmFile()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86AsmPrinter.cpp678 if (TT.isKnownWindowsMSVCEnvironment() && MMI->usesVAFloatArgument()) { in EmitEndOfAsmFile()
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp554 if (FT->isVarArg() && !MMI->usesVAFloatArgument()) { in ComputeUsesVAFloatArgument()