Searched refs:AsRef (Results 1 – 2 of 2) sorted by relevance
130 bool AsRef = Arg->getValueAsBit("AsRef"); in EmitInterp() local132 if (AsRef) in EmitInterp()197 bool AsRef = Arg->getValueAsBit("AsRef"); in EmitEmitter() local200 OS << (AsRef ? "const " : " ") << Name << " " << (AsRef ? "&" : "") << "A" in EmitEmitter()228 bool AsRef = Arg->getValueAsBit("AsRef"); in EmitProto() local231 OS << (AsRef ? "const " : " ") << Name << " " << (AsRef ? "&" : "") in EmitProto()291 bool AsRef = Arg->getValueAsBit("AsRef"); in EmitGroup() local294 OS << (AsRef ? "const " : " ") << Name << " " << (AsRef ? "&" : "") << "A" in EmitGroup()365 bool AsRef = Arg->getValueAsBit("AsRef"); in EmitEval() local368 OS << (AsRef ? "const " : " ") << Name << " " in EmitEval()[all …]
39 class ArgType { string Name = ?; bit AsRef = false; }48 def ArgIntAP : ArgType { let Name = "IntegralAP<false>"; let AsRef = true; }49 def ArgIntAPS : ArgType { let Name = "IntegralAP<true>"; let AsRef = true; }50 def ArgFloat : ArgType { let Name = "Floating"; let AsRef = true; }53 def ArgFixedPoint : ArgType { let Name = "FixedPoint"; let AsRef = true; }