Searched refs:IsTruncating (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 554 uint16_t IsTruncating : 1; 2359 StoreSDNodeBits.IsTruncating = isTrunc; 2368 bool isTruncatingStore() const { return StoreSDNodeBits.IsTruncating; } 2370 StoreSDNodeBits.IsTruncating = Truncating; 2528 StoreSDNodeBits.IsTruncating = isTrunc; 2535 bool isTruncatingStore() const { return StoreSDNodeBits.IsTruncating; } 2564 StoreSDNodeBits.IsTruncating = IsTrunc; 2571 bool isTruncatingStore() const { return StoreSDNodeBits.IsTruncating; } 2671 StoreSDNodeBits.IsTruncating = isTrunc; 2678 bool isTruncatingStore() const { return StoreSDNodeBits.IsTruncating; } [all …]
|
| H A D | SelectionDAG.h | 1388 bool IsTruncating = false, bool IsCompressing = false); 1454 bool IsTruncating = false, 1487 bool IsTruncating = false, bool IsCompressing = false); 1497 bool IsTruncating = false);
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 8142 ISD::MemIndexedMode AM, bool IsTruncating, in getStoreVP() argument 8154 dl.getIROrder(), VTs, AM, IsTruncating, IsCompressing, MemVT, MMO)); in getStoreVP() 8163 IsTruncating, IsCompressing, MemVT, MMO); in getStoreVP() 8397 bool IsTruncating, bool IsCompressing) { in getStridedStoreVP() argument 8408 DL.getIROrder(), VTs, AM, IsTruncating, IsCompressing, MemVT, MMO)); in getStridedStoreVP() 8416 VTs, AM, IsTruncating, in getStridedStoreVP() 8665 ISD::MemIndexedMode AM, bool IsTruncating, in getMaskedStore() argument 8679 dl.getIROrder(), VTs, AM, IsTruncating, IsCompressing, MemVT, MMO)); in getMaskedStore() 8689 IsTruncating, IsCompressing, MemVT, MMO); in getMaskedStore()
|