Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFormats.td103 def NotFP : FPFormat<0>;
244 FPFormat FPForm = NotFP; // What flavor of FP instruction is this?
H A DX86FloatingPoint.cpp435 if (FPInstClass == X86II::NotFP) in processBasicBlock()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h790 NotFP = 0 << FPTypeShift, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp518 auto NotFP = [](MVT VT) { return !isFloatingPoint(VT); }; in EnforceSmallerThan() local
519 Changed |= berase_if(S, NotFP); in EnforceSmallerThan()
520 Changed |= berase_if(B, NotFP); in EnforceSmallerThan()