Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h424 bool isTruncStoreLegal(EVT ValVT, EVT MemVT) const { in isTruncStoreLegal() function
/external/llvm/include/llvm/Target/
DTargetLowering.h694 bool isTruncStoreLegal(EVT ValVT, EVT MemVT) const { in isTruncStoreLegal() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h981 bool isTruncStoreLegal(EVT ValVT, EVT MemVT) const { in isTruncStoreLegal() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4145 !TLI.isTruncStoreLegal(Store->getValue().getValueType(), MemVT)) in isLegalNarrowLdSt()
14144 if (TLI.isTruncStoreLegal(LegalizedStoredValTy, StoreTy) && in MergeConsecutiveStores()
14395 if (TLI.isTruncStoreLegal(LegalizedStoredValTy, StoreTy) && in MergeConsecutiveStores()
14765 TLI.isTruncStoreLegal(Value.getOperand(0).getValueType(), in visitSTORE()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp11633 if (TLI.isTruncStoreLegal(LegalizedStoredValueTy, StoreTy) && in MergeConsecutiveStores()
11805 if (TLI.isTruncStoreLegal(LegalizedStoredValueTy, StoreTy) && in MergeConsecutiveStores()
12144 TLI.isTruncStoreLegal(Value.getOperand(0).getValueType(), in visitSTORE()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6760 TLI.isTruncStoreLegal(Value.getOperand(0).getValueType(), in visitSTORE()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp29100 if (TLI.isTruncStoreLegal(VT, StVT)) in combineMaskedStore()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp35973 if (TLI.isTruncStoreLegal(VT, StVT)) in combineMaskedStore()