Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp11502 bool NoVectors = DAG.getMachineFunction().getFunction()->hasFnAttribute( in MergeConsecutiveStores() local
11646 !NoVectors) { in MergeConsecutiveStores()
11660 bool UseVector = (LastLegalVectorType > LastLegalType) && !NoVectors; in MergeConsecutiveStores()
11821 bool UseVectorTy = LastLegalVectorType > LastLegalIntegerType && !NoVectors; in MergeConsecutiveStores()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp14014 bool NoVectors = DAG.getMachineFunction().getFunction().hasFnAttribute( in MergeConsecutiveStores() local
14159 !NoVectors) { in MergeConsecutiveStores()
14172 bool UseVector = (LastLegalVectorType > LastLegalType) && !NoVectors; in MergeConsecutiveStores()
14417 LastLegalVectorType > LastLegalIntegerType && !NoVectors; in MergeConsecutiveStores()