Searched refs:NotFP (Results 1 – 7 of 7) sorted by relevance
248 struct NotFP { in testFunctionPointer() struct253 NotFP nfp; in testFunctionPointer()
351 case X86II::NotFP: in generateCodeTemplates()408 case X86II::NotFP: in generateCodeTemplates()
863 NotFP = 0 << FPTypeShift, enumerator
102 def NotFP : FPFormat<0>;320 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>;1970 FPFormat FPForm = NotFP;