Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp102 bool UnsupportedFPMode; // To allow fast-isel to proceed and just not handle member in __anon36dd7ac30111::MipsFastISel
213 UnsupportedFPMode = Subtarget->isFP64bit(); in MipsFastISel()
343 if (UnsupportedFPMode) in materializeFP()
412 return (UnsupportedFPMode) ? 0 : materializeFP(CFP, VT); in fastMaterializeConstant()
667 if (UnsupportedFPMode) in emitCmp()
740 if (UnsupportedFPMode) in emitLoad()
747 if (UnsupportedFPMode) in emitLoad()
795 if (UnsupportedFPMode) in emitStore()
800 if (UnsupportedFPMode) in emitStore()
949 if (UnsupportedFPMode) in selectFPExt()
[all …]