Searched defs:IRInstructionMapper (Results 1 – 1 of 1) sorted by relevance
278 struct IRInstructionMapper { struct282 unsigned IllegalInstrNumber = static_cast<unsigned>(-3);285 unsigned LegalInstrNumber = 0;289 InstructionIntegerMap;295 bool AddedIllegalLastTime = false;298 bool CanCombineWithPrevInstr = false;302 bool HaveLegalRange = false;307 SpecificBumpPtrAllocator<IRInstructionData> *InstDataAllocator = nullptr;312 SpecificBumpPtrAllocator<IRInstructionDataList> *IDLAllocator = nullptr;330 IRInstructionDataList *IDL = nullptr;[all …]