Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBreakFalseDeps.cpp82 unsigned Pref);
86 bool shouldBreakDependence(MachineInstr *, unsigned OpIdx, unsigned Pref);
108 unsigned Pref) { in pickBestRegisterForUndef() argument
152 if (MaxClearance > Pref) in pickBestRegisterForUndef()
164 unsigned Pref) { in shouldBreakDependence() argument
167 LLVM_DEBUG(dbgs() << "Clearance: " << Clearance << ", want " << Pref); in shouldBreakDependence()
169 if (Pref > Clearance) { in shouldBreakDependence()
183 unsigned Pref = TII->getUndefRegClearance(*MI, OpNum, TRI); in processDefs() local
184 if (Pref) { in processDefs()
185 bool HadTrueDependency = pickBestRegisterForUndef(MI, OpNum, Pref); in processDefs()
[all …]
/external/llvm-project/llvm/lib/CodeGen/
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 …]
/external/llvm/lib/CodeGen/
DExecutionDepsFix.cpp206 bool shouldBreakDependence(MachineInstr*, unsigned OpIdx, unsigned Pref);
479 unsigned Pref) { in shouldBreakDependence() argument
483 DEBUG(dbgs() << "Clearance: " << Clearance << ", want " << Pref); in shouldBreakDependence()
485 if (Pref > Clearance) { in shouldBreakDependence()
491 if (!SeenUnknownBackEdge || Pref <= unsigned(CurInstr)) { in shouldBreakDependence()
511 unsigned Pref = TII->getUndefRegClearance(*MI, OpNum, TRI); in processDefs() local
512 if (Pref) { in processDefs()
513 if (shouldBreakDependence(MI, OpNum, Pref)) in processDefs()
534 unsigned Pref = TII->getPartialRegUpdateClearance(*MI, i, TRI); in processDefs() local
535 if (Pref && shouldBreakDependence(MI, i, Pref)) in processDefs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp23 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) in DwarfFile() argument
24 : Asm(AP), Abbrevs(AbbrevAllocator), StrPool(DA, *Asm, Pref) {} in DwarfFile()
DDwarfFile.h98 DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA);
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp22 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) in DwarfFile() argument
23 : Asm(AP), Abbrevs(AbbrevAllocator), StrPool(DA, *Asm, Pref) {} in DwarfFile()
DDwarfFile.h99 DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA);
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp21 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) in DwarfFile() argument
22 : Asm(AP), StrPool(DA, *Asm, Pref) {} in DwarfFile()
DDwarfFile.h66 DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA);
/external/llvm/test/CodeGen/ARM/
Dcommute-movcc.ll26 define i32 @f(i32* nocapture %a, i32 %Pref) nounwind ssp {
38 %cmp2 = icmp eq i32 %sub, %Pref
/external/llvm-project/llvm/test/CodeGen/ARM/
Dcommute-movcc.ll26 define i32 @f(i32* nocapture %a, i32 %Pref) nounwind ssp {
38 %cmp2 = icmp eq i32 %sub, %Pref
/external/llvm-project/llvm/lib/Transforms/Scalar/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86Operand.h78 struct PrefOp Pref; member
129 OS << "Prefix:" << Pref.Prefixes; in print()
167 return Pref.Prefixes; in getPrefix()
609 Res->Pref.Prefixes = Prefixes; in CreatePrefix()
/external/llvm-project/llvm/lib/Target/X86/AsmParser/
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()
/external/llvm/include/llvm/Target/
DTargetLowering.h1323 void setSchedulingPreference(Sched::Preference Pref) { in setSchedulingPreference() argument
1324 SchedPreferenceInfo = Pref; in setSchedulingPreference()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1939 void setSchedulingPreference(Sched::Preference Pref) { in setSchedulingPreference() argument
1940 SchedPreferenceInfo = Pref; in setSchedulingPreference()
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h2088 void setSchedulingPreference(Sched::Preference Pref) { in setSchedulingPreference() argument
2089 SchedPreferenceInfo = Pref; in setSchedulingPreference()
/external/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp1350 bool tryParseFmt(const char *Pref, int64_t MaxVal, int64_t &Val);
5192 bool AMDGPUAsmParser::tryParseFmt(const char *Pref, in tryParseFmt() argument
5198 auto Res = parseIntWithPrefix(Pref, Val); in tryParseFmt()
5205 Error(Loc, Twine("out of range ", StringRef(Pref))); in tryParseFmt()
/external/cpuinfo/test/dmesg/
Dgalaxy-grand-prime-value-edition.log1040 <6>[ 1.112823] [2: swapper/0: 1] [c2] BM_INFO Bus Monitor mode: 0 - Pref; 1 - Debug. Cu…
Dgalaxy-j1-2016.log954 <6>[ 1.750579] [0: swapper/0: 1] [c0] BM_INFO Bus Monitor mode: 0 - Pref; 1 - Debug. Cu…