Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.h63 return isTruncStoreLegal(ValVT, MemVT); in canCombineTruncStore()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1334 bool isTruncStoreLegal(EVT ValVT, EVT MemVT) const { in isTruncStoreLegal() function
1349 return isTruncStoreLegal(ValVT, MemVT); in canCombineTruncStore()
H A DBasicTTIImpl.h352 return getTLI()->isTruncStoreLegal(LegalizedVT, ValVT); in getStoreMinimumVF()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5851 !TLI.isTruncStoreLegal(Store->getValue().getValueType(), MemVT)) in isLegalNarrowLdSt()
18200 TLI.isTruncStoreLegal(IVal.getValueType(), VT)) in ShrinkLoadReplaceStoreWithStore()
19036 if (TLI.isTruncStoreLegal(LegalizedStoredValTy, StoreTy) && in tryStoreMergeOfConstants()
19316 if (TLI.isTruncStoreLegal(LegalizedStoredValTy, StoreTy) && in tryStoreMergeOfLoads()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp50658 TLI.isTruncStoreLegal(Value.getOperand(0).getValueType(), in combineMaskedStore()
50793 TLI.isTruncStoreLegal(MVT::v16i32, MVT::v16i8) && in combineStore()
50806 TLI.isTruncStoreLegal(StoredVal.getOperand(0).getValueType(), VT)) { in combineStore()
50835 TLI.isTruncStoreLegal(SrcVT, TruncVT)) { in combineStore()
50857 if (TLI.isTruncStoreLegal(VT, StVT)) { in combineStore()