HomeSort by relevance Sort by last modified time
    Searched defs:StVT (Results 1 - 15 of 15) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 503 EVT StVT = ST->getMemoryVT();
504 unsigned StWidth = StVT.getSizeInBits();
507 if (StWidth != StVT.getStoreSizeInBits()) {
512 StVT.getStoreSizeInBits());
513 Value = DAG.getZeroExtendInReg(Value, dl, StVT);
520 assert(!StVT.isVector() && "Unsupported truncstore!");
580 switch (TLI.getTruncStoreAction(ST->getValue().getValueType(), StVT)) {
601 assert(!StVT.isVector() &&
605 assert(TLI.isTypeLegal(StVT) &&
607 Value = DAG.getNode(ISD::TRUNCATE, dl, StVT, Value)
    [all...]
LegalizeVectorOps.cpp 232 EVT StVT = ST->getMemoryVT();
234 if (StVT.isVector() && ST->isTruncatingStore())
235 switch (TLI.getTruncStoreAction(ValVT, StVT)) {
641 EVT StVT = ST->getMemoryVT();
642 EVT MemSclVT = StVT.getScalarType();
660 StVT.getVectorNumElements());
    [all...]
LegalizeVectorTypes.cpp     [all...]
TargetLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 528 EVT StVT = ST->getMemoryVT();
529 unsigned StWidth = StVT.getSizeInBits();
532 if (StWidth != StVT.getStoreSizeInBits()) {
537 StVT.getStoreSizeInBits());
538 Value = DAG.getZeroExtendInReg(Value, dl, StVT);
545 assert(!StVT.isVector() && "Unsupported truncstore!");
602 switch (TLI.getTruncStoreAction(ST->getValue().getValueType(), StVT)) {
623 assert(!StVT.isVector() &&
629 if (TLI.isTypeLegal(StVT)) {
630 Value = DAG.getNode(ISD::TRUNCATE, dl, StVT, Value)
    [all...]
LegalizeVectorOps.cpp 264 EVT StVT = ST->getMemoryVT();
266 if (StVT.isVector() && ST->isTruncatingStore()) {
269 switch (TLI.getTruncStoreAction(ValVT, StVT)) {
    [all...]
LegalizeVectorTypes.cpp     [all...]
TargetLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
LegalizeVectorTypes.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.cpp 761 EVT StVT = (!SN->isTruncatingStore() ? VT : SN->getMemoryVT());
766 EVT vecVT = StVT.isVector()? StVT: EVT::getVectorVT(*DAG.getContext(), StVT,
767 (128 / StVT.getSizeInBits()));
779 if (StVT.getSizeInBits() == 128 && (alignment%16) == 0)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1167 milliseconds