Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBreakFalseDeps.cpp84 unsigned Pref);
88 bool shouldBreakDependence(MachineInstr *, unsigned OpIdx, unsigned Pref);
110 unsigned Pref) { in pickBestRegisterForUndef() argument
163 if (MaxClearance > Pref) in pickBestRegisterForUndef()
175 unsigned Pref) { in shouldBreakDependence() argument
178 LLVM_DEBUG(dbgs() << "Clearance: " << Clearance << ", want " << Pref); in shouldBreakDependence()
180 if (Pref > Clearance) { in shouldBreakDependence()
200 unsigned Pref = TII->getUndefRegClearance(*MI, i, TRI); in processDefs() local
201 if (Pref) { in processDefs()
202 bool HadTrueDependency = pickBestRegisterForUndef(MI, i, Pref); in processDefs()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp20 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) in DwarfFile() argument
21 : Asm(AP), Abbrevs(AbbrevAllocator), StrPool(DA, *Asm, Pref) {} in DwarfFile()
H A DDwarfFile.h104 DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp356 for (auto &Pref : Prefetches) { in runOnLoop() local
357 const SCEV *PtrDiff = SE->getMinusSCEV(LSCEVAddRec, Pref.LSCEVAddRec); in runOnLoop()
362 Pref.addInstruction(MemI, DT, PD); in runOnLoop()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h87 struct PrefOp Pref; member
138 OS << "Prefix:" << Pref.Prefixes; in print()
176 return Pref.Prefixes; in getPrefix()
725 Res->Pref.Prefixes = Prefixes; in CreatePrefix()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1730 bool tryParseFmt(const char *Pref, int64_t MaxVal, int64_t &Val);
1869 bool trySkipId(const StringRef Pref, const StringRef Id);
7140 bool AMDGPUAsmParser::tryParseFmt(const char *Pref, in tryParseFmt() argument
7146 auto Res = parseIntWithPrefix(Pref, Val); in tryParseFmt()
7153 Error(Loc, Twine("out of range ", StringRef(Pref))); in tryParseFmt()
7163 const char *Pref = "index_key"; in tryParseIndexKey() local
7166 auto Res = parseIntWithPrefix(Pref, ImmVal); in tryParseIndexKey()
7173 return Error(Loc, Twine("out of range ", StringRef(Pref))); in tryParseIndexKey()
7176 return Error(Loc, Twine("out of range ", StringRef(Pref))); in tryParseIndexKey()
8099 AMDGPUAsmParser::trySkipId(const StringRef Pref, const StringRef Id) { in trySkipId() argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2546 void setSchedulingPreference(Sched::Preference Pref) { in setSchedulingPreference() argument
2547 SchedPreferenceInfo = Pref; in setSchedulingPreference()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3045 auto [Def, Pref] = CreateTypeDefinition(Ty); in CreateType()
3047 return Pref ? Pref : Def; in CreateType()