Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A 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 …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Interpreter/
H A DIncrementalExecutor.cpp43 const char Pref = Jit->getDataLayout().getGlobalPrefix(); in IncrementalExecutor() local
45 if (auto PSGOrErr = DynamicLibrarySearchGenerator::GetForCurrentProcess(Pref)) in IncrementalExecutor()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp22 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) in DwarfFile() argument
23 : Asm(AP), Abbrevs(AbbrevAllocator), StrPool(DA, *Asm, Pref) {} in DwarfFile()
H A DDwarfFile.h99 DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp349 for (auto &Pref : Prefetches) { in runOnLoop() local
350 const SCEV *PtrDiff = SE->getMinusSCEV(LSCEVAddRec, Pref.LSCEVAddRec); in runOnLoop()
355 Pref.addInstruction(MemI, DT, PD); in runOnLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h77 struct PrefOp Pref; member
128 OS << "Prefix:" << Pref.Prefixes; in print()
166 return Pref.Prefixes; in getPrefix()
644 Res->Pref.Prefixes = Prefixes; in CreatePrefix()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1483 bool tryParseFmt(const char *Pref, int64_t MaxVal, int64_t &Val);
1569 bool trySkipId(const StringRef Pref, const StringRef Id);
5566 bool AMDGPUAsmParser::tryParseFmt(const char *Pref, in tryParseFmt() argument
5572 auto Res = parseIntWithPrefix(Pref, Val); in tryParseFmt()
5579 Error(Loc, Twine("out of range ", StringRef(Pref))); in tryParseFmt()
6386 AMDGPUAsmParser::trySkipId(const StringRef Pref, const StringRef Id) { in trySkipId() argument
6389 if (Tok.startswith(Pref) && Tok.drop_front(Pref.size()) == Id) { in trySkipId()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2101 void setSchedulingPreference(Sched::Preference Pref) { in setSchedulingPreference() argument
2102 SchedPreferenceInfo = Pref; in setSchedulingPreference()