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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DBreakFalseDeps.cpp78 /// is truly dependent on, or use a register with clearance higher than Pref.
82 unsigned Pref);
86 bool shouldBreakDependence(MachineInstr *, unsigned OpIdx, unsigned Pref);
108 unsigned Pref) {
150 // max clearance or clearance higher than Pref.
161 if (MaxClearance > Pref)
173 unsigned Pref) {
176 LLVM_DEBUG(dbgs() << "Clearance: " << Clearance << ", want " << Pref); local
178 if (Pref > Clearance) {
192 unsigned Pref local
107 pickBestRegisterForUndef(MachineInstr *MI, unsigned OpIdx, unsigned Pref) argument
172 shouldBreakDependence(MachineInstr *MI, unsigned OpIdx, unsigned Pref) argument
217 unsigned Pref = TII->getPartialRegUpdateClearance(*MI, i, TRI); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp23 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) argument
24 : Asm(AP), Abbrevs(AbbrevAllocator), StrPool(DA, *Asm, Pref) {}
H A DDwarfFile.h98 DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp349 for (auto &Pref : Prefetches) {
350 const SCEV *PtrDiff = SE->getMinusSCEV(LSCEVAddRec, Pref.LSCEVAddRec);
355 Pref.addInstruction(MemI, DT, PD);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h77 struct PrefOp Pref; member in union:llvm::final::__anon4390
128 OS << "Prefix:" << Pref.Prefixes;
166 return Pref.Prefixes;
644 Res->Pref.Prefixes = Prefixes;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2066 void setSchedulingPreference(Sched::Preference Pref) { argument
2067 SchedPreferenceInfo = Pref;

Completed in 82 milliseconds