Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dexplicit.cpp229 struct NotFP { in testFunctionPointer() struct
234 NotFP nfp; in testFunctionPointer()
/external/llvm-project/clang/test/SemaCXX/
Dexplicit.cpp248 struct NotFP { in testFunctionPointer() struct
253 NotFP nfp; in testFunctionPointer()
/external/llvm-project/llvm/tools/llvm-exegesis/lib/X86/
DTarget.cpp331 case X86II::NotFP: in generateCodeTemplates()
388 case X86II::NotFP: in generateCodeTemplates()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h421 NotFP = 0 << FPTypeShift, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h797 NotFP = 0 << FPTypeShift, enumerator
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h852 NotFP = 0 << FPTypeShift, enumerator
/external/llvm-project/llvm/lib/Target/X86/
DX86InstrFormats.td102 def NotFP : FPFormat<0>;
306 FPFormat FPForm = NotFP; // What flavor of FP instruction is this?
DX86FloatingPoint.cpp436 if (FPInstClass == X86II::NotFP) in processBasicBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrFormats.td95 def NotFP : FPFormat<0>;
295 FPFormat FPForm = NotFP; // What flavor of FP instruction is this?
DX86FloatingPoint.cpp436 if (FPInstClass == X86II::NotFP) in processBasicBlock()
/external/llvm/lib/Target/X86/
DX86InstrFormats.td80 def NotFP : FPFormat<0>;
260 FPFormat FPForm = NotFP; // What flavor of FP instruction is this?
DX86FloatingPoint.cpp394 if (FPInstClass == X86II::NotFP) in processBasicBlock()
/external/llvm/docs/TableGen/
DLangIntro.rst303 def NotFP : FPFormat<0>;
/external/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp488 auto NotFP = [](MVT VT) { return !isFloatingPoint(VT); }; in EnforceSmallerThan() local
489 Changed |= berase_if(S, NotFP); in EnforceSmallerThan()
490 Changed |= berase_if(B, NotFP); in EnforceSmallerThan()
/external/llvm-project/llvm/docs/TableGen/
DProgRef.rst732 def NotFP : FPFormat<0>;
1882 FPFormat FPForm = NotFP;