Home
last modified time | relevance | path

Searched refs:VectorBlockMap (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/polly/lib/CodeGen/
DBlockGenerators.cpp1336 ScopStmt &Stmt, ValueMapT &VectorBlockMap) { in generateScalarVectorLoads() argument
1351 VectorBlockMap[MA->getAccessValue()] = VectorVal; in generateScalarVectorLoads()
1391 ValueMapT VectorBlockMap; in copyStmt() local
1393 generateScalarVectorLoads(Stmt, VectorBlockMap); in copyStmt()
1396 copyInstruction(Stmt, Inst, VectorBlockMap, ScalarBlockMap, NewAccesses); in copyStmt()
/external/llvm-project/polly/include/polly/CodeGen/
DBlockGenerators.h762 void generateScalarVectorLoads(ScopStmt &Stmt, ValueMapT &VectorBlockMap);