HomeSort by relevance Sort by last modified time
    Searched refs:CM (Results 26 - 50 of 67) sorted by null

12 3

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-sea-machine.rl 46 CM = 17; # Consonant Medial
54 syllable_tail = (VPre|VAbv|VBlw|VPst|H.C|CM|MR|T|A)*;
hb-ot-shape-complex-indic-machine.rl 58 CM = 17;
60 c = (C | Ra)CM*; # is_consonant
  /external/llvm/lib/Target/AArch64/
AArch64TargetMachine.h 38 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCTargetDesc.cpp 72 CodeModel::Model CM,
82 if (CM == CodeModel::Default)
83 CM = CodeModel::Small;
85 X->InitMCCodeGenInfo(RM, CM, OL);
  /external/llvm/lib/Target/Hexagon/
HexagonTargetMachine.h 41 Reloc::Model RM, CodeModel::Model CM,
HexagonTargetMachine.cpp 68 CodeModel::Model CM,
70 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
  /external/llvm/lib/Target/MBlaze/
MBlazeTargetMachine.h 45 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/MSP430/
MSP430TargetMachine.h 43 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 80 CodeModel::Model CM,
91 if (CM == CodeModel::Default) {
94 CM = CodeModel::Medium;
96 X->InitMCCodeGenInfo(RM, CM, OL);
  /external/llvm/lib/Target/R600/
AMDGPUTargetMachine.h 44 Reloc::Model RM, CodeModel::Model CM,
AMDGPUTargetMachine.cpp 54 Reloc::Model RM, CodeModel::Model CM,
58 LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OptLevel),
  /external/llvm/lib/Target/XCore/
XCoreTargetMachine.h 37 Reloc::Model RM, CodeModel::Model CM,
  /external/clang/lib/StaticAnalyzer/Checkers/
DivZeroChecker.cpp 69 ConstraintManager &CM = C.getConstraintManager();
71 llvm::tie(stateNotZero, stateZero) = CM.assumeDual(C.getState(), *DV);
NonNullParamChecker.cpp 115 ConstraintManager &CM = C.getConstraintManager();
117 llvm::tie(stateNotNull, stateNull) = CM.assumeDual(state, *DV);
  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUMCTargetDesc.cpp 58 CodeModel::Model CM,
61 X->InitMCCodeGenInfo(RM, CM, OL);
  /external/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCTargetDesc.cpp 66 CodeModel::Model CM,
69 X->InitMCCodeGenInfo(RM, CM, OL);
  /external/llvm/lib/Target/ARM/
ARMTargetMachine.cpp 48 Reloc::Model RM, CodeModel::Model CM,
50 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
73 Reloc::Model RM, CodeModel::Model CM,
75 : ARMBaseTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
98 Reloc::Model RM, CodeModel::Model CM,
100 : ARMBaseTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
  /external/llvm/include/llvm/Support/
TargetRegistry.h 77 CodeModel::Model CM,
91 CodeModel::Model CM,
278 CodeModel::Model CM,
282 return MCCodeGenInfoCtorFn(Triple, RM, CM, OL);
335 CodeModel::Model CM = CodeModel::Default,
340 RM, CM, OL);
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 306 CodeModel::Model CM,
345 if (CM == CodeModel::Default)
346 CM = CodeModel::Small;
347 else if (CM == CodeModel::JITDefault)
349 CM = is64Bit ? CodeModel::Large : CodeModel::Small;
351 X->InitMCCodeGenInfo(RM, CM, OL);
  /frameworks/compile/slang/
slang_backend.cpp 147 llvm::CodeModel::Model CM;
149 CM = llvm::CodeModel::Small;
153 CM = llvm::CodeModel::Medium;
172 Options, RM, CM);
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCTargetDesc.cpp 107 CodeModel::Model CM,
110 if (CM == CodeModel::JITDefault)
114 X->InitMCCodeGenInfo(RM, CM, OL);
  /external/clang/lib/CodeGen/
BackendUtil.cpp 346 llvm::CodeModel::Model CM;
348 CM = llvm::CodeModel::Small;
350 CM = llvm::CodeModel::Kernel;
352 CM = llvm::CodeModel::Medium;
354 CM = llvm::CodeModel::Large;
357 CM = llvm::CodeModel::Default;
463 RM, CM, OptLevel);
  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 93 if (CompleteMatchMatcher *CM =
98 for (unsigned i = 0, e = CM->getNumResults(); i != e; ++i)
99 if (CM->getResult(i) != RootResultFirst+i)
105 const PatternToMatch &Pattern = CM->getPattern();
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 106 AM, CM, BK, CF, ES, FM, MD, NO, LR, RF, DB, SG, BH, HS, MT, DS, RG, CN, UUT, UUQ, UUP, UUH,
  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 68 Reloc::Model RM, CodeModel::Model CM,
71 CodeGenInfo = T.createMCCodeGenInfo(Triple, RM, CM, OL);

Completed in 674 milliseconds

12 3