Searched refs:NotFP (Results 1 – 6 of 6) sorted by relevance
348 case X86II::NotFP: in generateCodeTemplates()405 case X86II::NotFP: in generateCodeTemplates()
854 NotFP = 0 << FPTypeShift, enumerator
102 def NotFP : FPFormat<0>;306 FPFormat FPForm = NotFP; // What flavor of FP instruction is this?
436 if (FPInstClass == X86II::NotFP) in processBasicBlock()
484 auto NotFP = [](MVT VT) { return !isFloatingPoint(VT); }; in EnforceSmallerThan() local485 Changed |= berase_if(S, NotFP); in EnforceSmallerThan()486 Changed |= berase_if(B, NotFP); in EnforceSmallerThan()
749 def NotFP : FPFormat<0>;1963 FPFormat FPForm = NotFP;