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

  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 467 if (ST->isTruncatingStore())
LegalizeVectorOps.cpp 167 if (StVT.isVector() && ST->isTruncatingStore())
LegalizeVectorTypes.cpp 451 if (N->isTruncatingStore())
    [all...]
LegalizeFloatTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
LegalizeDAG.cpp 708 if (!ST->isTruncatingStore()) {
    [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp 728 if (StoreNode->isTruncatingStore() || StoreNode->isIndexed()) {
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 716 !(Value.getValueType() == MVT::i64 && ST->isTruncatingStore())) {
    [all...]
HexagonISelLowering.cpp 653 if (ST->getValue().getValueType() == MVT::i64 && ST->isTruncatingStore()) {
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 506 assert(!ST->isTruncatingStore() && "Unexpected store type");
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 205 milliseconds