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

  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 112 bool HasFPCVT;
237 bool hasFPCVT() const { return HasFPCVT; }
PPCFastISel.cpp     [all...]
PPCISelLowering.cpp 115 if (isPPC64 || Subtarget.hasFPCVT()) {
386 if (Subtarget.hasFPCVT()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCSubtarget.h 114 bool HasFPCVT;
241 bool hasFPCVT() const { return HasFPCVT; }
PPCFastISel.cpp     [all...]
PPCISelLowering.cpp 194 if (isPPC64 || Subtarget.hasFPCVT()) {
520 if (Subtarget.hasFPCVT()) {
    [all...]

Completed in 117 milliseconds