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

  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 105 bool HasFCPSGN;
227 bool hasFCPSGN() const { return HasFCPSGN; }
PPCISelLowering.cpp 199 if (Subtarget.hasFCPSGN()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCSubtarget.h 107 bool HasFCPSGN;
231 bool hasFCPSGN() const { return HasFCPSGN; }
PPCISelLowering.cpp 302 if (Subtarget.hasFCPSGN()) {
    [all...]

Completed in 63 milliseconds