Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DRISCVTargetDefEmitter.cpp182 bool FastVectorUnalignedAccess = any_of(Features, [&](auto &Feature) { in emitRISCVProcs() local
202 << FastVectorUnalignedAccess; in emitRISCVProcs()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DRISCVTargetParser.h45 bool FastVectorUnalignedAccess; member
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVTargetParser.cpp57 return Info && Info->FastVectorUnalignedAccess; in hasFastVectorUnalignedAccess()