Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.h63 return isTruncStoreLegal(ValVT, MemVT); in canCombineTruncStore()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1314 bool isTruncStoreLegal(EVT ValVT, EVT MemVT) const { in isTruncStoreLegal() function
1329 return isTruncStoreLegal(ValVT, MemVT); in canCombineTruncStore()
H A DBasicTTIImpl.h332 return getTLI()->isTruncStoreLegal(LegalizedVT, ValVT); in getStoreMinimumVF()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5769 !TLI.isTruncStoreLegal(Store->getValue().getValueType(), MemVT)) in isLegalNarrowLdSt()
17546 TLI.isTruncStoreLegal(IVal.getValueType(), VT)) in ShrinkLoadReplaceStoreWithStore()
18379 if (TLI.isTruncStoreLegal(LegalizedStoredValTy, StoreTy) && in tryStoreMergeOfConstants()
18659 if (TLI.isTruncStoreLegal(LegalizedStoredValTy, StoreTy) && in tryStoreMergeOfLoads()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp49335 TLI.isTruncStoreLegal(Value.getOperand(0).getValueType(), in combineMaskedStore()
49470 TLI.isTruncStoreLegal(MVT::v16i32, MVT::v16i8) && in combineStore()
49483 TLI.isTruncStoreLegal(StoredVal.getOperand(0).getValueType(), VT)) { in combineStore()
49512 TLI.isTruncStoreLegal(SrcVT, TruncVT)) { in combineStore()
49534 if (TLI.isTruncStoreLegal(VT, StVT)) { in combineStore()