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

  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.h 99 /// HasF16C - Processor has 16-bit floating point conversion instructions.
100 bool HasF16C;
192 bool hasF16C() const { return HasF16C; }
  /external/llvm/lib/Target/X86/
X86Subtarget.h 127 bool HasF16C;
414 bool hasF16C() const { return HasF16C; }
X86FastISel.cpp     [all...]
X86ISelLowering.cpp 352 if (Subtarget.useSoftFloat() || !Subtarget.hasF16C()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86Subtarget.h 163 bool HasF16C = false;
573 bool hasF16C() const { return HasF16C; }
X86FastISel.cpp     [all...]
X86ISelLowering.cpp 385 if (Subtarget.useSoftFloat() || !Subtarget.hasF16C()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
X86GenFastISel.inc     [all...]
X86GenGlobalISel.inc 275 if (Subtarget->hasF16C())
    [all...]

Completed in 70 milliseconds