Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4920 EVT LD1VT = LD1->getValueType(0); in CombineConsecutiveLoads() local
4928 DAG.isConsecutiveLoad(LD2, LD1, LD1VT.getSizeInBits()/8, 1)) { in CombineConsecutiveLoads()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7320 EVT LD1VT = LD1->getValueType(0); in CombineConsecutiveLoads() local
7321 unsigned LD1Bytes = LD1VT.getSizeInBits() / 8; in CombineConsecutiveLoads()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9666 EVT LD1VT = LD1->getValueType(0); in CombineConsecutiveLoads() local
9667 unsigned LD1Bytes = LD1VT.getStoreSize(); in CombineConsecutiveLoads()