Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DRISCVTargetDefEmitter.cpp63 const bool FastUnalignedAccess = in EmitRISCVTargetDef() local
70 << "{\"" << MArch << "\"}, " << FastUnalignedAccess << ")\n"; in EmitRISCVTargetDef()
/freebsd-14.2/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVTargetParser.cpp31 bool FastUnalignedAccess; member
50 return Info && Info->FastUnalignedAccess; in hasFastUnalignedAccess()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.cpp213 if (FastUnalignedAccess) in getTargetDefines()
355 FastUnalignedAccess = llvm::is_contained(Features, "+fast-unaligned-access"); in handleTargetFeatures()
H A DRISCV.h33 bool FastUnalignedAccess;