Searched defs:IRInstructionData (Results 1 – 2 of 2) sorted by relevance
113 struct IRInstructionData : ilist_node<IRInstructionData> { struct135 IRInstructionData(Instruction &I, bool Legality, IRInstructionDataList &IDL); argument175 friend hash_code hash_value(const IRInstructionData &ID) { in hash_value() argument198 IRInstructionDataList *IDL = nullptr; argument
26 IRInstructionData::IRInstructionData(Instruction &I, bool Legality, in IRInstructionData() function in IRInstructionData343 [](std::tuple<IRInstructionData &, IRInstructionData &> R) { in isSimilar()