Home
last modified time | relevance | path

Searched defs:hasVector (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h293 bool hasVector() const { return FixedVF.isVector() || ScalableVF.isVector(); } hasVector() function
/llvm-project/mlir/lib/Dialect/OpenACC/IR/
H A DOpenACC.cpp1956 bool LoopOp::hasVector() { return hasVector(mlir::acc::DeviceType::None); } hasVector() function in LoopOp
1958 bool LoopOp::hasVector(mlir::acc::DeviceType deviceType) { hasVector() function in LoopOp
2627 bool RoutineOp::hasVector() { return hasVector(mlir::acc::DeviceType::None); } hasVector() function in RoutineOp
2629 bool RoutineOp::hasVector(mlir::acc::DeviceType deviceType) { hasVector() function in RoutineOp