Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h569 uint16_t IsTruncating : 1;
2383 StoreSDNodeBits.IsTruncating = isTrunc;
2392 bool isTruncatingStore() const { return StoreSDNodeBits.IsTruncating; }
2394 StoreSDNodeBits.IsTruncating = Truncating;
2552 StoreSDNodeBits.IsTruncating = isTrunc;
2559 bool isTruncatingStore() const { return StoreSDNodeBits.IsTruncating; }
2588 StoreSDNodeBits.IsTruncating = IsTrunc;
2595 bool isTruncatingStore() const { return StoreSDNodeBits.IsTruncating; }
2695 StoreSDNodeBits.IsTruncating = isTrunc;
2702 bool isTruncatingStore() const { return StoreSDNodeBits.IsTruncating; }
[all …]
H A DSelectionDAG.h1471 bool IsTruncating = false, bool IsCompressing = false);
1537 bool IsTruncating = false,
1570 bool IsTruncating = false, bool IsCompressing = false);
1580 bool IsTruncating = false);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8393 ISD::MemIndexedMode AM, bool IsTruncating, in getStoreVP() argument
8405 dl.getIROrder(), VTs, AM, IsTruncating, IsCompressing, MemVT, MMO)); in getStoreVP()
8414 IsTruncating, IsCompressing, MemVT, MMO); in getStoreVP()
8648 bool IsTruncating, bool IsCompressing) { in getStridedStoreVP() argument
8659 DL.getIROrder(), VTs, AM, IsTruncating, IsCompressing, MemVT, MMO)); in getStridedStoreVP()
8667 VTs, AM, IsTruncating, in getStridedStoreVP()
8916 ISD::MemIndexedMode AM, bool IsTruncating, in getMaskedStore() argument
8930 dl.getIROrder(), VTs, AM, IsTruncating, IsCompressing, MemVT, MMO)); in getMaskedStore()
8940 IsTruncating, IsCompressing, MemVT, MMO); in getMaskedStore()