Searched refs:AllowDIVExt (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DARMBuildAttributes.h235 // Note: AllowDIVExt must be emitted if and only if the permission to use
240 AllowDIVExt = 2, // Allow hardware divide as optional architecture enumerator in enum:llvm::ARMBuildAttrs::__anon1869
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp276 // AllowDIVExt is only emitted if hwdiv isn't available in the base arch;
279 emitAttribute(ARMBuildAttrs::DIV_use, ARMBuildAttrs::AllowDIVExt);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp268 case ARMBuildAttrs::AllowDIVExt:

Completed in 141 milliseconds