Searched refs:isTruncStoreLegal (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.h | 63 return isTruncStoreLegal(ValVT, MemVT); in canCombineTruncStore()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 1498 bool isTruncStoreLegal(EVT ValVT, EVT MemVT) const { in isTruncStoreLegal() function 1513 return isTruncStoreLegal(ValVT, MemVT); in canCombineTruncStore()
|
H A D | BasicTTIImpl.h | 370 return getTLI()->isTruncStoreLegal(LegalizedVT, ValVT); in getStoreMinimumVF()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 6536 !TLI.isTruncStoreLegal(Store->getValue().getValueType(), MemVT)) in isLegalNarrowLdSt() 19825 TLI.isTruncStoreLegal(IVal.getValueType(), VT)) in ShrinkLoadReplaceStoreWithStore() 20721 if (TLI.isTruncStoreLegal(LegalizedStoredValTy, StoreTy) && in tryStoreMergeOfConstants() 20999 if (TLI.isTruncStoreLegal(LegalizedStoredValTy, StoreTy) && in tryStoreMergeOfLoads()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 51590 TLI.isTruncStoreLegal(Value.getOperand(0).getValueType(), in combineMaskedStore() 51725 TLI.isTruncStoreLegal(MVT::v16i32, MVT::v16i8) && in combineStore() 51738 TLI.isTruncStoreLegal(StoredVal.getOperand(0).getValueType(), VT)) { in combineStore() 51767 TLI.isTruncStoreLegal(SrcVT, TruncVT)) { in combineStore() 51779 if (TLI.isTruncStoreLegal(VT, StVT)) { in combineStore()
|