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

  /external/llvm/lib/CodeGen/
AllocationOrder.h 53 if (!isHint(Reg))
75 bool isHint() const { return Pos <= 0; }
78 bool isHint(unsigned PhysReg) const {
RegAllocGreedy.cpp 464 if (!PhysReg || Order.isHint())
472 if (Order.isHint(Hint)) {
533 /// @param IsHint True when A is about to be assigned to its preferred
537 bool RAGreedy::shouldEvict(LiveInterval &A, bool IsHint,
543 if (CanSplit && IsHint && !BreaksHint)
554 /// @param IsHint True when PhysReg is VirtReg's preferred register.
559 bool IsHint, EvictionCost &MaxCost) {
629 if (!shouldEvict(VirtReg, IsHint, *Intf, BreaksHint))
736 if (Order.isHint())
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 218 boolean isHint = actionId.equals(ATTR_HINT);
219 if (isStyle || isText || isHint) {
    [all...]

Completed in 348 milliseconds