Home
last modified time | relevance | path

Searched refs:StoredVT (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp542 EVT StoredVT = ST->getMemoryVT(); in SelectIndexedStore() local
545 bool IsValidInc = HII->isValidAutoIncImm(StoredVT, Inc); in SelectIndexedStore()
548 assert(StoredVT.isSimple()); in SelectIndexedStore()
549 switch (StoredVT.getSimpleVT().SimpleTy) { in SelectIndexedStore()
589 assert(StoredVT.getSizeInBits() < 64 && "Not a truncating store"); in SelectIndexedStore()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3431 EVT StoredVT = ST->getMemoryVT(); in expandUnalignedStore() local
3435 StoredVT.getSizeInBits())); in expandUnalignedStore()
3437 unsigned StoredBytes = StoredVT.getSizeInBits() / 8; in expandUnalignedStore()
3442 SDValue StackPtr = DAG.CreateStackTemporary(StoredVT, RegVT); in expandUnalignedStore()
3447 StoredVT, false, false, 0); in expandUnalignedStore()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp405 EVT StoredVT = ST->getMemoryVT(); in ExpandUnalignedStore() local
409 StoredVT.getSizeInBits())); in ExpandUnalignedStore()
410 unsigned StoredBytes = StoredVT.getSizeInBits() / 8; in ExpandUnalignedStore()
415 SDValue StackPtr = DAG.CreateStackTemporary(StoredVT, RegVT); in ExpandUnalignedStore()
420 StoredVT, false, false, 0); in ExpandUnalignedStore()