| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | IRSimilarityIdentifier.h | 173 IRInstructionDataList &IDL); 174 LLVM_ABI IRInstructionData(IRInstructionDataList &IDL); 299 IRInstructionDataList *IDL = nullptr; member 434 IRInstructionDataList &IDL); 443 allocateIRInstructionData(IRInstructionDataList &IDL); 450 IRInstructionDataList *IDL = nullptr; member 518 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() 85 : IDL(&IDList) {} in IRInstructionData() 314 this->IDL->push_back(*ID); in convertToUnsignedVec() 336 IRInstructionData *ID = allocateIRInstructionData(*It, true, *IDL); in mapToLegalUnsigned() 376 IRInstructionDataList &IDL) { in allocateIRInstructionData() argument 377 return new (InstDataAllocator->Allocate()) IRInstructionData(I, Legality, IDL); in allocateIRInstructionData() 381 IRInstructionMapper::allocateIRInstructionData(IRInstructionDataList &IDL) { in allocateIRInstructionData() argument 382 return new (InstDataAllocator->Allocate()) IRInstructionData(IDL); in allocateIRInstructionData() 404 ID = allocateIRInstructionData(*It, false, *IDL); in mapToIllegalUnsigned() 406 ID = allocateIRInstructionData(*IDL); in mapToIllegalUnsigned() [all …]
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dis/ |
| H A D | llvm-dis.cpp | 103 if (DILocation *IDL = DL.getInlinedAt()) { in printDebugLoc() local 105 printDebugLoc(IDL, OS); in printDebugLoc()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | IROutliner.cpp | 2359 IRInstructionDataList *IDL = Region.Candidate->front()->IDL; in isCompatibleWithAlreadyOutlinedCode() local 2362 InstructionClassifier.visit(*NewEndInst), *IDL); in isCompatibleWithAlreadyOutlinedCode() 2366 IDL->insert(Region.Candidate->end(), *NewEndIRID); in isCompatibleWithAlreadyOutlinedCode() 2732 IRInstructionDataList *IDL = Region.Candidate->front()->IDL; in extractSection() local 2736 *BeginRewritten, InstructionClassifier.visit(*BeginRewritten), *IDL); in extractSection() 2738 *EndRewritten, InstructionClassifier.visit(*EndRewritten), *IDL); in extractSection() 2742 IDL->insert(Region.Candidate->begin(), *Region.NewFront); in extractSection() 2745 IDL->insert(Region.Candidate->end(), *Region.NewBack); in extractSection() 2747 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 | 1047 Intrinsic::ID IDL = Later->getIntrinsicID(); in isNonTargetIntrinsicMatch() local 1050 if (IDE == Intrinsic::masked_load && IDL == Intrinsic::masked_load) { in isNonTargetIntrinsicMatch() 1062 if (IDE == Intrinsic::masked_store && IDL == Intrinsic::masked_load) { in isNonTargetIntrinsicMatch() 1071 if (IDE == Intrinsic::masked_load && IDL == Intrinsic::masked_store) { in isNonTargetIntrinsicMatch() 1077 if (IDE == Intrinsic::masked_store && IDL == Intrinsic::masked_store) { in isNonTargetIntrinsicMatch()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 1878 DebugLoc IDL = in fixupLineNumbers() local 1880 I.setDebugLoc(IDL); in fixupLineNumbers() 1915 DebugLoc IDL = in fixupLineNumbers() local 1918 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
|