Home
last modified time | relevance | path

Searched refs:Pref (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DBreakFalseDeps.cpp78 /// is truly dependent on, or use a register with clearance higher than Pref.
82 unsigned Pref);
86 bool shouldBreakDependence(MachineInstr *, unsigned OpIdx, unsigned Pref);
108 unsigned Pref) { in pickBestRegisterForUndef()
141 // max clearance or clearance higher than Pref. in pickBestRegisterForUndef()
152 if (MaxClearance > Pref) in pickBestRegisterForUndef()
164 unsigned Pref) { in shouldBreakDependence()
167 LLVM_DEBUG(dbgs() << "Clearance: " << Clearance << ", want " << Pref); in shouldBreakDependence() local
169 if (Pref > Clearance) { in shouldBreakDependence()
183 unsigned Pref in processDefs() local
107 pickBestRegisterForUndef(MachineInstr *MI, unsigned OpIdx, unsigned Pref) pickBestRegisterForUndef() argument
163 shouldBreakDependence(MachineInstr *MI, unsigned OpIdx, unsigned Pref) shouldBreakDependence() argument
208 unsigned Pref = TII->getPartialRegUpdateClearance(*MI, i, TRI); processDefs() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp23 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) in DwarfFile() argument
24 : Asm(AP), Abbrevs(AbbrevAllocator), StrPool(DA, *Asm, Pref) {} in DwarfFile()
H A DDwarfFile.h98 DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h78 struct PrefOp Pref; member
129 OS << "Prefix:" << Pref.Prefixes;
167 return Pref.Prefixes; in getPrefix()
609 Res->Pref.Prefixes = Prefixes; in CreatePrefix()
/third_party/node/deps/v8/src/builtins/mips/
H A Dbuiltins-mips.cc3398 __ Pref(pref_hint_load, MemOperand(a1, 0 * pref_chunk)); in Generate_MemCopyUint8Uint8()
3399 __ Pref(pref_hint_load, MemOperand(a1, 1 * pref_chunk)); in Generate_MemCopyUint8Uint8()
3400 __ Pref(pref_hint_load, MemOperand(a1, 2 * pref_chunk)); in Generate_MemCopyUint8Uint8()
3401 __ Pref(pref_hint_load, MemOperand(a1, 3 * pref_chunk)); in Generate_MemCopyUint8Uint8()
3404 __ Pref(pref_hint_store, MemOperand(a0, 1 * pref_chunk)); in Generate_MemCopyUint8Uint8()
3405 __ Pref(pref_hint_store, MemOperand(a0, 2 * pref_chunk)); in Generate_MemCopyUint8Uint8()
3406 __ Pref(pref_hint_store, MemOperand(a0, 3 * pref_chunk)); in Generate_MemCopyUint8Uint8()
3417 __ Pref(pref_hint_store, MemOperand(a0, 4 * pref_chunk)); in Generate_MemCopyUint8Uint8()
3418 __ Pref(pref_hint_store, MemOperand(a0, 5 * pref_chunk)); in Generate_MemCopyUint8Uint8()
3427 __ Pref(pref_hint_loa in Generate_MemCopyUint8Uint8()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1939 void setSchedulingPreference(Sched::Preference Pref) { in setSchedulingPreference() argument
1940 SchedPreferenceInfo = Pref; in setSchedulingPreference()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.h1037 void Pref(int32_t hint, const MemOperand& rs);
H A Dmacro-assembler-mips64.cc1038 void MacroAssembler::Pref(int32_t hint, const MemOperand& rs) { in CallRecordWriteStub() function in v8::internal::MacroAssembler
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.h985 void Pref(int32_t hint, const MemOperand& rs);
H A Dmacro-assembler-mips.cc909 void MacroAssembler::Pref(int32_t hint, const MemOperand& rs) { in CallRecordWriteStub() function in v8::internal::MacroAssembler

Completed in 35 milliseconds