Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h584 uint16_t IsCompressing : 1;
2588 StoreSDNodeBits.IsCompressing = isCompressing;
2600 bool isCompressingStore() const { return StoreSDNodeBits.IsCompressing; }
2619 ISD::MemIndexedMode AM, bool IsTrunc, bool IsCompressing,
2624 StoreSDNodeBits.IsCompressing = IsCompressing;
2636 bool isCompressingStore() const { return StoreSDNodeBits.IsCompressing; }
2731 StoreSDNodeBits.IsCompressing = isCompressing;
2743 bool isCompressingStore() const { return StoreSDNodeBits.IsCompressing; }
H A DSelectionDAG.h1465 bool IsTruncating = false, bool IsCompressing = false);
1470 const AAMDNodes &AAInfo, bool IsCompressing = false);
1473 MachineMemOperand *MMO, bool IsCompressing = false);
1532 bool IsCompressing = false);
1539 bool IsCompressing = false);
1543 bool IsCompressing = false);
1564 bool IsTruncating = false, bool IsCompressing = false);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8869 bool IsCompressing) { in getStoreVP() argument
8905 bool IsCompressing) { in getTruncStoreVP() argument
8919 IsCompressing); in getTruncStoreVP()
8926 bool IsCompressing) { in getTruncStoreVP() argument
8933 /*IsTruncating*/ false, IsCompressing); in getTruncStoreVP()
9157 bool IsCompressing) { in getTruncStridedStoreVP() argument
9170 MMO, IsCompressing); in getTruncStridedStoreVP()
9178 bool IsCompressing) { in getTruncStridedStoreVP() argument
9185 /*IsTruncating*/ false, IsCompressing); in getTruncStridedStoreVP()
9212 IsCompressing, SVT, MMO); in getTruncStridedStoreVP()
[all …]
H A DSelectionDAGBuilder.h589 void visitMaskedStore(const CallInst &I, bool IsCompressing = false);
H A DSelectionDAGBuilder.cpp4553 bool IsCompressing) { in visitMaskedStore() argument
4575 if (IsCompressing) in visitMaskedStore()
4594 ISD::UNINDEXED, false /* Truncating */, IsCompressing); in visitMaskedStore()