Home
last modified time | relevance | path

Searched defs:Pref (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBreakFalseDeps.cpp110 unsigned Pref) { in pickBestRegisterForUndef()
175 unsigned Pref) { in shouldBreakDependence()
200 unsigned Pref = TII->getUndefRegClearance(*MI, i, TRI); in processDefs() local
225 unsigned Pref = TII->getPartialRegUpdateClearance(*MI, i, TRI); in processDefs() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp20 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) in DwarfFile()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp356 for (auto &Pref : Prefetches) { in runOnLoop() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h87 struct PrefOp Pref; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp7140 bool AMDGPUAsmParser::tryParseFmt(const char *Pref, in tryParseFmt()
7163 const char *Pref = "index_key"; in tryParseIndexKey() local
8099 AMDGPUAsmParser::trySkipId(const StringRef Pref, const StringRef Id) { in trySkipId()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2546 void setSchedulingPreference(Sched::Preference Pref) { in setSchedulingPreference()