| /freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ | 
| H A D | CodeRegionGenerator.h | 68   InstrumentManager &IM;  variable 72                                   InstrumentManager &IM)  in InstrumentRegionCommentConsumer() 121   InstrumentManager &IM;  variable 125                        InstrumentManager &IM)  in InstrumentMCStreamer() 255                                InstrumentManager &IM)  in AsmInstrumentRegionGenerator()
  | 
| H A D | llvm-mca.cpp | 495   std::unique_ptr<mca::InstrumentManager> IM;  in main()  local
  | 
| /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()
  | 
| /freebsd/contrib/llvm-project/llvm/include/llvm/MCA/ | 
| H A D | InstrBuilder.h | 67   const InstrumentManager &IM;  variable
  | 
| /freebsd/contrib/netbsd-tests/lib/libm/ | 
| H A D | t_casinh.c | 16 #define IM(z) (((double *)(&z))[1])  macro
  | 
| /freebsd/contrib/llvm-project/clang/lib/AST/Interp/ | 
| H A D | Pointer.cpp | 283     InitMapPtr &IM = getInitMap();  in isInitialized()  local 325     InitMapPtr &IM = getInitMap();  in initialize()  local
  | 
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ | 
| H A D | GlobalISelCombinerEmitter.cpp | 88 void declareInstExpansion(CodeExpansions &CE, const InstructionMatcher &IM,  in declareInstExpansion() 1032   auto &IM = *std::prev(M.insnmatchers().end());  in addCXXPredicate()  local 1497   InstructionMatcher &IM = M.addInstructionMatcher(IP.getName());  in emitMatchPattern()  local 1573     InstructionMatcher &IM = M.addInstructionMatcher(AOP.getName());  in emitMatchPattern()  local 1631     InstructionMatcher *IM, const PatFragPattern &PFP,  in emitPatFragMatchPattern() 2117     InstructionMatcher &IM, const CodeGenInstructionPattern &P,  in emitCodeGenInstructionMatchPattern() 2239     auto &IM = (*InstOpM)->getInsnMatcher();  in emitCodeGenInstructionMatchPattern()  local
  | 
| H A D | GlobalISelCombinerMatchTableEmitter.cpp |  | 
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ | 
| H A D | IntervalMap.h | 1791   IntervalMap &IM = *this->map; in insertNode()   local  1836   IntervalMap &IM = *this->map; in insert()   local  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/lib/Target/Mips/ | 
| H A D | MipsDelaySlotFiller.cpp | 693                                       InspectMemInstr &IM, Iter Slot,  in searchRange() 836   std::unique_ptr<InspectMemInstr> IM;  in searchSuccBBs()  local
  | 
| /freebsd/crypto/heimdal/appl/telnet/telnetd/ | 
| H A D | telnetd.c | 829     char *IM;  in my_telnet()  local
  | 
| /freebsd/libexec/getty/ | 
| H A D | gettytab.h | 61 #define IM	gettystrs[2].value  macro
  | 
| /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 228     Instruction *IM = &*(BBI++);  in reorder()  local
  | 
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ | 
| H A D | TargetLoweringBase.cpp | 679   for (unsigned IM = (unsigned)ISD::PRE_INC;  in initActions()  local 700     for (unsigned IM = (unsigned)ISD::PRE_INC;  in initActions()  local
  | 
| /freebsd/contrib/llvm-project/clang/lib/AST/ | 
| H A D | MicrosoftMangle.cpp | 694   MSInheritanceModel IM = RD->getMSInheritanceModel();  in mangleMemberDataPointer()  local 745   MSInheritanceModel IM = RD->getMSInheritanceModel();  in mangleMemberDataPointerInClassNTTP()  local 779   MSInheritanceModel IM = RD->getMSInheritanceModel();  in mangleMemberFunctionPointer()  local
  | 
| H A D | DeclObjC.cpp | 1857       if (auto *IM = dyn_cast<ObjCImplementationDecl>(DC))  in Create()  local
  | 
| H A D | ASTContext.cpp | 12839   for (ObjCMethodDecl::param_const_iterator IM = MethodImpl->param_begin(),  in ObjCMethodsAreEqual()  local
  | 
| /freebsd/contrib/llvm-project/clang/lib/Sema/ | 
| H A D | SemaDeclObjC.cpp | 2596   for (ObjCMethodDecl::param_iterator IM = ImpMethodDecl->param_begin(),  in WarnConflictingTypedMethods()  local 2618   for (ObjCMethodDecl::param_iterator IM = Method->param_begin(),  in CheckConflictingOverridingMethod()  local 2654     for (ObjCMethodDecl::param_iterator IM = ImpMethodDecl->param_begin(),  in WarnExactTypedMethods()  local
  | 
| H A D | SemaObjCProperty.cpp | 2247       ObjCMethodDecl *IM = PID->getGetterMethodDecl();  in DiagnoseOwningPropertyGetterSynthesis()  local
  | 
| H A D | SemaType.cpp | 9034     MSInheritanceModel IM;  in assignInheritanceModel()  local
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ | 
| H A D | DeadStoreElimination.cpp | 296     auto &IM = IOL[DeadI];  in isPartialOverwrite()  local
  | 
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ | 
| H A D | GlobalISelMatchTable.cpp | 2164     for (const InstructionMatcher *IM : CopiedFlags) {  in emitActionOpcodes()  local
  | 
| H A D | GlobalISelMatchTable.h | 2324   void addCopiedMIFlags(const InstructionMatcher &IM) {  in addCopiedMIFlags()
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ | 
| H A D | HexagonFrameLowering.cpp | 2388     HexagonBlockRanges::InstrIndexMap &IM = F->second;  in optimizeSpillSlots()  local
  |