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

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSubtarget.h 212 bool isFPOnlySP() const { return FPOnlySP; }
ARMISelLowering.cpp 438 if (!Subtarget->isFPOnlySP())
    [all...]
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 450 bool isFPOnlySP() const { return FPOnlySP; }
ARMAsmPrinter.cpp 710 ? (STI.isFPOnlySP() ? ARM::FK_FPV5_SP_D16 : ARM::FK_FPV5_D16)
714 ? (STI.isFPOnlySP() ? ARM::FK_FPV4_SP_D16 : ARM::FK_VFPV4_D16)
719 ? (STI.isFPOnlySP()
800 if (STI.isFPOnlySP())
    [all...]
ARMTargetTransformInfo.cpp 348 return ST->isFPOnlySP() ? TargetTransformInfo::TCC_Expensive :
ARMISelLowering.cpp 648 if (Subtarget->isFPOnlySP()) {
    [all...]
ARMBaseInstrInfo.cpp 743 else if (ARM::DPRRegClass.contains(DestReg, SrcReg) && !Subtarget.isFPOnlySP())
803 } else if (ARM::DPRRegClass.contains(DestReg, SrcReg) && Subtarget.isFPOnlySP()) {
    [all...]

Completed in 706 milliseconds