Searched refs:isCustom (Results 1 – 4 of 4) sorted by relevance
55 bool isCustom : 1; variable74 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()
65 unsigned isCustom : 1; variable84 Ret.isCustom = false; in getReg()96 Ret.isCustom = true; in getCustomReg()107 Ret.isCustom = false; in getMem()119 Ret.isCustom = true; in getCustomMem()146 bool needsCustom() const { return isCustom; } in needsCustom()
792 bool isCustom = false; in LegalizeOp() local1316 isCustom = true; in LegalizeOp()1325 if (isCustom) { in LegalizeOp()
810 bool isCustom = false; in LegalizeLoadOps() local815 isCustom = true; in LegalizeLoadOps()821 if (isCustom) { in LegalizeLoadOps()