Home
last modified time | relevance | path

Searched refs:IsCompressing (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h552 uint16_t IsCompressing : 1;
2199 StoreSDNodeBits.IsCompressing = isCompressing;
2211 bool isCompressingStore() const { return StoreSDNodeBits.IsCompressing; }
H A DSelectionDAG.h1097 bool IsCompressing = false);
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h912 void visitMaskedStore(const CallInst &I, bool IsCompressing = false);
H A DSelectionDAG.cpp6901 bool IsTruncating, bool IsCompressing) { in getMaskedStore() argument
6911 dl.getIROrder(), VTs, IsTruncating, IsCompressing, MemVT, MMO)); in getMaskedStore()
6919 IsTruncating, IsCompressing, MemVT, MMO); in getMaskedStore()
H A DSelectionDAGBuilder.cpp3914 bool IsCompressing) { in visitMaskedStore() argument
3936 if (IsCompressing) in visitMaskedStore()
3959 IsCompressing); in visitMaskedStore()