HomeSort by relevance Sort by last modified time
    Searched refs:Pref (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.h 50 DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA);
DwarfFile.cpp 21 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA)
22 : Asm(AP), StrPool(DA, *Asm, Pref) {}
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 196 bool shouldBreakDependence(MachineInstr*, unsigned OpIdx, unsigned Pref);
468 unsigned Pref) {
474 DEBUG(dbgs() << "Clearance: " << Clearance << ", want " << Pref);
476 if (Pref > Clearance) {
482 if (!SeenUnknownBackEdge || Pref <= unsigned(CurInstr)) {
500 unsigned Pref = TII->getUndefRegClearance(MI, OpNum, TRI);
501 if (Pref) {
502 if (shouldBreakDependence(MI, OpNum, Pref))
526 unsigned Pref = TII->getPartialRegUpdateClearance(MI, i, TRI);
527 if (Pref && shouldBreakDependence(MI, i, Pref)
    [all...]
  /external/chromium_org/v8/src/mips64/
codegen-mips64.cc 113 // greater then 5 on a store pref and that a single pref can
163 // will use "pref hint, 128(a0)", so "a4-160" is the limit.
166 __ Subu(t9, a4, pref_limit); // t9 is the "last safe pref" address.
169 __ 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))
    [all...]
macro-assembler-mips64.h 635 void Pref(int32_t hint, const MemOperand& rs);
    [all...]
macro-assembler-mips64.cc 1040 void MacroAssembler::Pref(int32_t hint, const MemOperand& rs) {
1041 pref(hint, rs);
    [all...]
  /external/chromium_org/v8/src/mips/
codegen-mips.cc 105 // greater then 5 on a store pref and that a single pref can
162 // will use "pref hint, 128(a0)", so "t0-160" is the limit.
165 __ Subu(t9, t0, pref_limit); // t9 is the "last safe pref" address.
168 __ 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))
    [all...]
macro-assembler-mips.h 615 void Pref(int32_t hint, const MemOperand& rs);
    [all...]
macro-assembler-mips.cc 954 void MacroAssembler::Pref(int32_t hint, const MemOperand& rs) {
958 pref(hint, rs);
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 508 milliseconds