Lines Matching defs:IDL
51 : Inst(&I), Legal(Legality), IDL(&IDList) {
86 : IDL(&IDList) {}
315 this->IDL->push_back(*ID);
337 IRInstructionData *ID = allocateIRInstructionData(*It, true, *IDL);
377 IRInstructionDataList &IDL) {
378 return new (InstDataAllocator->Allocate()) IRInstructionData(I, Legality, IDL);
382 IRInstructionMapper::allocateIRInstructionData(IRInstructionDataList &IDL) {
383 return new (InstDataAllocator->Allocate()) IRInstructionData(IDL);
405 ID = allocateIRInstructionData(*It, false, *IDL);
407 ID = allocateIRInstructionData(*IDL);
940 Mapper.IDL->push_back(*InstrListForModule.back());