/freebsd/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() 255 InstrumentManager &IM) in AsmInstrumentRegionGenerator() argument 257 CC(SM, Regions, IM), Streamer(Ctx, Regions, IM) {} in AsmInstrumentRegionGenerator()
|
H A D | CodeRegionGenerator.cpp | 141 if (IM.shouldIgnoreInstruments()) in HandleComment() 147 if (!IM.supportsInstrumentType(InstrumentKind)) { in HandleComment() 160 UniqueInstrument I = IM.createInstrument(InstrumentKind, Data); in HandleComment()
|
H A D | llvm-mca.cpp | 495 std::unique_ptr<mca::InstrumentManager> IM; in main() local 497 IM = std::unique_ptr<mca::InstrumentManager>( in main() 500 if (!IM) { in main() 503 IM = std::make_unique<mca::InstrumentManager>(*STI, *MCII); in main() 513 *MCII, *IM); in main() 576 mca::InstrBuilder IB(*STI, *MCII, *MRI, MCIA.get(), *IM, CallLatency); in main() 683 ShowBarriers, *IM, InstToInstruments)); in main() 760 ShowBarriers, *IM, InstToInstruments)); in main()
|
/freebsd/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/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Pointer.cpp | 283 InitMapPtr &IM = getInitMap(); in isInitialized() local 285 if (!IM) in isInitialized() 288 if (IM->first) in isInitialized() 291 return IM->second->isElementInitialized(getIndex()); in isInitialized() 325 InitMapPtr &IM = getInitMap(); in initialize() local 326 if (!IM) in initialize() 327 IM = in initialize() 330 assert(IM); in initialize() 333 if (IM->first) in initialize() 336 if (IM->second->initializeElement(getIndex())) { in initialize() [all …]
|
/freebsd/contrib/llvm-project/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 in insert() 1923 IntervalMap &IM = *this->map; erase() local 1936 IntervalMap &IM = *this->map; treeErase() local 1970 IntervalMap &IM = *this->map; eraseNode() local [all...] |
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | GlobalISelCombinerMatchTableEmitter.cpp |
|
H A D | GlobalISelCombinerEmitter.cpp | 88 void declareInstExpansion(CodeExpansions &CE, const InstructionMatcher &IM, in declareInstExpansion() argument 90 CE.declare(Name, "State.MIs[" + to_string(IM.getInsnVarID()) + "]"); in declareInstExpansion() 731 InstructionMatcher *IM, 764 InstructionMatcher &IM, const CodeGenInstructionPattern &P, 1032 auto &IM = *std::prev(M.insnmatchers().end()); in addCXXPredicate() local 1041 IM->addPredicate<GenericInstructionPredicateMatcher>( in addCXXPredicate() 1497 InstructionMatcher &IM = M.addInstructionMatcher(IP.getName()); in emitMatchPattern() local 1498 declareInstExpansion(CE, IM, IP.getName()); in emitMatchPattern() 1507 if (!emitCodeGenInstructionMatchPattern(CE, Alts, M, IM, *CGP, SeenPats, in emitMatchPattern() 1516 if (!emitPatFragMatchPattern(CE, Alts, M, &IM, *PFP, SeenPats)) in emitMatchPattern() [all …]
|
/freebsd/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/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/sys/contrib/device-tree/src/arm/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/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsDelaySlotFiller.cpp | 255 InspectMemInstr &IM) const; 261 RegDefsUses &RegDU, InspectMemInstr &IM, Iter Slot, 693 InspectMemInstr &IM, Iter Slot, in searchRange() argument 728 if (delayHasHazard(*CurrI, RegDU, IM)) in searchRange() 836 std::unique_ptr<InspectMemInstr> IM; in searchSuccBBs() local 852 IM.reset(new LoadFromStackOrConst()); in searchSuccBBs() 855 IM.reset(new MemDefsUses(&MFI)); in searchSuccBBs() 858 if (!searchRange(MBB, SuccBB->begin(), SuccBB->end(), RegDU, *IM, Slot, in searchSuccBBs() 947 InspectMemInstr &IM) const { in delayHasHazard() 953 HasHazard |= IM.hasHazard(Candidate); in delayHasHazard()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/ |
H A D | InstrBuilder.h | 67 const InstrumentManager &IM; variable 104 const InstrumentManager &IM, unsigned CallLatency);
|
/freebsd/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/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SlotIndexes.h | 490 [](const IdxMBBPair &IM, SlotIndex Idx) { return IM.first < Idx; }); in getMBBLowerBound() 501 [](SlotIndex Idx, const IdxMBBPair &IM) { return Idx < IM.first; }); in getMBBUpperBound()
|
/freebsd/crypto/openssl/test/certs/ |
H A D | server-pss-restrict-cert.pem | 19 /vDI5hPj9RHvjjta6FQx140wA6c8ZB59x9YIv1alJWf6s3+TM8bv70L/aBBT8+IM
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 679 for (unsigned IM = (unsigned)ISD::PRE_INC; in initActions() local 680 IM != (unsigned)ISD::LAST_INDEXED_MODE; ++IM) { in initActions() 682 setIndexedLoadAction(IM, VT, Expand); in initActions() 683 setIndexedStoreAction(IM, VT, Expand); in initActions() 684 setIndexedMaskedLoadAction(IM, VT, Expand); in initActions() 685 setIndexedMaskedStoreAction(IM, VT, Expand); in initActions() 700 for (unsigned IM = (unsigned)ISD::PRE_INC; in initActions() local 701 IM != (unsigned)ISD::LAST_INDEXED_MODE; ++IM) { in initActions() 702 setIndexedLoadAction(IM, VT, Expand); in initActions() 703 setIndexedStoreAction(IM, VT, Expand); in initActions() [all …]
|
/freebsd/libexec/getty/ |
H A D | main.c | 318 if (IM && *IM && !(PL && PP)) in main() 319 putf(IM); in main()
|
H A D | gettytab.h | 61 #define IM gettystrs[2].value macro
|
/freebsd/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/contrib/llvm-project/clang/lib/AST/ |
H A D | MicrosoftMangle.cpp | 694 MSInheritanceModel IM = RD->getMSInheritanceModel(); in mangleMemberDataPointer() local 703 if (IM == MSInheritanceModel::Virtual) in mangleMemberDataPointer() 712 switch (IM) { in mangleMemberDataPointer() 737 if (inheritanceModelHasVBPtrOffsetField(IM)) in mangleMemberDataPointer() 739 if (inheritanceModelHasVBTableOffsetField(IM)) in mangleMemberDataPointer() 745 MSInheritanceModel IM = RD->getMSInheritanceModel(); in mangleMemberDataPointerInClassNTTP() local 750 if (IM != MSInheritanceModel::Single && IM != MSInheritanceModel::Multiple) in mangleMemberDataPointerInClassNTTP() 779 MSInheritanceModel IM = RD->getMSInheritanceModel(); in mangleMemberFunctionPointer() local 782 switch (IM) { in mangleMemberFunctionPointer() 823 if (VBTableOffset == 0 && IM == MSInheritanceModel::Virtual) in mangleMemberFunctionPointer() [all …]
|
/freebsd/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/contrib/llvm-project/llvm/lib/MCA/ |
H A D | InstrBuilder.cpp | 36 : STI(sti), MCII(mcii), MRI(mri), MCIA(mcia), IM(im), FirstCallInst(true), in InstrBuilder() 572 unsigned SchedClassID = IM.getSchedClassID(MCII, MCI, IVec); in createInstrDescImpl() 653 unsigned SchedClassID = IM.getSchedClassID(MCII, MCI, IVec); in getOrCreateInstrDesc()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonFrameLowering.cpp | 2388 HexagonBlockRanges::InstrIndexMap &IM = F->second; in optimizeSpillSlots() local 2389 HexagonBlockRanges::RegToRangeMap LM = HBR.computeLiveMap(IM); in optimizeSpillSlots() 2390 HexagonBlockRanges::RegToRangeMap DM = HBR.computeDeadMap(IM, LM); in optimizeSpillSlots() 2404 MachineInstr &SI = *IM.getInstr(Range.start()); in optimizeSpillSlots() 2405 MachineInstr &EI = *IM.getInstr(Range.end()); in optimizeSpillSlots() 2414 Register FoundR = this->findPhysReg(MF, Range, IM, DM, RC); in optimizeSpillSlots() 2449 IM.replaceInstr(&SI, CopyIn); in optimizeSpillSlots() 2474 IM.replaceInstr(&MI, CopyOut); in optimizeSpillSlots()
|