Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h570 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; }
DSelectionDAG.h1471 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);
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp8394 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 …]
DSelectionDAGBuilder.h594 void visitMaskedStore(const CallInst &I, bool IsCompressing = false);
DSelectionDAGBuilder.cpp4349 bool IsCompressing) { in visitMaskedStore() argument
4371 if (IsCompressing) in visitMaskedStore()
4390 ISD::UNINDEXED, false /* Truncating */, IsCompressing); in visitMaskedStore()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h587 uint16_t IsCompressing : 1;
2365 StoreSDNodeBits.IsCompressing = isCompressing;
2377 bool isCompressingStore() const { return StoreSDNodeBits.IsCompressing; }
DSelectionDAG.h1160 bool IsTruncating = false, bool IsCompressing = false);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h744 void visitMaskedStore(const CallInst &I, bool IsCompressing = false);
DSelectionDAG.cpp7118 bool IsCompressing) { in getMaskedStore() argument
7131 dl.getIROrder(), VTs, AM, IsTruncating, IsCompressing, MemVT, MMO)); in getMaskedStore()
7140 IsTruncating, IsCompressing, MemVT, MMO); in getMaskedStore()
DSelectionDAGBuilder.cpp4304 bool IsCompressing) { in visitMaskedStore() argument
4326 if (IsCompressing) in visitMaskedStore()
4353 ISD::UNINDEXED, false /* Truncating */, IsCompressing); in visitMaskedStore()