Searched refs:IsTruncating (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 544 uint16_t IsTruncating : 1; 2298 StoreSDNodeBits.IsTruncating = isTrunc; 2307 bool isTruncatingStore() const { return StoreSDNodeBits.IsTruncating; } 2309 StoreSDNodeBits.IsTruncating = Truncating; 2401 StoreSDNodeBits.IsTruncating = isTrunc; 2408 bool isTruncatingStore() const { return StoreSDNodeBits.IsTruncating; } 2508 StoreSDNodeBits.IsTruncating = IsTrunc; 2514 bool isTruncatingStore() const { return StoreSDNodeBits.IsTruncating; }
|
| H A D | SelectionDAG.h | 1319 bool IsTruncating = false, bool IsCompressing = false); 1329 bool IsTruncating = false);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 7670 ISD::MemIndexedMode AM, bool IsTruncating, in getMaskedStore() argument 7684 dl.getIROrder(), VTs, AM, IsTruncating, IsCompressing, MemVT, MMO)); in getMaskedStore() 7693 IsTruncating, IsCompressing, MemVT, MMO); in getMaskedStore()
|