Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h180 bool usesMSVCFloatingPoint() const { return UsesMSVCFloatingPoint; } in usesMSVCFloatingPoint() function
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp904 if (MMI->usesMSVCFloatingPoint()) { in emitEndOfAsmFile()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp364 if (MMI.usesMSVCFloatingPoint()) in computeUsesMSVCFloatingPoint()