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

/external/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h115 bool hasVector() const { return HasVector; } function in class:llvm::SystemZSubtarget
H A DSystemZTargetTransformInfo.cpp246 if (ST->hasVector())
254 if (ST->hasVector())
H A DSystemZISelLowering.cpp95 if (Subtarget.hasVector()) {
104 if (Subtarget.hasVector()) {
340 if (Subtarget.hasVector()) {
377 if (Subtarget.hasVector()) {
424 if (!Subtarget.hasVector()) {
873 if (Subtarget.hasVector())
1023 if (Subtarget.hasVector()) {
1180 if (Subtarget.hasVector())
1197 if (Subtarget.hasVector())
5631 if (Subtarget.hasVector()) {
[all...]

Completed in 133 milliseconds