Searched refs:Pref (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | BreakFalseDeps.cpp | 84 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 D | IncrementalExecutor.cpp | 47 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 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 | 99 DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA);
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/ |
| H A D | Distroprefs.pm | 216 map { CPAN::Distroprefs::Pref->new({ data => $_ }) } @prefs 222 package CPAN::Distroprefs::Pref;
|
| /openbsd-src/gnu/llvm/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() 662 Res->Pref.Prefixes = Prefixes; in CreatePrefix()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 1583 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 D | TargetLowering.h | 2306 void setSchedulingPreference(Sched::Preference Pref) { in setSchedulingPreference() argument 2307 SchedPreferenceInfo = Pref; in setSchedulingPreference()
|