Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h545 uint16_t IsCompressing : 1;
2390 StoreSDNodeBits.IsCompressing = isCompressing;
2402 bool isCompressingStore() const { return StoreSDNodeBits.IsCompressing; }
H A DSelectionDAG.h1312 bool IsTruncating = false, bool IsCompressing = false);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h739 void visitMaskedStore(const CallInst &I, bool IsCompressing = false);
H A DSelectionDAG.cpp7586 bool IsCompressing) { in getMaskedStore() argument
7599 dl.getIROrder(), VTs, AM, IsTruncating, IsCompressing, MemVT, MMO)); in getMaskedStore()
7608 IsTruncating, IsCompressing, MemVT, MMO); in getMaskedStore()
H A DSelectionDAGBuilder.cpp4287 bool IsCompressing) { in visitMaskedStore() argument
4309 if (IsCompressing) in visitMaskedStore()
4333 ISD::UNINDEXED, false /* Truncating */, IsCompressing); in visitMaskedStore()