Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h544 uint16_t IsTruncating : 1;
2298 StoreSDNodeBits.IsTruncating = isTrunc;
2307 bool isTruncatingStore() const { return StoreSDNodeBits.IsTruncating; }
2309 StoreSDNodeBits.IsTruncating = Truncating;
2401 StoreSDNodeBits.IsTruncating = isTrunc;
2408 bool isTruncatingStore() const { return StoreSDNodeBits.IsTruncating; }
2508 StoreSDNodeBits.IsTruncating = IsTrunc;
2514 bool isTruncatingStore() const { return StoreSDNodeBits.IsTruncating; }
H A DSelectionDAG.h1319 bool IsTruncating = false, bool IsCompressing = false);
1329 bool IsTruncating = false);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7670 ISD::MemIndexedMode AM, bool IsTruncating, in getMaskedStore() argument
7684 dl.getIROrder(), VTs, AM, IsTruncating, IsCompressing, MemVT, MMO)); in getMaskedStore()
7693 IsTruncating, IsCompressing, MemVT, MMO); in getMaskedStore()