| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mca/ |
| H A D | CodeRegionGenerator.h | 68 InstrumentManager &IM; variable 72 InstrumentManager &IM) in InstrumentRegionCommentConsumer() argument 73 : SM(SM), Regions(R), IM(IM) {} in InstrumentRegionCommentConsumer() 82 InstrumentManager &getInstrumentManager() { return IM; } in getInstrumentManager() 121 InstrumentManager &IM; variable 125 InstrumentManager &IM) in InstrumentMCStreamer() argument 126 : MCStreamerWrapper(Context, R), IM(IM) {} in InstrumentMCStreamer() 133 for (UniqueInstrument &I : IM.createInstruments(Inst)) { in emitInstruction() 248 InstrumentManager &IM) in AsmInstrumentRegionGenerator() argument 250 CC(SM, Regions, IM), Streamer(Ctx, Regions, IM) {} in AsmInstrumentRegionGenerator()
|
| H A D | CodeRegionGenerator.cpp | 133 if (IM.shouldIgnoreInstruments()) in HandleComment() 139 if (!IM.supportsInstrumentType(InstrumentKind)) { in HandleComment() 152 UniqueInstrument 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() 627 ShowBarriers, *IM, InstToInstruments)); in main() 704 ShowBarriers, *IM, InstToInstruments)); in main()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Pointer.cpp | 168 InitMapPtr &IM = getInitMap(); in isInitialized() local 170 if (!IM) in isInitialized() 173 if (IM->first) in isInitialized() 193 InitMapPtr &IM = getInitMap(); in initialize() local 194 if (!IM) in initialize() 195 IM = in initialize() 198 assert(IM); in initialize() 201 if (IM->first) in initialize() 204 if (IM->second->initializeElement(getIndex())) { in initialize() 205 IM->first = true; in initialize() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
| H A D | InstructionInfoView.h | 61 const InstrumentManager &IM; variable 85 bool ShouldPrintBarriers, const InstrumentManager &IM, in InstructionInfoView() argument 89 PrintBarriers(ShouldPrintBarriers), LoweredInsts(LoweredInsts), IM(IM), in InstructionInfoView()
|
| H A D | InstructionInfoView.cpp | 126 : IM.getSchedClassID(MCII, Inst, IVecIt->second); in collectData()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | IntervalMap.h | 1797 IM.rootBranch().insert(P.offset(0), IM.rootSize, Node, Stop); in insertNode() 1806 P.replaceRoot(&IM.rootBranch(), IM.rootSize, Offset); in insertNode() 1840 unsigned Size = IM.rootLeaf().insertFrom(P.leafOffset(), IM.rootSize, a, b, y); in insert() 1850 P.replaceRoot(&IM.rootBranch(), IM.rootSize, Offset); in insert() 1928 IM.rootLeaf().erase(P.leafOffset(), IM.rootSize); in erase() 1942 IM.deleteNode(&Node); in treeErase() 1943 eraseNode(IM.height); in treeErase() 1957 P.moveRight(IM.height); in treeErase() 1974 IM.rootBranch().erase(P.offset(0), IM.rootSize); in eraseNode() 1977 if (IM.empty()) { in eraseNode() [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/display/ |
| H A D | multi-inno,mi0283qt.txt | 11 the panel interface mode (IM[3:0] pins): 12 - present: IM=x110 4-wire 8-bit data serial interface 13 - absent: IM=x101 3-wire 9-bit data serial interface
|
| /freebsd-14.2/contrib/netbsd-tests/lib/libm/ |
| H A D | t_casinh.c | 16 #define IM(z) (((double *)(&z))[1]) macro 68 IM(input) = values[i].input_im; in ATF_TC_BODY() 70 IM(result) = values[i].result_im; in ATF_TC_BODY()
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | integratorap-im-pd1.dts | 4 * with the IM-PD1 example logical module mounted. 10 model = "ARM Integrator/AP with IM-PD1"; 19 /* 1 MB of designated video RAM on the IM-PD1 */ 42 clock-output-names = "IM-PD1-VCO1"; 52 clock-output-names = "IM-PD1-VCO2"; 85 /* Push buttons on the IM-PD1 */
|
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GlobalISelCombinerEmitter.cpp | 744 InstructionMatcher *IM, 1046 auto &IM = *std::prev(M.insnmatchers().end()); in addCXXPredicate() local 1055 IM->addPredicate<GenericInstructionPredicateMatcher>( in addCXXPredicate() 1892 declareInstExpansion(CE, IM, IP.getName()); in emitMatchPattern() 1960 declareInstExpansion(CE, IM, AOP.getName()); in emitMatchPattern() 1963 assert(IM.getInsnVarID() == 0); in emitMatchPattern() 1965 IM.addPredicate<InstructionOpcodeMatcher>(CGI); in emitMatchPattern() 2009 InstructionMatcher *IM, const PatFragPattern &PFP, in emitPatFragMatchPattern() argument 2019 if (!IM) { in emitPatFragMatchPattern() 2456 declareInstExpansion(CE, IM, P.getName()); in emitCodeGenInstructionMatchPattern() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MCA/ |
| H A D | InstrBuilder.h | 66 const InstrumentManager &IM; variable 102 const InstrumentManager &IM);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoadStoreVectorizer.cpp | 210 Instruction *IM = dyn_cast<Instruction>(IW->getOperand(i)); in reorder() local 211 if (!IM || IM->getOpcode() == Instruction::PHI) in reorder() 216 if (IM->getParent() != I->getParent()) in reorder() 219 if (!IM->comesBefore(I)) { in reorder() 220 InstructionsToMove.insert(IM); in reorder() 221 Worklist.push_back(IM); in reorder() 228 Instruction *IM = &*(BBI++); in reorder() local 229 if (!InstructionsToMove.count(IM)) in reorder() 231 IM->moveBefore(I); in reorder()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SlotIndexes.h | 482 [](const IdxMBBPair &IM, SlotIndex Idx) { return IM.first < Idx; }); 493 [](SlotIndex Idx, const IdxMBBPair &IM) { return Idx < IM.first; });
|
| /freebsd-14.2/crypto/openssl/test/certs/ |
| H A D | server-pss-restrict-cert.pem | 19 /vDI5hPj9RHvjjta6FQx140wA6c8ZB59x9YIv1alJWf6s3+TM8bv70L/aBBT8+IM
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 797 for (unsigned IM = (unsigned)ISD::PRE_INC; in initActions() local 798 IM != (unsigned)ISD::LAST_INDEXED_MODE; ++IM) { in initActions() 800 setIndexedLoadAction(IM, VT, Expand); in initActions() 801 setIndexedStoreAction(IM, VT, Expand); in initActions() 802 setIndexedMaskedLoadAction(IM, VT, Expand); in initActions() 803 setIndexedMaskedStoreAction(IM, VT, Expand); in initActions() 818 for (unsigned IM = (unsigned)ISD::PRE_INC; in initActions() local 819 IM != (unsigned)ISD::LAST_INDEXED_MODE; ++IM) { in initActions() 820 setIndexedLoadAction(IM, VT, Expand); in initActions() 821 setIndexedStoreAction(IM, VT, Expand); in initActions() [all …]
|
| /freebsd-14.2/libexec/getty/ |
| H A D | main.c | 330 if (IM && *IM && !(PL && PP)) in main() 331 putf(IM); in main()
|
| H A D | gettytab.h | 63 #define IM gettystrs[2].value macro
|
| /freebsd-14.2/crypto/heimdal/appl/telnet/telnetd/ |
| H A D | telnetd.c | 829 char *IM; in my_telnet() local 977 IM = DEFAULT_IM; in my_telnet() 980 if (hostinfo && *IM) in my_telnet() 981 putf(IM, ptyibuf2); in my_telnet()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | MicrosoftMangle.cpp | 678 MSInheritanceModel IM = RD->getMSInheritanceModel(); in mangleMemberDataPointer() local 687 if (IM == MSInheritanceModel::Virtual) in mangleMemberDataPointer() 696 switch (IM) { in mangleMemberDataPointer() 710 if (inheritanceModelHasVBPtrOffsetField(IM)) in mangleMemberDataPointer() 712 if (inheritanceModelHasVBTableOffsetField(IM)) in mangleMemberDataPointer() 723 if (IM != MSInheritanceModel::Single && IM != MSInheritanceModel::Multiple) in mangleMemberDataPointerInClassNTTP() 750 switch (IM) { in mangleMemberFunctionPointer() 785 if (IM == MSInheritanceModel::Single) { in mangleMemberFunctionPointer() 789 if (IM == MSInheritanceModel::Unspecified) in mangleMemberFunctionPointer() 796 if (inheritanceModelHasVBPtrOffsetField(IM)) in mangleMemberFunctionPointer() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | DeadStoreElimination.cpp | 296 auto &IM = IOL[DeadI]; in isPartialOverwrite() local 311 auto ILI = IM.lower_bound(KillingIntStart); in isPartialOverwrite() 312 if (ILI != IM.end() && ILI->second <= KillingIntEnd) { in isPartialOverwrite() 318 ILI = IM.erase(ILI); in isPartialOverwrite() 326 while (ILI != IM.end() && ILI->second <= KillingIntEnd) { in isPartialOverwrite() 329 ILI = IM.erase(ILI); in isPartialOverwrite() 333 IM[KillingIntEnd] = KillingIntStart; in isPartialOverwrite() 335 ILI = IM.begin(); in isPartialOverwrite()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/ |
| H A D | InstrBuilder.cpp | 35 : STI(sti), MCII(mcii), MRI(mri), MCIA(mcia), IM(im), FirstCallInst(true), in InstrBuilder() 525 unsigned SchedClassID = IM.getSchedClassID(MCII, MCI, IVec); in createInstrDescImpl() 606 unsigned SchedClassID = IM.getSchedClassID(MCII, MCI, IVec); in getOrCreateInstrDesc()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonFrameLowering.cpp | 2389 HexagonBlockRanges::InstrIndexMap &IM = F->second; in optimizeSpillSlots() local 2390 HexagonBlockRanges::RegToRangeMap LM = HBR.computeLiveMap(IM); in optimizeSpillSlots() 2391 HexagonBlockRanges::RegToRangeMap DM = HBR.computeDeadMap(IM, LM); in optimizeSpillSlots() 2405 MachineInstr &SI = *IM.getInstr(Range.start()); in optimizeSpillSlots() 2406 MachineInstr &EI = *IM.getInstr(Range.end()); in optimizeSpillSlots() 2415 Register FoundR = this->findPhysReg(MF, Range, IM, DM, RC); in optimizeSpillSlots() 2450 IM.replaceInstr(&SI, CopyIn); in optimizeSpillSlots() 2475 IM.replaceInstr(&MI, CopyOut); in optimizeSpillSlots()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/clock/ |
| H A D | arm,syscon-icst.yaml | 107 clock-output-names = "IM-PD1-VCO1";
|