/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageFilters.cpp | 44 const coverage::CoverageMapping &CM, in matches() 51 const coverage::CoverageMapping &CM, in matches() 61 bool CoverageFilters::matches(const coverage::CoverageMapping &CM, in matches() 79 const coverage::CoverageMapping &CM, in matches()
|
H A D | CoverageSummaryInfo.cpp | 38 sumBranchExpansions(size_t & NumBranches,size_t & CoveredBranches,const CoverageMapping & CM,ArrayRef<ExpansionRecord> Expansions) sumBranchExpansions() argument 63 get(const CoverageMapping & CM,const coverage::FunctionRecord & Function) get() argument
|
H A D | CoverageFilters.h | 34 virtual bool matches(const coverage::CoverageMapping &CM, in matches()
|
/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcTargetMachine.cpp | 80 getEffectiveSparcCodeModel(std::optional<CodeModel::Model> CM,Reloc::Model RM,bool Is64Bit,bool JIT) getEffectiveSparcCodeModel() argument 102 SparcTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT,bool is64bit) SparcTargetMachine() argument 204 SparcV8TargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) SparcV8TargetMachine() argument 214 SparcV9TargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) SparcV9TargetMachine() argument 224 SparcelTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) SparcelTargetMachine() argument [all...] |
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPRecipeBuilder.h | 39 LoopVectorizationCostModel &CM; global() variable 108 VPRecipeBuilder(VPlan & Plan,Loop * OrigLoop,const TargetLibraryInfo * TLI,LoopVectorizationLegality * Legal,LoopVectorizationCostModel & CM,PredicatedScalarEvolution & PSE,VPBuilder & Builder) VPRecipeBuilder() argument
|
/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreTargetMachine.cpp | 34 if (*CM != CodeModel::Small && *CM != CodeModel::Large) in getEffectiveXCoreCodeModel() argument 49 XCoreTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) XCoreTargetMachine() argument
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | JITTargetMachineBuilder.h | 93 JITTargetMachineBuilder &setCodeModel(std::optional<CodeModel::Model> CM) { in setCodeModel() 152 std::optional<CodeModel::Model> CM; variable
|
/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaTargetMachine.cpp | 49 XtensaTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT,bool IsLittle) XtensaTargetMachine() argument 63 XtensaTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) XtensaTargetMachine() argument
|
/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXTargetMachine.cpp | 128 NVPTXTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool is64bit) NVPTXTargetMachine() argument 155 NVPTXTargetMachine32(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) NVPTXTargetMachine32() argument 165 NVPTXTargetMachine64(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) NVPTXTargetMachine64() argument
|
/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsTargetMachine.cpp | 125 MipsTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT,bool isLittle) MipsTargetMachine() argument 154 MipsebTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) MipsebTargetMachine() argument 164 MipselTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) MipselTargetMachine() argument
|
/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kTargetMachine.cpp | 86 CodeModel::Model getEffectiveCodeModel(std::optional<CodeModel::Model> CM, in getEffectiveCodeModel() argument 103 M68kTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) M68kTargetMachine() argument
|
/llvm-project/lldb/unittests/Utility/ |
H A D | SharedClusterTest.cpp | 29 auto CM = ClusterManager<DestructNotifier>::Create(); in TEST() local
|
/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchTargetMachine.cpp | 69 getEffectiveLoongArchCodeModel(const Triple & TT,std::optional<CodeModel::Model> CM) getEffectiveLoongArchCodeModel() argument 90 LoongArchTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) LoongArchTargetMachine() argument
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetMachine.cpp | 133 getEffectiveSystemZCodeModel(std::optional<CodeModel::Model> CM,Reloc::Model RM,bool JIT) getEffectiveSystemZCodeModel() argument 151 SystemZTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) SystemZTargetMachine() argument
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetMachine.cpp | 319 getEffectiveAArch64CodeModel(const Triple & TT,std::optional<CodeModel::Model> CM,bool JIT) getEffectiveAArch64CodeModel() argument 346 AArch64TargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT,bool LittleEndian) AArch64TargetMachine() argument 478 AArch64leTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) AArch64leTargetMachine() argument 486 AArch64beTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) AArch64beTargetMachine() argument [all...] |
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | Instrumentation.cpp |
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetMachine.cpp | 223 ARMBaseTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool isLittle) ARMBaseTargetMachine() argument 331 ARMLETargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) ARMLETargetMachine() argument 339 ARMBETargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) ARMBETargetMachine() argument
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | BoolAssignmentChecker.cpp | 84 ConstraintManager &CM = C.getConstraintManager(); in checkBind() local
|
H A D | DivZeroChecker.cpp | 91 ConstraintManager &CM = C.getConstraintManager(); checkPreStmt() local
|
/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCTargetMachine.cpp | 34 std::optional<CodeModel::Model> CM, in ARCTargetMachine() argument
|
/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430TargetMachine.cpp | 45 MSP430TargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) MSP430TargetMachine() argument
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetMachine.cpp | 284 getEffectivePPCCodeModel(const Triple & TT,std::optional<CodeModel::Model> CM,bool JIT) getEffectivePPCCodeModel() argument 348 PPCTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) PPCTargetMachine() argument
|
/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRTargetMachine.cpp | 50 AVRTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) AVRTargetMachine() argument
|
/llvm-project/polly/lib/Support/ |
H A D | DumpFunctionPass.cpp | 46 std::unique_ptr<Module> CM = CloneModule(*M, VMap, ShouldCloneDefinition); in runDumpFunction() local
|
/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYTargetMachine.cpp | 55 std::optional<CodeModel::Model> CM, in CSKYTargetMachine() argument
|