Searched refs:NotFP (Results 1 – 6 of 6) sorted by relevance
355 case X86II::NotFP: in generateCodeTemplates()412 case X86II::NotFP: in generateCodeTemplates()
868 NotFP = 0 << FPTypeShift, enumerator
103 def NotFP : FPFormat<0>;321 FPFormat FPForm = NotFP; // What flavor of FP instruction is this?
436 if (FPInstClass == X86II::NotFP) in processBasicBlock()
520 auto NotFP = [](MVT VT) { return !isFloatingPoint(VT); }; in EnforceSmallerThan() local521 Changed |= berase_if(S, NotFP); in EnforceSmallerThan()522 Changed |= berase_if(B, NotFP); in EnforceSmallerThan()
755 def NotFP : FPFormat<0>;1983 FPFormat FPForm = NotFP;