Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DBreakFalseDeps.cpp84 unsigned Pref);
110 unsigned Pref) { in pickBestRegisterForUndef() argument
163 if (MaxClearance > Pref) in pickBestRegisterForUndef()
175 unsigned Pref) { in shouldBreakDependence() argument
180 if (Pref > Clearance) { in shouldBreakDependence()
200 unsigned Pref = TII->getUndefRegClearance(*MI, i, TRI); in processDefs() local
201 if (Pref) { in processDefs()
202 bool HadTrueDependency = pickBestRegisterForUndef(MI, i, Pref); in processDefs()
206 if (!HadTrueDependency && shouldBreakDependence(MI, i, Pref)) in processDefs()
225 unsigned Pref = TII->getPartialRegUpdateClearance(*MI, i, TRI); in processDefs() local
[all …]
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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);
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dcommute-movcc.ll26 define i32 @f(i32* nocapture %a, i32 %Pref) nounwind ssp {
38 %cmp2 = icmp eq i32 %sub, %Pref
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1570 bool tryParseFmt(const char *Pref, int64_t MaxVal, int64_t &Val);
1671 bool trySkipId(const StringRef Pref, const StringRef Id);
6017 bool AMDGPUAsmParser::tryParseFmt(const char *Pref, in tryParseFmt() argument
6023 auto Res = parseIntWithPrefix(Pref, Val); in tryParseFmt()
6030 Error(Loc, Twine("out of range ", StringRef(Pref))); in tryParseFmt()
7015 AMDGPUAsmParser::trySkipId(const StringRef Pref, const StringRef Id) { in trySkipId() argument
7018 if (Tok.startswith(Pref) && Tok.drop_front(Pref.size()) == Id) { in trySkipId()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2240 void setSchedulingPreference(Sched::Preference Pref) { in setSchedulingPreference() argument
2241 SchedPreferenceInfo = Pref; in setSchedulingPreference()