Searched refs:IsCompressing (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | SelectionDAGNodes.h | 587 uint16_t IsCompressing : 1; 2365 StoreSDNodeBits.IsCompressing = isCompressing; 2377 bool isCompressingStore() const { return StoreSDNodeBits.IsCompressing; }
|
| HD | SelectionDAG.h | 1160 bool IsTruncating = false, bool IsCompressing = false);
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| HD | SelectionDAGBuilder.h | 744 void visitMaskedStore(const CallInst &I, bool IsCompressing = false);
|
| HD | SelectionDAG.cpp | 7115 bool IsCompressing) { in getMaskedStore() argument 7128 dl.getIROrder(), VTs, AM, IsTruncating, IsCompressing, MemVT, MMO)); in getMaskedStore() 7137 IsTruncating, IsCompressing, MemVT, MMO); in getMaskedStore()
|
| HD | SelectionDAGBuilder.cpp | 4304 bool IsCompressing) { in visitMaskedStore() argument 4326 if (IsCompressing) in visitMaskedStore() 4353 ISD::UNINDEXED, false /* Truncating */, IsCompressing); in visitMaskedStore()
|