Searched refs:IsCompressing (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 545 uint16_t IsCompressing : 1; 2402 StoreSDNodeBits.IsCompressing = isCompressing; 2414 bool isCompressingStore() const { return StoreSDNodeBits.IsCompressing; }
|
| H A D | SelectionDAG.h | 1319 bool IsTruncating = false, bool IsCompressing = false);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.h | 739 void visitMaskedStore(const CallInst &I, bool IsCompressing = false);
|
| H A D | SelectionDAG.cpp | 7671 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 D | SelectionDAGBuilder.cpp | 4288 bool IsCompressing) { in visitMaskedStore() argument 4310 if (IsCompressing) in visitMaskedStore() 4334 ISD::UNINDEXED, false /* Truncating */, IsCompressing); in visitMaskedStore()
|