Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp1107 bool isTruncating = N->isTruncatingStore(); in SplitVecOp_STORE() local
1122 if (isTruncating) in SplitVecOp_STORE()
1133 if (isTruncating) in SplitVecOp_STORE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp2073 bool isTruncating = N->isTruncatingStore(); in SplitVecOp_STORE() local
2092 if (isTruncating) in SplitVecOp_STORE()
2102 if (isTruncating) in SplitVecOp_STORE()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp1865 bool isTruncating = N->isTruncatingStore(); in SplitVecOp_STORE() local
1881 if (isTruncating) in SplitVecOp_STORE()
1892 if (isTruncating) in SplitVecOp_STORE()
/external/swiftshader/third_party/subzero/src/
DIceInstX86BaseImpl.h1680 if (isTruncating()) in emit()
1785 if (isTruncating()) in dump()
DIceInstX86Base.h2595 bool isTruncating() const { return Variant == Tss2si || Variant == Tps2dq; } in isTruncating() function