Searched refs:StoreVT (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp340 EVT StoreVT = ST->getMemoryVT(); local
347 if (!StoreVT.isSimple())
362 MVT SimpleVT = StoreVT.getSimpleVT();
/external/llvm/lib/Target/CellSPU/
H A DSPUISelLowering.cpp144 MVT::SimpleValueType StoreVT = (MVT::SimpleValueType) stype; local
145 setTruncStoreAction(VT, StoreVT, Expand);
157 MVT::SimpleValueType StoreVT = (MVT::SimpleValueType) stype; local
158 setTruncStoreAction(VT, StoreVT, Expand);

Completed in 69 milliseconds