Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h582 uint16_t IsTruncating : 1;
2465 StoreSDNodeBits.IsTruncating = isTrunc;
2474 bool isTruncatingStore() const { return StoreSDNodeBits.IsTruncating; }
2476 StoreSDNodeBits.IsTruncating = Truncating;
2634 StoreSDNodeBits.IsTruncating = isTrunc;
2641 bool isTruncatingStore() const { return StoreSDNodeBits.IsTruncating; }
2670 StoreSDNodeBits.IsTruncating = IsTrunc;
2677 bool isTruncatingStore() const { return StoreSDNodeBits.IsTruncating; }
2777 StoreSDNodeBits.IsTruncating = isTrunc;
2784 bool isTruncatingStore() const { return StoreSDNodeBits.IsTruncating; }
[all …]
H A DSelectionDAG.h1490 bool IsTruncating = false, bool IsCompressing = false);
1518 bool IsTruncating = false,
1541 bool IsTruncating = false, bool IsCompressing = false);
1551 bool IsTruncating = false);
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9266 ISD::MemIndexedMode AM, bool IsTruncating, in getStoreVP() argument
9278 dl.getIROrder(), VTs, AM, IsTruncating, IsCompressing, MemVT, MMO)); in getStoreVP()
9287 IsTruncating, IsCompressing, MemVT, MMO); in getStoreVP()
9458 bool IsTruncating, bool IsCompressing) { in getStridedStoreVP() argument
9469 DL.getIROrder(), VTs, AM, IsTruncating, IsCompressing, MemVT, MMO)); in getStridedStoreVP()
9477 VTs, AM, IsTruncating, in getStridedStoreVP()
9674 ISD::MemIndexedMode AM, bool IsTruncating, in getMaskedStore() argument
9688 dl.getIROrder(), VTs, AM, IsTruncating, IsCompressing, MemVT, MMO)); in getMaskedStore()
9698 IsTruncating, IsCompressing, MemVT, MMO); in getMaskedStore()