Searched refs:IsTruncating (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | SelectionDAGNodes.h | 586 uint16_t IsTruncating : 1; 2258 StoreSDNodeBits.IsTruncating = isTrunc; 2267 bool isTruncatingStore() const { return StoreSDNodeBits.IsTruncating; } 2269 StoreSDNodeBits.IsTruncating = Truncating; 2364 StoreSDNodeBits.IsTruncating = isTrunc; 2371 bool isTruncatingStore() const { return StoreSDNodeBits.IsTruncating; }
|
| HD | SelectionDAG.h | 1160 bool IsTruncating = false, bool IsCompressing = false);
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| HD | SelectionDAG.cpp | 7114 ISD::MemIndexedMode AM, bool IsTruncating, in getMaskedStore() argument 7128 dl.getIROrder(), VTs, AM, IsTruncating, IsCompressing, MemVT, MMO)); in getMaskedStore() 7137 IsTruncating, IsCompressing, MemVT, MMO); in getMaskedStore()
|