Searched refs:Pref (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | BreakFalseDeps.cpp | 85 unsigned Pref); 89 bool shouldBreakDependence(MachineInstr *, unsigned OpIdx, unsigned Pref); 111 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 …]
|
/freebsd/contrib/llvm-project/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 | 100 DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA);
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/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() 696 Res->Pref.Prefixes = Prefixes; in CreatePrefix()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 1657 bool tryParseFmt(const char *Pref, int64_t MaxVal, int64_t &Val); 1789 bool trySkipId(const StringRef Pref, const StringRef Id); 6721 bool AMDGPUAsmParser::tryParseFmt(const char *Pref, in tryParseFmt() argument 6727 auto Res = parseIntWithPrefix(Pref, Val); in tryParseFmt() 6734 Error(Loc, Twine("out of range ", StringRef(Pref))); in tryParseFmt() 6744 const char *Pref = "index_key"; in tryParseIndexKey() local 6747 auto Res = parseIntWithPrefix(Pref, ImmVal); in tryParseIndexKey() 6752 return Error(Loc, Twine("out of range ", StringRef(Pref))); in tryParseIndexKey() 6755 return Error(Loc, Twine("out of range ", StringRef(Pref))); in tryParseIndexKey() 7674 AMDGPUAsmParser::trySkipId(const StringRef Pref, const StringRef Id) { in trySkipId() argument [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 2472 void setSchedulingPreference(Sched::Preference Pref) { in setSchedulingPreference() argument 2473 SchedPreferenceInfo = Pref; in setSchedulingPreference()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 2821 auto [Def, Pref] = CreateTypeDefinition(Ty); in CreateType() 2823 return Pref ? Pref : Def; in CreateType()
|