Searched refs:IsCompressing (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 570 uint16_t IsCompressing : 1; 2553 StoreSDNodeBits.IsCompressing = isCompressing; 2565 bool isCompressingStore() const { return StoreSDNodeBits.IsCompressing; } 2584 ISD::MemIndexedMode AM, bool IsTrunc, bool IsCompressing, 2589 StoreSDNodeBits.IsCompressing = IsCompressing; 2601 bool isCompressingStore() const { return StoreSDNodeBits.IsCompressing; } 2696 StoreSDNodeBits.IsCompressing = isCompressing; 2708 bool isCompressingStore() const { return StoreSDNodeBits.IsCompressing; }
|
| H A D | SelectionDAG.h | 1471 bool IsTruncating = false, bool IsCompressing = false); 1476 const AAMDNodes &AAInfo, bool IsCompressing = false); 1479 MachineMemOperand *MMO, bool IsCompressing = false); 1538 bool IsCompressing = false); 1545 bool IsCompressing = false); 1549 bool IsCompressing = false); 1570 bool IsTruncating = false, bool IsCompressing = false);
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 8394 bool IsCompressing) { in getStoreVP() argument 8405 dl.getIROrder(), VTs, AM, IsTruncating, IsCompressing, MemVT, MMO)); in getStoreVP() 8414 IsTruncating, IsCompressing, MemVT, MMO); in getStoreVP() 8430 bool IsCompressing) { in getTruncStoreVP() argument 8444 IsCompressing); in getTruncStoreVP() 8451 bool IsCompressing) { in getTruncStoreVP() argument 8458 /*IsTruncating*/ false, IsCompressing); in getTruncStoreVP() 8476 dl.getIROrder(), VTs, ISD::UNINDEXED, true, IsCompressing, SVT, MMO)); in getTruncStoreVP() 8486 ISD::UNINDEXED, true, IsCompressing, SVT, MMO); in getTruncStoreVP() 8648 bool IsTruncating, bool IsCompressing) { in getStridedStoreVP() argument [all …]
|
| H A D | SelectionDAGBuilder.h | 594 void visitMaskedStore(const CallInst &I, bool IsCompressing = false);
|
| H A D | SelectionDAGBuilder.cpp | 4349 bool IsCompressing) { in visitMaskedStore() argument 4371 if (IsCompressing) in visitMaskedStore() 4390 ISD::UNINDEXED, false /* Truncating */, IsCompressing); in visitMaskedStore()
|