Home
last modified time | relevance | path

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

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