HomeSort by relevance Sort by last modified time
    Searched refs:NotFP (Results 1 - 9 of 9) sorted by null

  /external/clang/test/SemaCXX/
explicit.cpp 229 struct NotFP {
234 NotFP nfp;
236 nfp(1); // expected-error {{type 'NotFP' does not provide a call operator}}
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 330 // NotFP - The default, set for instructions that do not use FP registers.
331 NotFP = 0 << FPTypeShift,
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/X86/
Target.cpp 44 case llvm::X86II::NotFP:
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 420 // NotFP - The default, set for instructions that do not use FP registers.
421 NotFP = 0 << FPTypeShift,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 473 // NotFP - The default, set for instructions that do not use FP registers.
474 NotFP = 0 << FPTypeShift,
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 470 auto NotFP = [](MVT VT) { return !isFloatingPoint(VT); };
471 Changed |= berase_if(S, NotFP) |
472 berase_if(B, NotFP);
    [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 394 if (FPInstClass == X86II::NotFP)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FloatingPoint.cpp 428 if (FPInstClass == X86II::NotFP)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86FloatingPoint.cpp 430 if (FPInstClass == X86II::NotFP)
    [all...]

Completed in 446 milliseconds