Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h206 bool usesMSVCFloatingPoint() const { return UsesMSVCFloatingPoint; } in usesMSVCFloatingPoint() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp773 if (MMI->usesMSVCFloatingPoint()) { in emitEndOfAsmFile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp398 if (MMI.usesMSVCFloatingPoint()) in computeUsesMSVCFloatingPoint()