Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h583 uint16_t IsTruncating : 1;
2418 StoreSDNodeBits.IsTruncating = isTrunc;
2427 bool isTruncatingStore() const { return StoreSDNodeBits.IsTruncating; }
2429 StoreSDNodeBits.IsTruncating = Truncating;
2587 StoreSDNodeBits.IsTruncating = isTrunc;
2594 bool isTruncatingStore() const { return StoreSDNodeBits.IsTruncating; }
2623 StoreSDNodeBits.IsTruncating = IsTrunc;
2630 bool isTruncatingStore() const { return StoreSDNodeBits.IsTruncating; }
2730 StoreSDNodeBits.IsTruncating = isTrunc;
2737 bool isTruncatingStore() const { return StoreSDNodeBits.IsTruncating; }
[all …]
H A DSelectionDAG.h1465 bool IsTruncating = false, bool IsCompressing = false);
1531 bool IsTruncating = false,
1564 bool IsTruncating = false, bool IsCompressing = false);
1574 bool IsTruncating = false);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8868 ISD::MemIndexedMode AM, bool IsTruncating, in getStoreVP() argument
8880 dl.getIROrder(), VTs, AM, IsTruncating, IsCompressing, MemVT, MMO)); in getStoreVP()
8889 IsTruncating, IsCompressing, MemVT, MMO); in getStoreVP()
9123 bool IsTruncating, bool IsCompressing) { in getStridedStoreVP() argument
9134 DL.getIROrder(), VTs, AM, IsTruncating, IsCompressing, MemVT, MMO)); in getStridedStoreVP()
9142 VTs, AM, IsTruncating, in getStridedStoreVP()
9391 ISD::MemIndexedMode AM, bool IsTruncating, in getMaskedStore() argument
9405 dl.getIROrder(), VTs, AM, IsTruncating, IsCompressing, MemVT, MMO)); in getMaskedStore()
9415 IsTruncating, IsCompressing, MemVT, MMO); in getMaskedStore()