Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp101 static cl::opt<bool> HexagonVolatileMemcpy( variable
1930 if (!(SI->isVolatile() && HexagonVolatileMemcpy) && !SI->isSimple()) in isLegalStore()
2023 assert((SI->isSimple() || (SI->isVolatile() && HexagonVolatileMemcpy)) && in processCopyingStore()