Searched refs:isCustom (Results 1 – 2 of 2) sorted by relevance
57 unsigned isCustom : 1; variable76 Ret.isCustom = false; in getReg()88 Ret.isCustom = true; in getCustomReg()99 Ret.isCustom = false; in getMem()111 Ret.isCustom = true; in getCustomMem()138 bool needsCustom() const { return isCustom; } in needsCustom()
1062 bool isCustom = false; in LegalizeLoadOps() local1066 isCustom = true; in LegalizeLoadOps()1072 if (isCustom) { in LegalizeLoadOps()