Searched refs:Pref (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | BreakFalseDeps.cpp | 84 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 D | IncrementalExecutor.cpp | 47 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 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);
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | commute-movcc.ll | 26 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 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()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 1570 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 D | TargetLowering.h | 2240 void setSchedulingPreference(Sched::Preference Pref) { in setSchedulingPreference() argument 2241 SchedPreferenceInfo = Pref; in setSchedulingPreference()
|