Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp353 Variable RetVar; member in __anonfaf0748f0111::Intrinsic
1202 RetVar = Variable(Types[0], "ret" + VariablePostfix); in initVariables()
1300 assert(RetVar.getType() == Types[0]); in emitReturnVarDecl()
1302 if (!RetVar.getType().isVoid()) { in emitReturnVarDecl()
1303 OS << " " << RetVar.getType().str() << " " << RetVar.getName() << ";"; in emitReturnVarDecl()
1314 emitReverseVariable(RetVar, RetVar); in emitReturnReversal()
1367 S += "__builtin_bit_cast(" + RetVar.getType().str() + ", "; in emitBodyAsBuiltinCall()
1372 S += "&" + RetVar.getName() + ", "; in emitBodyAsBuiltinCall()
1429 if (!SRet && !RetVar.getType().isVoid()) in emitBodyAsBuiltinCall()
1430 RetExpr = RetVar.getName() + " = "; in emitBodyAsBuiltinCall()
[all …]