Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp910 bool HasVectorFeature = in LowerPATCHABLE_FUNCTION_ENTER() local
914 HasVectorFeature ? "__xray_FunctionEntryVec" : "__xray_FunctionEntry"); in LowerPATCHABLE_FUNCTION_ENTER()
955 bool HasVectorFeature = in LowerPATCHABLE_RET() local
959 HasVectorFeature ? "__xray_FunctionExitVec" : "__xray_FunctionExit"); in LowerPATCHABLE_RET()
980 bool HasVectorFeature = in emitAttributes() local
982 OutStreamer->emitGNUAttribute(8, HasVectorFeature ? 2 : 1); in emitAttributes()