Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DBreakFalseDeps.cpp82 unsigned Pref);
86 bool shouldBreakDependence(MachineInstr *, unsigned OpIdx, unsigned Pref);
108 unsigned Pref) { in pickBestRegisterForUndef() argument
161 if (MaxClearance > Pref) in pickBestRegisterForUndef()
173 unsigned Pref) { in shouldBreakDependence() argument
176 LLVM_DEBUG(dbgs() << "Clearance: " << Clearance << ", want " << Pref); in shouldBreakDependence()
178 if (Pref > Clearance) { in shouldBreakDependence()
198 unsigned Pref = TII->getUndefRegClearance(*MI, i, TRI); in processDefs() local
199 if (Pref) { in processDefs()
200 bool HadTrueDependency = pickBestRegisterForUndef(MI, i, Pref); in processDefs()
[all …]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Interpreter/
DIncrementalExecutor.cpp43 const char Pref = Jit->getDataLayout().getGlobalPrefix(); in IncrementalExecutor() local
45 if (auto PSGOrErr = DynamicLibrarySearchGenerator::GetForCurrentProcess(Pref)) in IncrementalExecutor()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp22 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) in DwarfFile() argument
23 : Asm(AP), Abbrevs(AbbrevAllocator), StrPool(DA, *Asm, Pref) {} in DwarfFile()
DDwarfFile.h99 DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLoopDataPrefetch.cpp351 for (auto &Pref : Prefetches) { in runOnLoop() local
352 const SCEV *PtrDiff = SE->getMinusSCEV(LSCEVAddRec, Pref.LSCEVAddRec); in runOnLoop()
357 Pref.addInstruction(MemI, DT, PD); in runOnLoop()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
DX86Operand.h77 struct PrefOp Pref; member
129 OS << "Prefix:" << Pref.Prefixes; in print()
167 return Pref.Prefixes; in getPrefix()
645 Res->Pref.Prefixes = Prefixes; in CreatePrefix()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp1483 bool tryParseFmt(const char *Pref, int64_t MaxVal, int64_t &Val);
1570 bool trySkipId(const StringRef Pref, const StringRef Id);
5605 bool AMDGPUAsmParser::tryParseFmt(const char *Pref, in tryParseFmt() argument
5611 auto Res = parseIntWithPrefix(Pref, Val); in tryParseFmt()
5618 Error(Loc, Twine("out of range ", StringRef(Pref))); in tryParseFmt()
6425 AMDGPUAsmParser::trySkipId(const StringRef Pref, const StringRef Id) { in trySkipId() argument
6428 if (Tok.startswith(Pref) && Tok.drop_front(Pref.size()) == Id) { in trySkipId()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h2121 void setSchedulingPreference(Sched::Preference Pref) { in setSchedulingPreference() argument
2122 SchedPreferenceInfo = Pref; in setSchedulingPreference()