Searched defs:IRInstructionMapper (Results 1 – 5 of 5) sorted by relevance
381 struct IRInstructionMapper { struct385 unsigned IllegalInstrNumber = static_cast<unsigned>(-3);388 unsigned LegalInstrNumber = 0;392 InstructionIntegerMap;396 DenseMap<BasicBlock *, unsigned> BasicBlockToInteger;402 bool AddedIllegalLastTime = false;405 bool CanCombineWithPrevInstr = false;409 bool HaveLegalRange = false;413 bool EnableMatchCallsByName = false;418 SpecificBumpPtrAllocator<IRInstructionData> *InstDataAllocator = nullptr;[all …]
376 struct IRInstructionMapper { struct380 unsigned IllegalInstrNumber = static_cast<unsigned>(-3);383 unsigned LegalInstrNumber = 0;387 InstructionIntegerMap;391 DenseMap<BasicBlock *, unsigned> BasicBlockToInteger;397 bool AddedIllegalLastTime = false;400 bool CanCombineWithPrevInstr = false;404 bool HaveLegalRange = false;408 bool EnableMatchCallsByName = false;413 SpecificBumpPtrAllocator<IRInstructionData> *InstDataAllocator = nullptr;[all …]