/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | BreakFalseDeps.cpp | 78 /// 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 D | DwarfFile.cpp | 23 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) in DwarfFile() argument 24 : Asm(AP), Abbrevs(AbbrevAllocator), StrPool(DA, *Asm, Pref) {} in DwarfFile()
|
H A D | DwarfFile.h | 98 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 D | X86Operand.h | 78 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 D | builtins-mips.cc | 3398 __ 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 D | TargetLowering.h | 1939 void setSchedulingPreference(Sched::Preference Pref) { in setSchedulingPreference() argument 1940 SchedPreferenceInfo = Pref; in setSchedulingPreference()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.h | 1037 void Pref(int32_t hint, const MemOperand& rs);
|
H A D | macro-assembler-mips64.cc | 1038 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 D | macro-assembler-mips.h | 985 void Pref(int32_t hint, const MemOperand& rs);
|
H A D | macro-assembler-mips.cc | 909 void MacroAssembler::Pref(int32_t hint, const MemOperand& rs) { in CallRecordWriteStub() function in v8::internal::MacroAssembler
|