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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp21 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) argument
22 : Asm(AP), StrPool(DA, *Asm, Pref) {}
H A DDwarfFile.h50 DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA);
/external/llvm/lib/CodeGen/
H A DExecutionDepsFix.cpp196 bool shouldBreakDependence(MachineInstr*, unsigned OpIdx, unsigned Pref);
468 unsigned Pref) {
474 DEBUG(dbgs() << "Clearance: " << Clearance << ", want " << Pref); local
476 if (Pref > Clearance) {
482 if (!SeenUnknownBackEdge || Pref <= unsigned(CurInstr)) {
500 unsigned Pref = TII->getUndefRegClearance(MI, OpNum, TRI); local
501 if (Pref) {
502 if (shouldBreakDependence(MI, OpNum, Pref))
526 unsigned Pref = TII->getPartialRegUpdateClearance(MI, i, TRI); local
527 if (Pref
467 shouldBreakDependence(MachineInstr *MI, unsigned OpIdx, unsigned Pref) argument
[all...]
/external/chromium_org/v8/src/mips64/
H A Dcodegen-mips64.cc169 __ Pref(pref_hint_load, MemOperand(a1, 0 * pref_chunk));
170 __ Pref(pref_hint_load, MemOperand(a1, 1 * pref_chunk));
171 __ Pref(pref_hint_load, MemOperand(a1, 2 * pref_chunk));
172 __ Pref(pref_hint_load, MemOperand(a1, 3 * pref_chunk));
175 __ Pref(pref_hint_store, MemOperand(a0, 1 * pref_chunk));
176 __ Pref(pref_hint_store, MemOperand(a0, 2 * pref_chunk));
177 __ Pref(pref_hint_store, MemOperand(a0, 3 * pref_chunk));
188 __ Pref(pref_hint_store, MemOperand(a0, 4 * pref_chunk));
189 __ Pref(pref_hint_store, MemOperand(a0, 5 * pref_chunk));
198 __ Pref(pref_hint_loa
[all...]
H A Dmacro-assembler-mips64.h635 void Pref(int32_t hint, const MemOperand& rs);
H A Dmacro-assembler-mips64.cc1040 void MacroAssembler::Pref(int32_t hint, const MemOperand& rs) { function in class:v8::internal::MacroAssembler
/external/chromium_org/v8/src/mips/
H A Dcodegen-mips.cc168 __ Pref(pref_hint_load, MemOperand(a1, 0 * pref_chunk));
169 __ Pref(pref_hint_load, MemOperand(a1, 1 * pref_chunk));
170 __ Pref(pref_hint_load, MemOperand(a1, 2 * pref_chunk));
171 __ Pref(pref_hint_load, MemOperand(a1, 3 * pref_chunk));
174 __ Pref(pref_hint_store, MemOperand(a0, 1 * pref_chunk));
175 __ Pref(pref_hint_store, MemOperand(a0, 2 * pref_chunk));
176 __ Pref(pref_hint_store, MemOperand(a0, 3 * pref_chunk));
187 __ Pref(pref_hint_store, MemOperand(a0, 4 * pref_chunk));
188 __ Pref(pref_hint_store, MemOperand(a0, 5 * pref_chunk));
197 __ Pref(pref_hint_loa
[all...]
H A Dmacro-assembler-mips.h615 void Pref(int32_t hint, const MemOperand& rs);
H A Dmacro-assembler-mips.cc954 void MacroAssembler::Pref(int32_t hint, const MemOperand& rs) { function in class:v8::internal::MacroAssembler
/external/llvm/include/llvm/Target/
H A DTargetLowering.h983 void setSchedulingPreference(Sched::Preference Pref) { argument
984 SchedPreferenceInfo = Pref;

Completed in 1134 milliseconds