| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | IRSimilarityIdentifier.h | 172 IRInstructionData(Instruction &I, bool Legality, IRInstructionDataList &IDL); 173 IRInstructionData(IRInstructionDataList &IDL); 300 IRInstructionDataList *IDL = nullptr; member 430 /// \param IDL - The InstructionDataList that the IRInstructionData is 434 IRInstructionDataList &IDL); 439 /// \param IDL - The InstructionDataList that the IRInstructionData is 442 IRInstructionData *allocateIRInstructionData(IRInstructionDataList &IDL); 449 IRInstructionDataList *IDL = nullptr; member 515 IDL = new (IDLAllocator->Allocate()) in IRInstructionMapper()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | IRSimilarityIdentifier.cpp | 51 : Inst(&I), Legal(Legality), IDL(&IDList) { in IRInstructionData() 86 : IDL(&IDList) {} in IRInstructionData() 315 this->IDL->push_back(*ID); in convertToUnsignedVec() 337 IRInstructionData *ID = allocateIRInstructionData(*It, true, *IDL); in mapToLegalUnsigned() 377 IRInstructionDataList &IDL) { in allocateIRInstructionData() argument 378 return new (InstDataAllocator->Allocate()) IRInstructionData(I, Legality, IDL); in allocateIRInstructionData() 382 IRInstructionMapper::allocateIRInstructionData(IRInstructionDataList &IDL) { in allocateIRInstructionData() argument 383 return new (InstDataAllocator->Allocate()) IRInstructionData(IDL); in allocateIRInstructionData() 405 ID = allocateIRInstructionData(*It, false, *IDL); in mapToIllegalUnsigned() 407 ID = allocateIRInstructionData(*IDL); in mapToIllegalUnsigned() [all …]
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dis/ |
| H A D | llvm-dis.cpp | 91 if (DILocation *IDL = DL.getInlinedAt()) { in printDebugLoc() local 93 printDebugLoc(IDL, OS); in printDebugLoc()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | IROutliner.cpp | 2382 IRInstructionDataList *IDL = Region.Candidate->front()->IDL; in isCompatibleWithAlreadyOutlinedCode() local 2385 InstructionClassifier.visit(*NewEndInst), *IDL); in isCompatibleWithAlreadyOutlinedCode() 2389 IDL->insert(Region.Candidate->end(), *NewEndIRID); in isCompatibleWithAlreadyOutlinedCode() 2754 IRInstructionDataList *IDL = Region.Candidate->front()->IDL; in extractSection() local 2758 *BeginRewritten, InstructionClassifier.visit(*BeginRewritten), *IDL); in extractSection() 2760 *EndRewritten, InstructionClassifier.visit(*EndRewritten), *IDL); in extractSection() 2764 IDL->insert(Region.Candidate->begin(), *Region.NewFront); in extractSection() 2767 IDL->insert(Region.Candidate->end(), *Region.NewBack); in extractSection() 2769 IDL->erase(Region.Candidate->begin(), std::prev(Region.Candidate->end())); in extractSection()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | EarlyCSE.cpp | 1058 Intrinsic::ID IDL = Later->getIntrinsicID(); in isNonTargetIntrinsicMatch() local 1061 if (IDE == Intrinsic::masked_load && IDL == Intrinsic::masked_load) { in isNonTargetIntrinsicMatch() 1073 if (IDE == Intrinsic::masked_store && IDL == Intrinsic::masked_load) { in isNonTargetIntrinsicMatch() 1082 if (IDE == Intrinsic::masked_load && IDL == Intrinsic::masked_store) { in isNonTargetIntrinsicMatch() 1088 if (IDE == Intrinsic::masked_store && IDL == Intrinsic::masked_store) { in isNonTargetIntrinsicMatch()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 1785 DebugLoc IDL = in fixupLineNumbers() local 1787 I.setDebugLoc(IDL); in fixupLineNumbers() 1822 DebugLoc IDL = in fixupLineNumbers() local 1825 DVR->setDebugLoc(IDL); in fixupLineNumbers()
|
| /freebsd/contrib/tzdata/ |
| H A D | australasia | 2209 # the correct side of the IDL, according to the date legally observed there. 2212 # Line Islands to the west side of the IDL (or, if you prefer, moving the IDL 2214 # mapmakers redrew the IDL following the boundary of Kiribati. Even that line 2218 # governed by the IDL; therefore, even on the high seas, there may be some 2219 # places as late as fourteen hours later than UTC. And, since the IDL is not
|
| /freebsd/contrib/bearssl/ |
| H A D | Doxyfile | 271 # language is one of the parsers supported by doxygen: IDL, Java, Javascript, 328 # For Microsoft's IDL there are propget and propput attributes to indicate
|
| /freebsd/contrib/libcbor/ |
| H A D | Doxyfile | 319 # language is one of the parsers supported by doxygen: IDL, Java, JavaScript, 389 # For Microsoft's IDL there are propget and propput attributes to indicate
|
| /freebsd/contrib/ldns/ |
| H A D | libdns.doxygen.in | 304 # language is one of the parsers supported by doxygen: IDL, Java, JavaScript, 374 # For Microsoft's IDL there are propget and propput attributes to indicate
|
| /freebsd/contrib/unbound/doc/ |
| H A D | unbound.doxygen | 318 # language is one of the parsers supported by doxygen: IDL, Java, JavaScript, 399 # For Microsoft's IDL there are propget and propput attributes to indicate
|