Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DBreakFalseDeps.cpp83 unsigned Pref);
87 bool shouldBreakDependence(MachineInstr *, unsigned OpIdx, unsigned Pref);
109 unsigned Pref) { in pickBestRegisterForUndef() argument
153 if (MaxClearance > Pref) in pickBestRegisterForUndef()
165 unsigned Pref) { in shouldBreakDependence() argument
168 LLVM_DEBUG(dbgs() << "Clearance: " << Clearance << ", want " << Pref); in shouldBreakDependence()
170 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/v8/src/mips64/
Dcodegen-mips64.cc115 __ Pref(pref_hint_load, MemOperand(a1, 0 * pref_chunk)); in CreateMemCopyUint8Function()
116 __ Pref(pref_hint_load, MemOperand(a1, 1 * pref_chunk)); in CreateMemCopyUint8Function()
117 __ Pref(pref_hint_load, MemOperand(a1, 2 * pref_chunk)); in CreateMemCopyUint8Function()
118 __ Pref(pref_hint_load, MemOperand(a1, 3 * pref_chunk)); in CreateMemCopyUint8Function()
121 __ Pref(pref_hint_store, MemOperand(a0, 1 * pref_chunk)); in CreateMemCopyUint8Function()
122 __ Pref(pref_hint_store, MemOperand(a0, 2 * pref_chunk)); in CreateMemCopyUint8Function()
123 __ Pref(pref_hint_store, MemOperand(a0, 3 * pref_chunk)); in CreateMemCopyUint8Function()
134 __ Pref(pref_hint_store, MemOperand(a0, 4 * pref_chunk)); in CreateMemCopyUint8Function()
135 __ Pref(pref_hint_store, MemOperand(a0, 5 * pref_chunk)); in CreateMemCopyUint8Function()
144 __ Pref(pref_hint_load, MemOperand(a1, 4 * pref_chunk)); in CreateMemCopyUint8Function()
[all …]
Dmacro-assembler-mips64.h977 void Pref(int32_t hint, const MemOperand& rs);
Dmacro-assembler-mips64.cc1071 void MacroAssembler::Pref(int32_t hint, const MemOperand& rs) { in Pref() function in v8::internal::MacroAssembler
/external/v8/src/mips/
Dcodegen-mips.cc115 __ Pref(pref_hint_load, MemOperand(a1, 0 * pref_chunk)); in CreateMemCopyUint8Function()
116 __ Pref(pref_hint_load, MemOperand(a1, 1 * pref_chunk)); in CreateMemCopyUint8Function()
117 __ Pref(pref_hint_load, MemOperand(a1, 2 * pref_chunk)); in CreateMemCopyUint8Function()
118 __ Pref(pref_hint_load, MemOperand(a1, 3 * pref_chunk)); in CreateMemCopyUint8Function()
121 __ Pref(pref_hint_store, MemOperand(a0, 1 * pref_chunk)); in CreateMemCopyUint8Function()
122 __ Pref(pref_hint_store, MemOperand(a0, 2 * pref_chunk)); in CreateMemCopyUint8Function()
123 __ Pref(pref_hint_store, MemOperand(a0, 3 * pref_chunk)); in CreateMemCopyUint8Function()
134 __ Pref(pref_hint_store, MemOperand(a0, 4 * pref_chunk)); in CreateMemCopyUint8Function()
135 __ Pref(pref_hint_store, MemOperand(a0, 5 * pref_chunk)); in CreateMemCopyUint8Function()
144 __ Pref(pref_hint_load, MemOperand(a1, 4 * pref_chunk)); in CreateMemCopyUint8Function()
[all …]
Dmacro-assembler-mips.h962 void Pref(int32_t hint, const MemOperand& rs);
Dmacro-assembler-mips.cc937 void MacroAssembler::Pref(int32_t hint, const MemOperand& rs) { in Pref() function in v8::internal::MacroAssembler
/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-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp24 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) in DwarfFile() argument
25 : Asm(AP), Abbrevs(AbbrevAllocator), StrPool(DA, *Asm, Pref) {} in DwarfFile()
DDwarfFile.h75 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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/
DX86Operand.h77 struct PrefOp Pref; member
128 OS << "Prefix:" << Pref.Prefixes; in print()
166 return Pref.Prefixes; in getPrefix()
554 Res->Pref.Prefixes = Prefixes; in CreatePrefix()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DOptParserEmitter.cpp314 for (const std::string &Pref : R.getValueAsListOfStrings("Prefixes")) { in EmitOptParser() local
316 std::string S = (Pref + R.getValueAsString("Name")).str(); in EmitOptParser()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h973 void setSchedulingPreference(Sched::Preference Pref) { in setSchedulingPreference() argument
974 SchedPreferenceInfo = Pref; in setSchedulingPreference()
/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-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1716 void setSchedulingPreference(Sched::Preference Pref) { in setSchedulingPreference() argument
1717 SchedPreferenceInfo = Pref; in setSchedulingPreference()