Searched refs:Pref (Results 1 – 6 of 6) sorted by relevance
/external/llvm/test/CodeGen/ARM/ |
D | commute-movcc.ll | 26 define i32 @f(i32* nocapture %a, i32 %Pref) nounwind ssp { 38 %cmp2 = icmp eq i32 %sub, %Pref
|
/external/llvm/lib/CodeGen/ |
D | ExecutionDepsFix.cpp | 483 unsigned Pref = TII->getPartialRegUpdateClearance(MI, i, TRI); in processDefs() local 484 if (!Pref) in processDefs() 486 DEBUG(dbgs() << "Clearance: " << Clearance << ", want " << Pref); in processDefs() 487 if (Pref > Clearance) { in processDefs() 495 if (!SeenUnknownBackEdge || Pref <= unsigned(CurInstr)) { in processDefs()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 246 std::vector<DIEAbbrev *> *A, const char *Pref, in DwarfUnits() argument 249 NextStringPoolNumber(0), StringPref(Pref), AddressPool(), in DwarfUnits()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 856 void setSchedulingPreference(Sched::Preference Pref) { in setSchedulingPreference() argument 857 SchedPreferenceInfo = Pref; in setSchedulingPreference()
|
/external/chromium/chrome/browser/ |
D | app_controller_mac.mm | 471 // 1) Same spot as other Pref stuff
|
/external/chromium_org/chrome/browser/ |
D | app_controller_mac.mm | 659 // 1) Same spot as other Pref stuff
|