Searched refs:hasVFP4 (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMSubtarget.h208 bool hasVFP4() const { return HasVFPv4; } function in class:llvm::ARMSubtarget
H A DARMAsmPrinter.cpp757 if (Subtarget->hasVFP4())
768 if (Subtarget->hasVFP4()) {
H A DARMISelLowering.cpp774 if (!Subtarget->hasVFP4()) {

Completed in 134 milliseconds