Home
last modified time | relevance | path

Searched refs:EnableMaskedGatherScatters (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp50 cl::opt<bool> EnableMaskedGatherScatters( variable
1252 if (!EnableMaskedGatherScatters) in runOnFunction()
H A DARMTargetTransformInfo.cpp61 extern cl::opt<bool> EnableMaskedGatherScatters;
1128 if (!EnableMaskedGatherScatters || !ST->hasMVEIntegerOps()) in isLegalMaskedGather()
1581 if (!ST->hasMVEIntegerOps() || !EnableMaskedGatherScatters) in getGatherScatterOpCost()
2355 } else if (EnableMaskedGatherScatters) { in canTailPredicateLoop()