Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp11341 bool NoVectors = DAG.getMachineFunction().getFunction()->hasFnAttribute( in MergeConsecutiveStores() local
11479 !NoVectors) { in MergeConsecutiveStores()
11493 bool UseVector = (LastLegalVectorType > LastLegalType) && !NoVectors; in MergeConsecutiveStores()
11654 bool UseVectorTy = LastLegalVectorType > LastLegalIntegerType && !NoVectors; in MergeConsecutiveStores()