Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DRISCVTargetDefEmitter.cpp181 bool FastVectorUnalignedAccess = any_of(Features, [&](auto &Feature) { in emitRISCVProcs() local
196 << FastVectorUnalignedAccess << ")\n"; in emitRISCVProcs()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVTargetParser.cpp35 bool FastVectorUnalignedAccess; member
60 return Info && Info->FastVectorUnalignedAccess; in hasFastVectorUnalignedAccess()