Searched refs:IsTruncating (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 551 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; }
|
D | SelectionDAG.h | 1105 MachineMemOperand *MMO, bool IsTruncating = false,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 6528 bool IsTruncating, bool IsCompressing) { in getMaskedStore() argument 6538 dl.getIROrder(), VTs, IsTruncating, IsCompressing, MemVT, MMO)); in getMaskedStore() 6546 IsTruncating, IsCompressing, MemVT, MMO); in getMaskedStore()
|