Home
last modified time | relevance | path

Searched refs:Ret (Results 1 – 25 of 255) sorted by relevance

1234567891011

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/
H A DVETargetMachine.cpp33 std::string Ret = "e"; in computeDataLayout() local
36 Ret += "-m:e"; in computeDataLayout()
39 Ret += "-i64:64"; in computeDataLayout()
42 Ret += "-n32:64"; in computeDataLayout()
45 Ret += "-S128"; in computeDataLayout()
51 Ret += "-v128:64:64"; in computeDataLayout()
52 Ret += "-v256:64:64"; in computeDataLayout()
53 Ret += "-v512:64:64"; in computeDataLayout()
54 Ret += "-v1024:64:64"; in computeDataLayout()
55 Ret += "-v2048:64:64"; in computeDataLayout()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h82 CCValAssign Ret; in getReg() local
84 Ret.Loc = RegNo; in getReg()
87 Ret.HTP = HTP; in getReg()
90 return Ret; in getReg()
96 CCValAssign Ret; in getCustomReg() local
99 return Ret; in getCustomReg()
105 CCValAssign Ret; in getMem() local
110 Ret.HTP = HTP; in getMem()
113 return Ret; in getMem()
119 CCValAssign Ret; in getCustomMem() local
[all …]
H A DWasmEHFuncInfo.h46 SmallPtrSet<const BasicBlock *, 4> Ret; in getUnwindSrcs() local
48 Ret.insert(P.get<const BasicBlock *>()); in getUnwindSrcs()
49 return Ret; in getUnwindSrcs()
72 SmallPtrSet<MachineBasicBlock *, 4> Ret; in getUnwindSrcs() local
74 Ret.insert(P.get<MachineBasicBlock *>()); in getUnwindSrcs()
75 return Ret; in getUnwindSrcs()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp464 CRLogicalOpInfo Ret; in createCRLogicalOpInfo() local
465 Ret.MI = &MIParam; in createCRLogicalOpInfo()
468 Ret.IsNullary = 1; in createCRLogicalOpInfo()
475 Ret.DefsSingleUse &= in createCRLogicalOpInfo()
480 Ret.IsBinary = 1; in createCRLogicalOpInfo()
505 Ret.FeedsBR = 1; in createCRLogicalOpInfo()
513 if (!Ret.IsNullary) { in createCRLogicalOpInfo()
516 if (Ret.IsBinary) in createCRLogicalOpInfo()
521 if (Ret.IsBinary && Ret.ContainedInBlock && Ret.SingleUse) { in createCRLogicalOpInfo()
523 if (Ret.FeedsBR && Ret.DefsSingleUse) in createCRLogicalOpInfo()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DOptParserEmitter.cpp167 MarshallingInfo Ret(R); in createMarshallingInfo() local
170 Ret.MacroPrefix = R.getValueAsString("MacroPrefix"); in createMarshallingInfo()
171 Ret.KeyPath = R.getValueAsString("KeyPath"); in createMarshallingInfo()
175 Ret.ImpliedValue = in createMarshallingInfo()
178 Ret.ShouldParse = R.getValueAsString("ShouldParse"); in createMarshallingInfo()
179 Ret.Normalizer = R.getValueAsString("Normalizer"); in createMarshallingInfo()
181 Ret.ValueMerger = R.getValueAsString("ValueMerger"); in createMarshallingInfo()
189 Ret.Values.reserve(Ret.NormalizedValues.size()); in createMarshallingInfo()
202 Ret.Values.push_back(ValuesStr); in createMarshallingInfo()
204 assert(Ret.Values.size() == Ret.NormalizedValues.size() && in createMarshallingInfo()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp68 std::string Ret; in computeDataLayout() local
71 Ret += "E"; in computeDataLayout()
74 Ret += DataLayout::getManglingComponent(TT); in computeDataLayout()
79 Ret += "-i1:8:16-i8:8:16"; in computeDataLayout()
82 Ret += "-i64:64"; in computeDataLayout()
85 Ret += "-f128:64"; in computeDataLayout()
89 Ret += "-v128:64"; in computeDataLayout()
92 Ret += "-a:8:16"; in computeDataLayout()
95 Ret += "-n32:64"; in computeDataLayout()
97 return Ret; in computeDataLayout()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kTargetMachine.cpp45 std::string Ret = ""; in computeDataLayout() local
47 Ret += "E"; in computeDataLayout()
50 Ret += "-m:e"; in computeDataLayout()
56 Ret += "-p:32:16:32"; in computeDataLayout()
60 Ret += "-i8:8:8-i16:16:16-i32:16:32"; in computeDataLayout()
65 Ret += "-n8:16:32"; in computeDataLayout()
67 Ret += "-a:0:16-S16"; in computeDataLayout()
69 return Ret; in computeDataLayout()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp130 size_t Ret = 0; in getSize() local
133 Ret += *(TTI.getInstructionCost( in getSize()
135 return Ret; in getSize()
145 unsigned Ret = 0; in getMaxDominatorTreeDepth() local
148 Ret = std::max(Ret, TN->getLevel()); in getMaxDominatorTreeDepth()
149 return Ret; in getMaxDominatorTreeDepth()
250 float Ret = *ER->getTensorValue<float>(0); in run() local
251 if (Ret < 0.0) in run()
252 Ret = 0.0; in run()
253 return static_cast<size_t>(Ret); in run()
H A DVFABIDemangling.cpp130 ParseRet Ret; in tryParseLinearWithRuntimeStep() local
133 Ret = tryParseLinearTokenWithRuntimeStep(ParseString, PKind, StepOrPos, "ls"); in tryParseLinearWithRuntimeStep()
134 if (Ret != ParseRet::None) in tryParseLinearWithRuntimeStep()
135 return Ret; in tryParseLinearWithRuntimeStep()
138 Ret = tryParseLinearTokenWithRuntimeStep(ParseString, PKind, StepOrPos, "Rs"); in tryParseLinearWithRuntimeStep()
139 if (Ret != ParseRet::None) in tryParseLinearWithRuntimeStep()
140 return Ret; in tryParseLinearWithRuntimeStep()
144 if (Ret != ParseRet::None) in tryParseLinearWithRuntimeStep()
145 return Ret; in tryParseLinearWithRuntimeStep()
149 if (Ret != ParseRet::None) in tryParseLinearWithRuntimeStep()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp90 Ret += Root.drop_front(2).str(); in fileNameToURI()
93 Ret += Twine("/" + Root).str(); in fileNameToURI()
109 Ret += "/"; in fileNameToURI()
117 return std::string(Ret); in fileNameToURI()
172 unsigned int Ret = 1; in adjustColumnPos() local
175 Ret++; in adjustColumnPos()
178 return Ret; in adjustColumnPos()
236 return Ret; in createLocation()
327 json::Object Ret{ in createRule() local
334 Ret["helpUri"] = RuleURI; in createRule()
[all …]
H A DAnalyzerOptions.cpp154 auto Ret = llvm::StringSwitch<llvm::Optional<bool>>( in getCheckerBooleanOption() local
161 assert(Ret && in getCheckerBooleanOption()
165 return *Ret; in getCheckerBooleanOption()
178 int Ret = 0; in getCheckerIntegerOption() local
181 .getAsInteger(0, Ret); in getCheckerIntegerOption()
186 return Ret; in getCheckerIntegerOption()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp140 std::string Ret; in computeDataLayout() local
144 Ret += "e"; in computeDataLayout()
147 Ret += "E"; in computeDataLayout()
152 Ret += "-p:32:32"; in computeDataLayout()
156 Ret += "-Fi8"; in computeDataLayout()
176 Ret += "-a:0:32"; in computeDataLayout()
179 Ret += "-n32"; in computeDataLayout()
184 Ret += "-S128"; in computeDataLayout()
186 Ret += "-S64"; in computeDataLayout()
188 Ret += "-S32"; in computeDataLayout()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp109 std::string Ret = "e"; in computeDataLayout() local
114 Ret += "-p:32:32"; in computeDataLayout()
121 Ret += "-i64:64"; in computeDataLayout()
125 Ret += "-f64:32:64"; in computeDataLayout()
131 Ret += "-f80:128"; in computeDataLayout()
133 Ret += "-f80:32"; in computeDataLayout()
136 Ret += "-f128:32"; in computeDataLayout()
142 Ret += "-n8:16:32"; in computeDataLayout()
146 Ret += "-a:0:32-S32"; in computeDataLayout()
148 Ret += "-S128"; in computeDataLayout()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp32 std::string Ret = T.getArch() == Triple::sparcel ? "e" : "E"; in computeDataLayout() local
33 Ret += "-m:e"; in computeDataLayout()
37 Ret += "-p:32:32"; in computeDataLayout()
40 Ret += "-i64:64"; in computeDataLayout()
45 Ret += "-n32:64"; in computeDataLayout()
47 Ret += "-f128:64-n32"; in computeDataLayout()
50 Ret += "-S128"; in computeDataLayout()
52 Ret += "-S64"; in computeDataLayout()
54 return Ret; in computeDataLayout()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DSymbolSize.cpp51 std::vector<std::pair<SymbolRef, uint64_t>> Ret; in computeSymbolSizes() local
58 Ret.push_back({Sym, Sym.getSize()}); in computeSymbolSizes()
59 return Ret; in computeSymbolSizes()
83 return Ret; in computeSymbolSizes()
103 Ret.resize(SymNum); in computeSymbolSizes()
107 Ret[P.Number] = {*P.I, P.Address}; in computeSymbolSizes()
109 return Ret; in computeSymbolSizes()
H A DObject.cpp189 auto *Ret = new OwningBinary<ObjectFile>(std::move(ObjOrErr.get()), std::move(Buf)); in LLVMCreateObjectFile() local
190 return wrap(Ret); in LLVMCreateObjectFile()
302 Expected<StringRef> Ret = (*unwrap(SI))->getName(); in LLVMGetSymbolName() local
303 if (!Ret) { in LLVMGetSymbolName()
306 logAllUnhandledErrors(Ret.takeError(), OS); in LLVMGetSymbolName()
310 return Ret->data(); in LLVMGetSymbolName()
314 Expected<uint64_t> Ret = (*unwrap(SI))->getAddress(); in LLVMGetSymbolAddress() local
315 if (!Ret) { in LLVMGetSymbolAddress()
318 logAllUnhandledErrors(Ret.takeError(), OS); in LLVMGetSymbolAddress()
322 return *Ret; in LLVMGetSymbolAddress()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp66 std::string Ret; in computeDataLayout() local
71 Ret += "e"; in computeDataLayout()
73 Ret += "E"; in computeDataLayout()
76 Ret += "-m:m"; in computeDataLayout()
78 Ret += "-m:e"; in computeDataLayout()
82 Ret += "-p:32:32"; in computeDataLayout()
86 Ret += "-i8:8:32-i16:16:32-i64:64"; in computeDataLayout()
92 Ret += "-n32:64-S128"; in computeDataLayout()
94 Ret += "-n32-S64"; in computeDataLayout()
96 return Ret; in computeDataLayout()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRFSDiscriminator.cpp53 uint64_t Ret = updateHash(std::to_string(DIL->getLine())); in getCallStackHash() local
54 Ret ^= updateHash(BB.getName()); in getCallStackHash()
55 Ret ^= updateHash(DIL->getScope()->getSubprogram()->getLinkageName()); in getCallStackHash()
57 Ret ^= updateHash(std::to_string(DIL->getLine())); in getCallStackHash()
58 Ret ^= updateHash(DIL->getScope()->getSubprogram()->getLinkageName()); in getCallStackHash()
60 return Ret; in getCallStackHash()
/freebsd-13.1/contrib/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp204 if (*Ret) in doTest()
211 if (*Ret) in doTest()
466 if (*Ret) in doTest()
473 if (*Ret) in doTest()
528 return Ret; in TestFuncs()
558 if (Error E = Ret.takeError()) in ExtractBlocks()
560 if (*Ret) { in ExtractBlocks()
563 Expected<bool> Ret = in ExtractBlocks() local
566 if (Error E = Ret.takeError()) in ExtractBlocks()
651 if (*Ret) { in DebugAMiscompilation()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DRandomNumberGenerator.cpp81 std::error_code Ret; in getRandomBytes()
84 Ret = std::error_code(errno, std::system_category()); in getRandomBytes()
86 Ret = std::error_code(EIO, std::system_category()); in getRandomBytes()
88 Ret = std::error_code(errno, std::system_category()); in getRandomBytes()
90 return Ret; in getRandomBytes()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp49 StringRef Ret = cantFail(Strings.getStringForID(Entry.FileNI), in getFileName() local
51 return std::string(Ret); in getFileName()
55 StringRef Ret = cantFail(Strings.getStringForID(Entry.ObjNI), in getObjectFileName() local
57 return std::string(Ret); in getObjectFileName()
61 StringRef Ret = cantFail(Strings.getStringForID(Entry.VFileNI), in getVirtualFileName() local
63 return std::string(Ret); in getVirtualFileName()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYTargetMachine.cpp26 std::string Ret; in computeDataLayout() local
30 Ret += "e"; in computeDataLayout()
34 Ret += "-m:e-S32-p:32:32-i32:32:32-i64:32:32-f32:32:32-f64:32:32-v64:32:32" in computeDataLayout()
37 return Ret; in computeDataLayout()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DTargetID.cpp22 llvm::SmallVector<llvm::StringRef, 4> Ret; in getAllPossibleAMDGPUTargetIDFeatures() local
26 return Ret; in getAllPossibleAMDGPUTargetIDFeatures()
30 Ret.push_back("sramecc"); in getAllPossibleAMDGPUTargetIDFeatures()
32 Ret.push_back("xnack"); in getAllPossibleAMDGPUTargetIDFeatures()
33 return Ret; in getAllPossibleAMDGPUTargetIDFeatures()
39 llvm::SmallVector<llvm::StringRef, 4> Ret; in getAllPossibleTargetIDFeatures() local
42 return Ret; in getAllPossibleTargetIDFeatures()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp325 return Ret; in createQualType()
350 return Ret; in createBareDeclRef()
368 return Ret; in createCastPath()
386 return Ret; in createDefaultConstructorDefinitionData()
404 return Ret; in createCopyConstructorDefinitionData()
421 return Ret; in createMoveConstructorDefinitionData()
437 return Ret; in createCopyAssignmentDefinitionData()
452 return Ret; in createMoveAssignmentDefinitionData()
469 return Ret; in createDestructorDefinitionData()
502 return Ret; in createCXXRecordDefinitionData()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp210 int Ret = INT_MAX; in getIncludePriority() local
213 Ret = Style.IncludeCategories[i].Priority; in getIncludePriority()
216 if (CheckMainHeader && IsMainFile && Ret > 0 && isMainHeader(IncludeName)) in getIncludePriority()
217 Ret = 0; in getIncludePriority()
218 return Ret; in getIncludePriority()
223 int Ret = INT_MAX; in getSortIncludePriority() local
226 Ret = Style.IncludeCategories[i].SortPriority; in getSortIncludePriority()
227 if (Ret == 0) in getSortIncludePriority()
228 Ret = Style.IncludeCategories[i].Priority; in getSortIncludePriority()
232 Ret = 0; in getSortIncludePriority()
[all …]

1234567891011