Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h552 uint16_t IsCompressing : 1;
2164 StoreSDNodeBits.IsCompressing = isCompressing;
2176 bool isCompressingStore() const { return StoreSDNodeBits.IsCompressing; }
DSelectionDAG.h1106 bool IsCompressing = false);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h909 void visitMaskedStore(const CallInst &I, bool IsCompressing = false);
DSelectionDAG.cpp6528 bool IsTruncating, bool IsCompressing) { in getMaskedStore() argument
6538 dl.getIROrder(), VTs, IsTruncating, IsCompressing, MemVT, MMO)); in getMaskedStore()
6546 IsTruncating, IsCompressing, MemVT, MMO); in getMaskedStore()
DSelectionDAGBuilder.cpp3876 bool IsCompressing) { in visitMaskedStore() argument
3898 if (IsCompressing) in visitMaskedStore()
3921 IsCompressing); in visitMaskedStore()