Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DBreakFalseDeps.cpp84 unsigned Pref);
88 bool shouldBreakDependence(MachineInstr *, unsigned OpIdx, unsigned Pref);
110 unsigned Pref) { in pickBestRegisterForUndef() argument
164 if (MaxClearance > Pref) in pickBestRegisterForUndef()
176 unsigned Pref) { in shouldBreakDependence() argument
179 LLVM_DEBUG(dbgs() << "Clearance: " << Clearance << ", want " << Pref); in shouldBreakDependence()
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()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Interpreter/
H A DIncrementalExecutor.cpp47 const char Pref = Jit->getDataLayout().getGlobalPrefix(); in IncrementalExecutor() local
49 if (auto PSGOrErr = DynamicLibrarySearchGenerator::GetForCurrentProcess(Pref)) in IncrementalExecutor()
/openbsd-src/gnu/llvm/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.h99 DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp357 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()
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DDistroprefs.pm216 map { CPAN::Distroprefs::Pref->new({ data => $_ }) } @prefs
222 package CPAN::Distroprefs::Pref;
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h87 struct PrefOp Pref; member
139 OS << "Prefix:" << Pref.Prefixes; in print()
177 return Pref.Prefixes; in getPrefix()
662 Res->Pref.Prefixes = Prefixes; in CreatePrefix()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1583 bool tryParseFmt(const char *Pref, int64_t MaxVal, int64_t &Val);
1689 bool trySkipId(const StringRef Pref, const StringRef Id);
6107 bool AMDGPUAsmParser::tryParseFmt(const char *Pref, in tryParseFmt() argument
6113 auto Res = parseIntWithPrefix(Pref, Val); in tryParseFmt()
6120 Error(Loc, Twine("out of range ", StringRef(Pref))); in tryParseFmt()
7136 AMDGPUAsmParser::trySkipId(const StringRef Pref, const StringRef Id) { in trySkipId() argument
7139 if (Tok.startswith(Pref) && Tok.drop_front(Pref.size()) == Id) { in trySkipId()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2306 void setSchedulingPreference(Sched::Preference Pref) { in setSchedulingPreference() argument
2307 SchedPreferenceInfo = Pref; in setSchedulingPreference()