Searched refs:isCustom (Results 1 – 2 of 2) sorted by relevance
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()
1090 bool isCustom = false; in LegalizeLoadOps() local1095 isCustom = true; in LegalizeLoadOps()1101 if (isCustom) { in LegalizeLoadOps()