| /openbsd-src/gnu/llvm/llvm/tools/llvm-mca/ |
| H A D | CodeRegionGenerator.h | 67 InstrumentManager &IM; variable 71 InstrumentManager &IM) in InstrumentRegionCommentConsumer() argument 72 : SM(SM), Regions(R), IM(IM) {} in InstrumentRegionCommentConsumer() 180 InstrumentManager &IM) in AsmInstrumentRegionGenerator() argument 182 CC(SM, Regions, IM) {} in AsmInstrumentRegionGenerator()
|
| H A D | CodeRegionGenerator.cpp | 168 if (IM.shouldIgnoreInstruments()) in HandleComment() 174 if (!IM.supportsInstrumentType(InstrumentKind)) { in HandleComment() 187 SharedInstrument I = IM.createInstrument(InstrumentKind, Data); in HandleComment()
|
| H A D | llvm-mca.cpp | 460 std::unique_ptr<mca::InstrumentManager> IM; in main() local 462 IM = std::unique_ptr<mca::InstrumentManager>( in main() 465 if (!IM) { in main() 468 IM = std::make_unique<mca::InstrumentManager>(*STI, *MCII); in main() 478 *MCII, *IM); in main() 540 mca::InstrBuilder IB(*STI, *MCII, *MRI, MCIA.get(), *IM); in main()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | IntervalMap.h | 1791 IntervalMap &IM = *this->map; in insertNode() local 1796 if (IM.rootSize < RootBranch::Capacity) { in insertNode() 1797 IM.rootBranch().insert(P.offset(0), IM.rootSize, Node, Stop); in insertNode() 1798 P.setSize(0, ++IM.rootSize); in insertNode() 1805 IdxPair Offset = IM.splitRoot(P.offset(0)); in insertNode() 1806 P.replaceRoot(&IM.rootBranch(), IM.rootSize, Offset); in insertNode() 1836 IntervalMap &IM = *this->map; in insert() local 1840 unsigned Size = IM.rootLeaf().insertFrom(P.leafOffset(), IM.rootSize, a, b, y); in insert() 1844 P.setSize(0, IM.rootSize = Size); in insert() 1849 IdxPair Offset = IM.branchRoot(P.leafOffset()); in insert() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsDelaySlotFiller.cpp | 255 InspectMemInstr &IM) const; 261 RegDefsUses &RegDU, InspectMemInstr &IM, Iter Slot, 692 InspectMemInstr &IM, Iter Slot, in searchRange() argument 727 if (delayHasHazard(*CurrI, RegDU, IM)) in searchRange() 835 std::unique_ptr<InspectMemInstr> IM; in searchSuccBBs() local 851 IM.reset(new LoadFromStackOrConst()); in searchSuccBBs() 854 IM.reset(new MemDefsUses(&MFI)); in searchSuccBBs() 857 if (!searchRange(MBB, SuccBB->begin(), SuccBB->end(), RegDU, *IM, Slot, in searchSuccBBs() 946 InspectMemInstr &IM) const { in delayHasHazard() 952 HasHazard |= IM.hasHazard(Candidate); in delayHasHazard()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MCA/ |
| H A D | InstrBuilder.h | 66 const InstrumentManager &IM; variable 103 const InstrumentManager &IM);
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | LoadStoreVectorizer.cpp | 594 Instruction *IM = dyn_cast<Instruction>(IW->getOperand(i)); in reorder() local 595 if (!IM || IM->getOpcode() == Instruction::PHI) in reorder() 600 if (IM->getParent() != I->getParent()) in reorder() 603 if (!IM->comesBefore(I)) { in reorder() 604 InstructionsToMove.insert(IM); in reorder() 605 Worklist.push_back(IM); in reorder() 615 Instruction *IM = &*BBI; in reorder() local 617 IM->removeFromParent(); in reorder() 618 IM->insertBefore(I); in reorder()
|
| /openbsd-src/libexec/getty/ |
| H A D | main.c | 305 if (IM && *IM) in main() 306 putf(IM); in main()
|
| H A D | gettytab.h | 63 #define IM gettystrs[2].value macro
|
| /openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/ |
| H A D | 2423.key | 3 THwD7AXiPC4T3WBQnskMp4Apfm3nyJ7gA2//9IM/Vy8GAO8/wqSFz5De6KjCr7dZ
|
| H A D | 1999.key | 15 pLbOVMIilY7+IM/eJycYmfOdhbbFxaukxatnJTxHoMexi8sDzoXsg98CgYEA4sjJ
|
| H A D | 3184.key | 15 Ok1DFiOoDLZzrYJr4eHBP+IM+Za0HYRgRpdIQArz8tqQ4B1zbK4UxdsCgYEAlCTL
|
| H A D | 3276.key | 15 IM/kWFI3SFUiQlVatJS+Ba4IU2Y8GOlG00GRYmYHLKCixhT1f2PzjhcCgYEAr+ew
|
| H A D | 2554.chain | 43 B0yBJkUjZTFKChljCONrajVkT6TZUETQoz1S02724T2cR/6y/opLckaS+IM+gu0d
|
| H A D | 793.chain | 36 3/Ei9sIK8WwlUTdJ5st/8Et2qnP2l5qHziiUrv1Azju7wAr5fK6235hK3SjJe+IM
|
| H A D | 1896.chain | 33 b3IgMTg5NjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKEmb3ftK/IM
|
| H A D | 2561.chain | 38 E9QPVsdVT9MccV26ALwTo3kZK8RJ+IM+DLfXLIY3Z7JuQ/w0dtpVu/aTiPtc9khU
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 767 for (unsigned IM = (unsigned)ISD::PRE_INC; in initActions() local 768 IM != (unsigned)ISD::LAST_INDEXED_MODE; ++IM) { in initActions() 770 setIndexedLoadAction(IM, VT, Expand); in initActions() 771 setIndexedStoreAction(IM, VT, Expand); in initActions() 772 setIndexedMaskedLoadAction(IM, VT, Expand); in initActions() 773 setIndexedMaskedStoreAction(IM, VT, Expand); in initActions() 788 for (unsigned IM = (unsigned)ISD::PRE_INC; in initActions() local 789 IM != (unsigned)ISD::LAST_INDEXED_MODE; ++IM) { in initActions() 790 setIndexedLoadAction(IM, VT, Expand); in initActions() 791 setIndexedStoreAction(IM, VT, Expand); in initActions() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
| H A D | Descriptor.cpp | 43 InitMap *IM = *reinterpret_cast<InitMap **>(Ptr); in dtorArrayTy() local 44 if (IM != (InitMap *)-1) in dtorArrayTy() 45 free(IM); in dtorArrayTy()
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/ |
| H A D | valid-shell.txt | 147 # NP-CAT-OUTPUT-NEXT: xyz{|}~^?M-^@M-^AM-^BM-^CM-^DM-^EM-^FM-^GM-^HM-^IM-^JM-^K 151 # NP-CAT-OUTPUT-NEXT: M-HM-IM-JM-KM-LM-MM-NM-OM-PM-QM-RM-SM-TM-UM-VM-WM-XM-YM-ZM-[ 165 # NPLONG-CAT-OUTPUT-NEXT: xyz{|}~^?M-^@M-^AM-^BM-^CM-^DM-^EM-^FM-^GM-^HM-^IM-^JM-^K 169 # NPLONG-CAT-OUTPUT-NEXT: M-HM-IM-JM-KM-LM-MM-NM-OM-PM-QM-RM-SM-TM-UM-VM-WM-XM-YM-ZM-[
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | ia64-ic.tbl | 70 mov-from-AR; IC:mov-from-AR-M, IC:mov-from-AR-I, IC:mov-from-AR-IM 84 mov-from-AR-ig; IC:mov-from-AR-IM[Field(ar3) in {48-63 112-127}] 85 mov-from-AR-IM; mov_ar[Format in {I28 M31}] 152 mov-to-AR-ig; IC:mov-to-AR-IM[Field(ar3) in {48-63 112-127}] 153 mov-to-AR-IM; mov_ar[Format in {I26 I27 M29 M30}] 223 … IC:mix, IC:mov-from-AR-M, IC:mov-from-AR-IM, IC:mov-from-AR-I, IC:mov-to-AR-M, IC:mov-to-AR-I, IC…
|
| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | ia64-ic.tbl | 70 mov-from-AR; IC:mov-from-AR-M, IC:mov-from-AR-I, IC:mov-from-AR-IM 84 mov-from-AR-ig; IC:mov-from-AR-IM[Field(ar3) in {48-63 112-127}] 85 mov-from-AR-IM; mov_ar[Format in {I28 M31}] 151 mov-to-AR-ig; IC:mov-to-AR-IM[Field(ar3) in {48-63 112-127}] 152 mov-to-AR-IM; mov_ar[Format in {I26 I27 M29 M30}] 220 … IC:mix, IC:mov-from-AR-M, IC:mov-from-AR-IM, IC:mov-from-AR-I, IC:mov-to-AR-M, IC:mov-to-AR-I, IC…
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | DeadStoreElimination.cpp | 300 auto &IM = IOL[DeadI]; in isPartialOverwrite() local 315 auto ILI = IM.lower_bound(KillingIntStart); in isPartialOverwrite() 316 if (ILI != IM.end() && ILI->second <= KillingIntEnd) { in isPartialOverwrite() 322 ILI = IM.erase(ILI); in isPartialOverwrite() 330 while (ILI != IM.end() && ILI->second <= KillingIntEnd) { in isPartialOverwrite() 333 ILI = IM.erase(ILI); in isPartialOverwrite() 337 IM[KillingIntEnd] = KillingIntStart; in isPartialOverwrite() 339 ILI = IM.begin(); in isPartialOverwrite()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | MicrosoftMangle.cpp | 674 MSInheritanceModel IM = RD->getMSInheritanceModel(); in mangleMemberDataPointer() local 683 if (IM == MSInheritanceModel::Virtual) in mangleMemberDataPointer() 692 switch (IM) { in mangleMemberDataPointer() 706 if (inheritanceModelHasVBPtrOffsetField(IM)) in mangleMemberDataPointer() 708 if (inheritanceModelHasVBTableOffsetField(IM)) in mangleMemberDataPointer() 721 MSInheritanceModel IM = RD->getMSInheritanceModel(); in mangleMemberFunctionPointer() local 724 switch (IM) { in mangleMemberFunctionPointer() 755 if (VBTableOffset == 0 && IM == MSInheritanceModel::Virtual) in mangleMemberFunctionPointer() 759 if (IM == MSInheritanceModel::Single) { in mangleMemberFunctionPointer() 763 if (IM == MSInheritanceModel::Unspecified) in mangleMemberFunctionPointer() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | SlotIndexes.h | 499 [=](const IdxMBBPair &IM) { return IM.first < To; });
|