Searched refs:StoreMemVT (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 7204 EVT StoreMemVT = ST->getMemoryVT(); in expandUnalignedStore() local 7207 if (StoreMemVT.isFloatingPoint() || StoreMemVT.isVector()) { in expandUnalignedStore() 7211 StoreMemVT.isVector()) { in expandUnalignedStore() 7228 EVT::getIntegerVT(*DAG.getContext(), StoreMemVT.getSizeInBits())); in expandUnalignedStore() 7230 unsigned StoredBytes = StoreMemVT.getStoreSize(); in expandUnalignedStore() 7235 SDValue StackPtr = DAG.CreateStackTemporary(StoreMemVT, RegVT); in expandUnalignedStore() 7241 MachinePointerInfo::getFixedStack(MF, FrameIndex, 0), StoreMemVT); in expandUnalignedStore() 7288 assert(StoreMemVT.isInteger() && !StoreMemVT.isVector() && in expandUnalignedStore() 7291 EVT NewStoredVT = StoreMemVT.getHalfSizedIntegerVT(*DAG.getContext()); in expandUnalignedStore()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 6835 EVT StoreMemVT = ST->getMemoryVT(); in expandUnalignedStore() local 6838 if (StoreMemVT.isFloatingPoint() || StoreMemVT.isVector()) { in expandUnalignedStore() 6842 StoreMemVT.isVector()) { in expandUnalignedStore() 6859 EVT::getIntegerVT(*DAG.getContext(), StoreMemVT.getSizeInBits())); in expandUnalignedStore() 6861 unsigned StoredBytes = StoreMemVT.getStoreSize(); in expandUnalignedStore() 6866 SDValue StackPtr = DAG.CreateStackTemporary(StoreMemVT, RegVT); in expandUnalignedStore() 6872 MachinePointerInfo::getFixedStack(MF, FrameIndex, 0), StoreMemVT); in expandUnalignedStore() 6919 assert(StoreMemVT.isInteger() && !StoreMemVT.isVector() && in expandUnalignedStore() 6922 EVT NewStoredVT = StoreMemVT.getHalfSizedIntegerVT(*DAG.getContext()); in expandUnalignedStore()
|