Searched refs:SelectRegularBitFieldLoad (Results 1 – 6 of 6) sorted by relevance
143 Operand *SelectRegularBitFieldLoad(ExtractbitsNode &node, const BaseNode &parent) override;
481 Operand *X64CGFunc::SelectRegularBitFieldLoad(ExtractbitsNode &node, const BaseNode &parent) in SelectRegularBitFieldLoad() function in maplebe::X64CGFunc
383 virtual Operand *SelectRegularBitFieldLoad(ExtractbitsNode &node, const BaseNode &parent) = 0;
276 Operand *SelectRegularBitFieldLoad(ExtractbitsNode &node, const BaseNode &parent) override;
349 return cgFunc.SelectRegularBitFieldLoad(node, parent); in HandleExtractBits()
4814 Operand *AArch64CGFunc::SelectRegularBitFieldLoad(ExtractbitsNode &node, const BaseNode &parent) in SelectRegularBitFieldLoad() function in maplebe::AArch64CGFunc