Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1101 bool isTruncStoreLegal(EVT ValVT, EVT MemVT) const { in isTruncStoreLegal() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4875 !TLI.isTruncStoreLegal(Store->getValue().getValueType(), MemVT)) in isLegalNarrowLdSt()
15882 if (TLI.isTruncStoreLegal(LegalizedStoredValTy, StoreTy) && in MergeConsecutiveStores()
16133 if (TLI.isTruncStoreLegal(LegalizedStoredValTy, StoreTy) && in MergeConsecutiveStores()
16521 TLI.isTruncStoreLegal(Value.getOperand(0).getValueType(), in visitSTORE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp41532 TLI.isTruncStoreLegal(Value.getOperand(0).getValueType(), in combineMaskedStore()
41661 TLI.isTruncStoreLegal(MVT::v16i32, MVT::v16i8) && in combineStore()
41672 TLI.isTruncStoreLegal(StoredVal.getOperand(0).getValueType(), VT)) { in combineStore()
41693 if (TLI.isTruncStoreLegal(VT, StVT)) { in combineStore()