Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h170 MayRaiseFPException, enumerator
448 return Flags & (1ULL << MCID::MayRaiseFPException); in mayRaiseFPException()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1170 return hasProperty(MCID::MayRaiseFPException) &&
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp4131 bool MayRaiseFPException = in SelectCodeCommon() local
4170 if (!MayRaiseFPException && mayRaiseFPException(Res)) { in SelectCodeCommon()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrAVX512.td5540 bit MayRaiseFPException = 1> {
5542 Uses = [MXCSR], mayRaiseFPException = MayRaiseFPException in {