Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h196 bool usesMSVCFloatingPoint() const { return UsesMSVCFloatingPoint; } in usesMSVCFloatingPoint() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86AsmPrinter.cpp720 if (MMI->usesMSVCFloatingPoint()) { in EmitEndOfAsmFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp392 if (MMI.usesMSVCFloatingPoint()) in computeUsesMSVCFloatingPoint()