Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h606 uint16_t IsTruncating : 1;
2580 StoreSDNodeBits.IsTruncating = isTrunc;
2589 bool isTruncatingStore() const { return StoreSDNodeBits.IsTruncating; }
2746 StoreSDNodeBits.IsTruncating = isTrunc;
2753 bool isTruncatingStore() const { return StoreSDNodeBits.IsTruncating; }
2782 StoreSDNodeBits.IsTruncating = IsTrunc;
2789 bool isTruncatingStore() const { return StoreSDNodeBits.IsTruncating; }
2889 StoreSDNodeBits.IsTruncating = isTrunc;
2896 bool isTruncatingStore() const { return StoreSDNodeBits.IsTruncating; }
3073 StoreSDNodeBits.IsTruncating = IsTrunc;
[all …]
H A DSelectionDAG.h1532 bool IsTruncating = false);
1586 ISD::MemIndexedMode AM, bool IsTruncating = false,
1622 bool IsTruncating = false,
1650 bool IsTruncating = false,
1664 bool IsTruncating = false);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9614 bool IsTruncating) { in getStore() argument
9618 IsTruncating = false; in getStore()
9619 } else if (!IsTruncating) { in getStore()
9641 dl.getIROrder(), VTs, AM, IsTruncating, SVT, MMO)); in getStore()
9650 IsTruncating, SVT, MMO); in getStore()
9818 ISD::MemIndexedMode AM, bool IsTruncating, in getStoreVP() argument
9830 dl.getIROrder(), VTs, AM, IsTruncating, IsCompressing, MemVT, MMO)); in getStoreVP()
9839 IsTruncating, IsCompressing, MemVT, MMO); in getStoreVP()
10009 bool IsTruncating, bool IsCompressing) { in getStridedStoreVP() argument
10020 DL.getIROrder(), VTs, AM, IsTruncating, IsCompressing, MemVT, MMO)); in getStridedStoreVP()
[all …]