OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isHint
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
AllocationOrder.h
57
if (!
isHint
(Reg))
79
bool
isHint
() const { return Pos <= 0; }
82
bool
isHint
(unsigned PhysReg) const {
RegAllocGreedy.cpp
624
if (!PhysReg || Order.
isHint
())
632
if (Order.
isHint
(Hint)) {
694
/// @param
IsHint
True when A is about to be assigned to its preferred
698
bool RAGreedy::shouldEvict(LiveInterval &A, bool
IsHint
,
704
if (CanSplit &&
IsHint
&& !BreaksHint)
719
/// @param
IsHint
True when PhysReg is VirtReg's preferred register.
724
bool
IsHint
, EvictionCost &MaxCost) {
787
if (!shouldEvict(VirtReg,
IsHint
, *Intf, BreaksHint))
[
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 516 milliseconds