Searched refs:Pref (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | BreakFalseDeps.cpp | 85 unsigned Pref); 111 unsigned Pref) { in pickBestRegisterForUndef() argument 164 if (MaxClearance > Pref) in pickBestRegisterForUndef() 176 unsigned Pref) { in shouldBreakDependence() argument 181 if (Pref > Clearance) { in shouldBreakDependence() 201 unsigned Pref = TII->getUndefRegClearance(*MI, i, TRI); in processDefs() local 202 if (Pref) { in processDefs() 203 bool HadTrueDependency = pickBestRegisterForUndef(MI, i, Pref); in processDefs() 207 if (!HadTrueDependency && shouldBreakDependence(MI, i, Pref)) in processDefs() 226 unsigned Pref = TII->getPartialRegUpdateClearance(*MI, i, TRI); in processDefs() local [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfFile.cpp | 20 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) in DwarfFile() argument 21 : Asm(AP), Abbrevs(AbbrevAllocator), StrPool(DA, *Asm, Pref) {} in DwarfFile()
|
| H A D | DwarfFile.h | 100 DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDataPrefetch.cpp | 357 for (auto &Pref : Prefetches) { in runOnLoop() local 358 const SCEV *PtrDiff = SE->getMinusSCEV(LSCEVAddRec, Pref.LSCEVAddRec); in runOnLoop() 363 Pref.addInstruction(MemI, DT, PD); in runOnLoop()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86Operand.h | 87 struct PrefOp Pref; member 139 OS << "Prefix:" << Pref.Prefixes; in print() 177 return Pref.Prefixes; in getPrefix() 696 Res->Pref.Prefixes = Prefixes; in CreatePrefix()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 1646 bool tryParseFmt(const char *Pref, int64_t MaxVal, int64_t &Val); 1754 bool trySkipId(const StringRef Pref, const StringRef Id); 6483 bool AMDGPUAsmParser::tryParseFmt(const char *Pref, in tryParseFmt() argument 6489 auto Res = parseIntWithPrefix(Pref, Val); in tryParseFmt() 6496 Error(Loc, Twine("out of range ", StringRef(Pref))); in tryParseFmt() 6506 const char *Pref = "index_key"; in tryParseIndexKey() local 6509 auto Res = parseIntWithPrefix(Pref, ImmVal); in tryParseIndexKey() 6514 return Error(Loc, Twine("out of range ", StringRef(Pref))); in tryParseIndexKey() 6517 return Error(Loc, Twine("out of range ", StringRef(Pref))); in tryParseIndexKey() 7443 AMDGPUAsmParser::trySkipId(const StringRef Pref, const StringRef Id) { in trySkipId() argument [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 2395 void setSchedulingPreference(Sched::Preference Pref) { in setSchedulingPreference() argument 2396 SchedPreferenceInfo = Pref; in setSchedulingPreference()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 2695 auto [Def, Pref] = CreateTypeDefinition(Ty); in CreateType() 2697 return Pref ? Pref : Def; in CreateType()
|