HomeSort by relevance Sort by last modified time
    Searched refs:CM (Results 126 - 150 of 221) sorted by null

1 2 3 4 56 7 8 9

  /external/llvm/lib/Target/SystemZ/
SystemZTargetMachine.cpp 95 CodeModel::Model CM,
98 getEffectiveRelocModel(RM), CM, OL),
SystemZSubtarget.h 122 // and code model CM.
123 bool isPC32DBLSymbol(const GlobalValue *GV, CodeModel::Model CM) const;
  /external/pcre/dist2/src/
pcre2_jit_test.c 127 #define CM (PCRE2_CASELESS | PCRE2_MULTILINE)
159 { CM, A, 0, 0, "[^m]", "mMnN" },
161 { CM, A, 0, 0, "A[^B][^E]", "abacd" },
178 { CM, A, 0, 0, "1a2b3c4", "1a2B3c51A2B3C4" },
184 { CM, A, 0, 0, "\\Ca", "CDA" },
186 { CM, A, 0, 0 | F_NOMATCH, "\\Cx", "CDA" },
482 { CM, A, 0, 0, "(?>((?>a{32}|b+|(a*))?(?>c+|d*)?\?)+e)+?f", "aaccebbdde bbdaaaccebbdee bbdaaaccebbdeef" },
535 { CM, A, 0, 0, "(a{2,4})\\1", "AaAaaAaA" },
546 { CM, A, 0, 0, "(?:(aa|bb)(\\1{3,}?)){2}(dd|)(\\3{3,}?)", "aaaaaabbbbbbbbbbaaaaaaaaaaaaaa" },
590 { MU, A, 0, 0, "(?=(?>a|(?=(?>(b+))a|c)[a-c]+)*?m)[a-cm]+k", "aaam bbam baaambaam abbabba baaambaamk" }
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeTargetMachine.h 46 Reloc::Model RM, CodeModel::Model CM);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 61 JITTargetMachineBuilder &setCodeModel(Optional<CodeModel::Model> CM) {
62 this->CM = std::move(CM);
77 Optional<CodeModel::Model> CM;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCTargetMachine.h 38 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
PPCTargetMachine.cpp 223 Optional<CodeModel::Model> CM,
225 if (CM)
226 return *CM;
241 Optional<CodeModel::Model> CM,
246 getEffectiveCodeModel(TT, CM, JIT), OL),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoopVectorizationPlanner.h 196 LoopVectorizationCostModel &CM;
222 LoopVectorizationCostModel &CM)
223 : OrigLoop(L), LI(LI), TLI(TLI), TTI(TTI), Legal(Legal), CM(CM) {}
  /external/llvm/lib/Target/Hexagon/
HexagonGenMux.cpp 199 CondsetMap CM;
215 CondsetMap::iterator F = CM.find(DR);
220 if (F != CM.end() && F->second.PredR != PR) {
221 CM.erase(F);
222 F = CM.end();
224 if (F == CM.end()) {
225 auto It = CM.insert(std::make_pair(DR, CondsetInfo()));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonGenMux.cpp 233 CondsetMap CM;
252 CondsetMap::iterator F = CM.find(DR);
257 if (F != CM.end() && F->second.PredR != PR) {
258 CM.erase(F);
259 F = CM.end();
261 if (F == CM.end()) {
262 auto It = CM.insert(std::make_pair(DR, CondsetInfo()));
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCTargetDesc.cpp 162 CodeModel::Model &CM) {
192 if (CM == CodeModel::Default)
193 CM = CodeModel::Small;
194 else if (CM == CodeModel::JITDefault)
195 CM = RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium;
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
TargetRegistry.h 76 CodeModel::Model CM);
88 CodeModel::Model CM);
278 CodeModel::Model CM) const {
281 return MCCodeGenInfoCtorFn(Triple, RM, CM);
334 CodeModel::Model CM = CodeModel::Default) const {
337 return TargetMachineCtorFn(*this, Triple, CPU, Features, RM, CM);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUTargetMachine.cpp 295 static CodeModel::Model getEffectiveCodeModel(Optional<CodeModel::Model> CM) {
296 if (CM)
297 return *CM;
305 Optional<CodeModel::Model> CM,
309 getEffectiveCodeModel(CM), OptLevel),
426 Optional<CodeModel::Model> CM,
428 : AMDGPUTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL) {
465 Optional<CodeModel::Model> CM,
467 : AMDGPUTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL) {}
  /external/llvm/lib/Target/AArch64/
AArch64TargetMachine.cpp 181 CodeModel::Model CM, CodeGenOpt::Level OL, bool LittleEndian)
185 Options, getEffectiveRelocModel(TT, RM), CM, OL),
249 CodeModel::Model CM, CodeGenOpt::Level OL)
250 : AArch64TargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {}
257 CodeModel::Model CM, CodeGenOpt::Level OL)
258 : AArch64TargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {}
  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetMachine.cpp 146 CodeModel::Model CM,
149 FS, Options, getEffectiveRelocModel(RM), CM, OptLevel),
180 CodeModel::Model CM, CodeGenOpt::Level OL)
181 : AMDGPUTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL) {}
222 CodeModel::Model CM, CodeGenOpt::Level OL)
223 : AMDGPUTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL) {}
  /external/clang/lib/StaticAnalyzer/Checkers/
VLASizeChecker.cpp 142 ConstraintManager &CM = C.getConstraintManager();
145 std::tie(StateNeg, StatePos) = CM.assumeDual(state, *LessThanZeroDVal);
  /external/llvm/include/llvm/Support/
TargetRegistry.h 96 CodeModel::Model &CM);
107 CodeModel::Model CM, CodeGenOpt::Level OL);
301 CodeModel::Model &CM) const {
303 MCAdjustCodeGenOptsFn(TT, RM, CM);
356 CodeModel::Model CM = CodeModel::Default,
361 CM, OL);
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyTargetMachine.cpp 53 CodeModel::Model CM, CodeGenOpt::Level OL)
58 CM, OL),
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/MCTargetDesc/
MipsMCTargetDesc.cpp 66 CodeModel::Model CM) {
70 X->InitMCCodeGenInfo(RM, CM);
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 79 CodeModel::Model CM) {
89 X->InitMCCodeGenInfo(RM, CM);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZSubtarget.h 211 // and code model CM.
212 bool isPC32DBLSymbol(const GlobalValue *GV, CodeModel::Model CM) const;
  /external/python/cpython3/Lib/test/
test_coroutines.py 1203 class CM:
1208 async with CM():
1215 class CM:
1220 async with CM():
1227 class CM:
1235 async with CM():
1246 class CM:
1254 async with CM():
1261 class CM:
1269 async with CM()
    [all...]
  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 90 Reloc::Model RM, CodeModel::Model CM,
93 T.adjustCodeGenOpts(TT, RM, CM);
95 this->CMModel = CM;
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 90 CodeModel::Model &CM) {
91 if (CM == CodeModel::Default) {
94 CM = CodeModel::Medium;
  /external/llvm/tools/llvm-cov/
CoverageReport.cpp 95 static void adjustColumnWidths(coverage::CoverageMapping *CM) {
96 for (StringRef Filename : CM->getUniqueSourceFiles()) {
98 for (const auto &F : CM->getCoveredFunctions(Filename)) {

Completed in 5013 milliseconds

1 2 3 4 56 7 8 9