Home
last modified time | relevance | path

Searched refs:isCustom (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h55 bool isCustom : 1; variable
74 Ret.isCustom = false; in getReg()
86 Ret.isCustom = true; in getCustomReg()
97 Ret.isCustom = false; in getMem()
109 Ret.isCustom = true; in getCustomMem()
119 bool needsCustom() const { return isCustom; } in needsCustom()
/external/webkit/Tools/DumpRenderTree/chromium/
DWebViewHost.cpp1239 void WebViewHost::setCustomPolicyDelegate(bool isCustom, bool isPermissive) in setCustomPolicyDelegate() argument
1241 m_policyDelegateEnabled = isCustom; in setCustomPolicyDelegate()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp1040 bool isCustom = false; in LegalizeLoadOps() local
1044 isCustom = true; in LegalizeLoadOps()
1050 if (isCustom) { in LegalizeLoadOps()