Home
last modified time | relevance | path

Searched refs:usesMSVCFloatingPoint (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h192 bool usesMSVCFloatingPoint() const { return UsesMSVCFloatingPoint; } in usesMSVCFloatingPoint() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp996 if (MMI->usesMSVCFloatingPoint()) { in emitEndOfAsmFile()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp427 if (MMI.usesMSVCFloatingPoint()) in computeUsesMSVCFloatingPoint()