Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h167 MayRaiseFPException, enumerator
439 return Flags & (1ULL << MCID::MayRaiseFPException); in mayRaiseFPException()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp3548 bool MayRaiseFPException = false; in SelectCodeCommon() local
3551 MayRaiseFPException = true; in SelectCodeCommon()
3588 if (!MayRaiseFPException && mayRaiseFPException(Res)) { in SelectCodeCommon()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1039 return hasProperty(MCID::MayRaiseFPException) &&