Home
last modified time | relevance | path

Searched refs:IsTruncating (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDSelectionDAGNodes.h586 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; }
HDSelectionDAG.h1160 bool IsTruncating = false, bool IsCompressing = false);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAG.cpp7114 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()