Home
last modified time | relevance | path

Searched refs:IsCompressing (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h545 uint16_t IsCompressing : 1;
2402 StoreSDNodeBits.IsCompressing = isCompressing;
2414 bool isCompressingStore() const { return StoreSDNodeBits.IsCompressing; }
H A DSelectionDAG.h1319 bool IsTruncating = false, bool IsCompressing = false);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h739 void visitMaskedStore(const CallInst &I, bool IsCompressing = false);
H A DSelectionDAG.cpp7671 bool IsCompressing) { in getMaskedStore() argument
7684 dl.getIROrder(), VTs, AM, IsTruncating, IsCompressing, MemVT, MMO)); in getMaskedStore()
7693 IsTruncating, IsCompressing, MemVT, MMO); in getMaskedStore()
H A DSelectionDAGBuilder.cpp4288 bool IsCompressing) { in visitMaskedStore() argument
4310 if (IsCompressing) in visitMaskedStore()
4334 ISD::UNINDEXED, false /* Truncating */, IsCompressing); in visitMaskedStore()