Searched refs:AllowVectors (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 807 EVT MemVT, SDNode *Root, bool AllowVectors); 821 SDNode *Root, bool AllowVectors, 20666 EVT MemVT, SDNode *RootNode, bool AllowVectors) { in tryStoreMergeOfConstants() argument 20735 AllowVectors) { in tryStoreMergeOfConstants() 20748 bool UseVector = (LastLegalVectorType > LastLegalType) && AllowVectors; in tryStoreMergeOfConstants() 20864 SDNode *RootNode, bool AllowVectors, in tryStoreMergeOfLoads() argument 21020 LastLegalVectorType > LastLegalIntegerType && AllowVectors; in tryStoreMergeOfLoads() 21193 bool AllowVectors = !DAG.getMachineFunction().getFunction().hasFnAttribute( in mergeConsecutiveStores() local 21219 MemVT, RootNode, AllowVectors); in mergeConsecutiveStores() 21229 MemVT, RootNode, AllowVectors, in mergeConsecutiveStores()
|