Searched refs:hasVFP2 (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMSubtarget.h333 bool hasVFP2() const { return HasVFPv2; } function in class:llvm::ARMSubtarget
H A DARMFastISel.cpp489 if (!Subtarget->hasVFP2()) return false;
1014 if (!Subtarget->hasVFP2()) return false;
1027 if (!Subtarget->hasVFP2()) return false;
1136 if (!Subtarget->hasVFP2()) return false;
1151 if (!Subtarget->hasVFP2()) return false;
1366 if (isFloat && !Subtarget->hasVFP2())
1507 if (!Subtarget->hasVFP2()) return false;
1526 if (!Subtarget->hasVFP2()) return false;
1545 if (!Subtarget->hasVFP2()) return false;
1589 if (!Subtarget->hasVFP2()) retur
[all...]
H A DARMAsmPrinter.cpp689 else if (STI.hasVFP2())
718 if (!STI.hasVFP2()) {
H A DARMTargetTransformInfo.cpp318 if (ST->hasVFP2() && !ST->isThumb1Only()) {
H A DARMISelLowering.cpp172 if (Subtarget->isThumb() && Subtarget->hasVFP2() &&
438 if (!Subtarget->useSoftFloat() && Subtarget->hasVFP2() &&
886 if (!Subtarget->useSoftFloat() && Subtarget->hasVFP2() &&
927 if (!Subtarget->useSoftFloat() && Subtarget->hasVFP2() &&
1024 !Subtarget->hasVFP2())
1381 else if (Subtarget->hasVFP2() && !Subtarget->isThumb1Only() &&
1389 if (Subtarget->hasVFP2() && !Subtarget->isThumb1Only() && !isVarArg)
1392 } else if (Subtarget->hasVFP2() && !Subtarget->isThumb1Only() && !isVarArg)
10815 if (!Subtarget->hasVFP2())
10855 if (!Subtarget->hasVFP2()) // FIXM
[all...]
H A DARMISelDAGToDAG.cpp3620 if (!Subtarget->hasVFP2())
3721 if (!Subtarget->hasVFP2())
H A DARMBaseInstrInfo.cpp122 if (Subtarget.isThumb2() || Subtarget.hasVFP2())

Completed in 171 milliseconds