Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h551 uint16_t IsTruncating : 1;
2083 StoreSDNodeBits.IsTruncating = isTrunc;
2092 bool isTruncatingStore() const { return StoreSDNodeBits.IsTruncating; }
2094 StoreSDNodeBits.IsTruncating = Truncating;
2163 StoreSDNodeBits.IsTruncating = isTrunc;
2170 bool isTruncatingStore() const { return StoreSDNodeBits.IsTruncating; }
DSelectionDAG.h1105 MachineMemOperand *MMO, bool IsTruncating = false,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
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()