Searched refs:CM (Results 51 - 75 of 90) sorted by relevance

1234

/freebsd-11-stable/stand/efi/libefi/
H A Defi_console.c234 CM(void) function
250 CM();
353 CM();
/freebsd-11-stable/stand/pc98/libpc98/
H A Dvidconsole.c65 void CM(void);
376 CM(void) function
394 CM();
487 CM();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h243 // and code model CM.
244 bool isPC32DBLSymbol(const GlobalValue *GV, CodeModel::Model CM) const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp150 ConstraintManager &CM = C.getConstraintManager(); local
154 std::tie(stateNotNull, stateNull) = CM.assumeDual(state, RetVal);
248 ConstraintManager &CM = C.getConstraintManager();
250 std::tie(StateNotNull, StateNull) = CM.assumeDual(C.getState(), *DV);
H A DNonNullParamChecker.cpp137 ConstraintManager &CM = C.getConstraintManager(); local
139 std::tie(stateNotNull, stateNull) = CM.assumeDual(state, *DV);
H A DTestAfterDivZeroChecker.cpp140 ConstraintManager &CM = C.getConstraintManager();
141 return !CM.assume(C.getState(), *DSV, true);
H A DStdLibraryFunctionsChecker.cpp245 ConstraintManager &CM = Mgr.getConstraintManager(); local
256 State = CM.assumeInclusiveRange(State, *N, Min, Max, false);
273 ConstraintManager &CM = Mgr.getConstraintManager(); local
290 State = CM.assumeInclusiveRange(State, *N, MinusInf, Left, false);
298 State = CM.assumeInclusiveRange(State, *N, Right, PlusInf, false);
307 State = CM.assumeInclusiveRange(State, *N, Min, Max, false);
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp86 if (CompleteMatchMatcher *CM =
91 for (unsigned i = 0, e = CM->getNumResults(); i != e; ++i)
92 if (CM->getResult(i) != RootResultFirst+i)
98 const PatternToMatch &Pattern = CM->getPattern();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp80 Reloc::Model RM, CodeModel::Model CM,
84 this->CMModel = CM;
76 LLVMTargetMachine(const Target &T, StringRef DataLayoutString, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
H A DTargetLoweringObjectFileImpl.cpp99 CodeModel::Model CM = TgtM.getCodeModel(); local
128 ((CM == CodeModel::Small || CM == CodeModel::Medium)
131 (CM == CodeModel::Small
134 ((CM == CodeModel::Small || CM == CodeModel::Medium)
138 (CM == CodeModel::Small || CM == CodeModel::Medium)
140 LSDAEncoding = (CM == CodeModel::Small)
142 TTypeEncoding = (CM
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp131 Optional<CodeModel::Model> CM = unwrap(CodeModel, JIT); local
150 return wrap(unwrap(T)->createTargetMachine(Triple, CPU, Features, opt, RM, CM,
/freebsd-11-stable/usr.bin/tip/tip/
H A Dremote.c61 &AT, &DV, &CM, &CU, &EL, &IE, &OE, &PN, &PR, &DI,
H A Dtip.h68 EXTERN char *CM; /* initial connection message */ variable
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.h162 static FunctionCoverageSummary get(const coverage::CoverageMapping &CM,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp110 Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT)
115 getEffectiveCodeModel(CM, CodeModel::Large), OL),
107 WebAssemblyTargetMachine( const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp406 LoopVectorizationCostModel *CM)
410 VectorLoopValueMap(UnrollFactor, VecWidth), Legal(LVL), Cost(CM) {}
787 LoopVectorizationCostModel *CM)
789 UnrollFactor, LVL, CM) {}
1190 /// The sets depend on CM decision for Load/Store instructions
2367 "CM decision should be taken at this point");
6313 "CM decision should be taken at this point");
6447 LoopVectorizationCostModel &CM) {
6449 std::tie(std::ignore, WidestType) = CM.getSmallestAndWidestTypes();
6464 VF = determineVPlanVF(TTI->getRegisterBitWidth(true /* Vector*/), CM);
400 InnerLoopVectorizer(Loop *OrigLoop, PredicatedScalarEvolution &PSE, LoopInfo *LI, DominatorTree *DT, const TargetLibraryInfo *TLI, const TargetTransformInfo *TTI, AssumptionCache *AC, OptimizationRemarkEmitter *ORE, unsigned VecWidth, unsigned UnrollFactor, LoopVectorizationLegality *LVL, LoopVectorizationCostModel *CM) argument
781 InnerLoopUnroller(Loop *OrigLoop, PredicatedScalarEvolution &PSE, LoopInfo *LI, DominatorTree *DT, const TargetLibraryInfo *TLI, const TargetTransformInfo *TTI, AssumptionCache *AC, OptimizationRemarkEmitter *ORE, unsigned UnrollFactor, LoopVectorizationLegality *LVL, LoopVectorizationCostModel *CM) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp358 Optional<CodeModel::Model> CM,
362 getEffectiveCodeModel(CM, CodeModel::Small), OptLevel),
463 Optional<CodeModel::Model> CM,
465 : AMDGPUTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL) {
507 Optional<CodeModel::Model> CM,
509 : AMDGPUTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL) {}
354 AMDGPUTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, TargetOptions Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OptLevel) argument
459 R600TargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, TargetOptions Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) argument
503 GCNTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, TargetOptions Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetRegistry.h142 Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT);
397 Optional<CodeModel::Model> CM = None,
403 CM, OL, JIT);
1120 Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) {
1121 return new TargetMachineImpl(T, TT, CPU, FS, Options, RM, CM, OL, JIT);
1118 Allocator(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp590 auto *CM = dyn_cast_or_null<ConstantAsMetadata>(getModuleFlag("SDK Version"));
591 if (!CM)
593 auto *Arr = dyn_cast_or_null<ConstantDataArray>(CM->getValue());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp297 : BitOrd(BO), CM(M) {}
303 CellMapShadow &CM; member in struct:__anon2246::RegisterCellLexCompare
315 : SelR(R), SelB(B), BitN(N), BitOrd(BO), CM(M) {}
323 CellMapShadow &CM; member in struct:__anon2246::RegisterCellBitCompareSel
341 const BitTracker::RegisterCell &RC1 = CM.lookup(VR1), &RC2 = CM.lookup(VR2);
358 const BitTracker::RegisterCell &RC1 = CM.lookup(VR1);
359 const BitTracker::RegisterCell &RC2 = CM.lookup(VR2);
H A DHexagonTargetMachine.cpp208 Optional<CodeModel::Model> CM,
219 getEffectiveCodeModel(CM, CodeModel::Small),
204 HexagonTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp203 if (Optional<CodeModel::Model> CM = unwrap(options.CodeModel, JIT))
204 builder.setCodeModel(*CM);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp153 for (auto &&CM : make_range(ComdatMembers.equal_range(C))) {
154 MarkLive(*CM.second, Updates); // Recursion depth is only two because only
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp662 for (auto &&CM : make_range(ComdatMembers.equal_range(C))) {
663 if (dyn_cast<GlobalAlias>(CM.second))
665 Function *FM = dyn_cast<Function>(CM.second);
703 for (auto &&CM : make_range(ComdatMembers.equal_range(OrigComdat))) {
704 if (GlobalAlias *GA = dyn_cast<GlobalAlias>(CM.second)) {
713 Function *CF = dyn_cast<Function>(CM.second);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp355 ConstraintManager &CM = SM.getConstraintManager();
356 return CM.assume(this, inBound.castAs<DefinedSVal>(), Assumption);

Completed in 171 milliseconds

1234