HomeSort by relevance Sort by last modified time
    Searched refs:isTruncatingStore (Results 1 - 25 of 44) sorted by null

1 2

  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 517 if (ST->isTruncatingStore())
LegalizeVectorTypes.cpp 537 if (N->isTruncatingStore())
    [all...]
LegalizeVectorOps.cpp 234 if (StVT.isVector() && ST->isTruncatingStore())
    [all...]
DAGCombiner.cpp     [all...]
LegalizeDAG.cpp 455 if (!ST->isTruncatingStore()) {
    [all...]
LegalizeFloatTypes.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 626 if (ST->isTruncatingStore())
    [all...]
LegalizeVectorTypes.cpp 597 if (N->isTruncatingStore())
    [all...]
LegalizeVectorOps.cpp 266 if (StVT.isVector() && ST->isTruncatingStore()) {
    [all...]
LegalizeDAG.cpp 478 if (!ST->isTruncatingStore()) {
    [all...]
LegalizeFloatTypes.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 379 if (N->isTruncatingStore())
    [all...]
DAGCombiner.cpp     [all...]
LegalizeFloatTypes.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 588 if (ST->isTruncatingStore() && ValueVT.getSizeInBits() == 64) {
    [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 506 assert(!ST->isTruncatingStore() && "Unexpected store type");
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.cpp 496 assert(!ST->isTruncatingStore() && "Unexpected store type");
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 521 if (ST->isTruncatingStore() && ValueVT.getSizeInBits() == 64) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 498 assert(!ST->isTruncatingStore() && "Unexpected store type");
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.cpp 761 EVT StVT = (!SN->isTruncatingStore() ? VT : SN->getMemoryVT());
    [all...]

Completed in 1141 milliseconds

1 2