Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DBreakFalseDeps.cpp83 unsigned Pref);
109 unsigned Pref) { in pickBestRegisterForUndef() argument
153 if (MaxClearance > Pref) in pickBestRegisterForUndef()
165 unsigned Pref) { in shouldBreakDependence() argument
170 if (Pref > Clearance) { in shouldBreakDependence()
183 unsigned Pref = TII->getUndefRegClearance(*MI, OpNum, TRI); in processDefs() local
184 if (Pref) { in processDefs()
185 bool HadTrueDependency = pickBestRegisterForUndef(MI, OpNum, Pref); in processDefs()
189 if (!HadTrueDependency && shouldBreakDependence(MI, OpNum, Pref)) in processDefs()
203 unsigned Pref = TII->getPartialRegUpdateClearance(*MI, i, TRI); in processDefs() local
[all …]
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp24 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) in DwarfFile() argument
25 : Asm(AP), Abbrevs(AbbrevAllocator), StrPool(DA, *Asm, Pref) {} in DwarfFile()
H A DDwarfFile.h119 DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA);
/freebsd-12.1/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h77 struct PrefOp Pref; member
128 OS << "Prefix:" << Pref.Prefixes; in print()
166 return Pref.Prefixes; in getPrefix()
554 Res->Pref.Prefixes = Prefixes; in CreatePrefix()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DOptParserEmitter.cpp314 for (const std::string &Pref : R.getValueAsListOfStrings("Prefixes")) { in EmitOptParser() local
316 std::string S = (Pref + R.getValueAsString("Name")).str(); in EmitOptParser()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1817 void setSchedulingPreference(Sched::Preference Pref) { in setSchedulingPreference() argument
1818 SchedPreferenceInfo = Pref; in setSchedulingPreference()