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

  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 476 if (ST->isTruncatingStore())
LegalizeVectorOps.cpp 212 if (StVT.isVector() && ST->isTruncatingStore())
    [all...]
LegalizeVectorTypes.cpp 506 if (N->isTruncatingStore())
    [all...]
LegalizeFloatTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
LegalizeDAG.cpp 719 if (!ST->isTruncatingStore()) {
    [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp     [all...]
SIISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 775 !(Value.getValueType() == MVT::i64 && ST->isTruncatingStore())) {
    [all...]
HexagonISelLowering.cpp 668 if (ST->getValue().getValueType() == MVT::i64 && ST->isTruncatingStore()) {
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 505 assert(!ST->isTruncatingStore() && "Unexpected store type");
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 245 milliseconds