HomeSort by relevance Sort by last modified time
    Searched refs:CM (Results 101 - 125 of 176) sorted by null

1 2 3 45 6 7 8

  /external/clang/lib/StaticAnalyzer/Checkers/
NonNullParamChecker.cpp 138 ConstraintManager &CM = C.getConstraintManager();
140 std::tie(stateNotNull, stateNull) = CM.assumeDual(state, *DV);
StreamChecker.cpp 220 ConstraintManager &CM = C.getConstraintManager();
224 std::tie(stateNotNull, stateNull) = CM.assumeDual(state, RetVal);
347 ConstraintManager &CM = C.getConstraintManager();
349 std::tie(stateNotNull, stateNull) = CM.assumeDual(state, *DV);
  /external/llvm/lib/Target/
TargetMachineC.cpp 123 CodeModel::Model CM = unwrap(CodeModel);
143 CM, OL));
  /external/llvm/lib/Target/X86/
X86TargetMachine.cpp 151 CodeModel::Model CM, CodeGenOpt::Level OL)
153 getEffectiveRelocModel(TT, RM), CM, OL),
  /external/llvm/lib/Transforms/IPO/
GlobalDCE.cpp 223 for (auto &&CM : make_range(ComdatMembers.equal_range(C)))
224 GlobalIsNeeded(CM.second);
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 140 CodeModel::Model CM) {
147 X->InitMCCodeGenInfo(RM, CM);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 104 CodeModel::Model &CM);
115 CodeModel::Model CM, CodeGenOpt::Level OL);
315 CodeModel::Model &CM) const {
317 MCAdjustCodeGenOptsFn(TT, RM, CM);
370 CodeModel::Model CM = CodeModel::Default,
375 CM, OL);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 104 CodeModel::Model &CM);
115 CodeModel::Model CM, CodeGenOpt::Level OL);
315 CodeModel::Model &CM) const {
317 MCAdjustCodeGenOptsFn(TT, RM, CM);
370 CodeModel::Model CM = CodeModel::Default,
375 CM, OL);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 104 CodeModel::Model &CM);
115 CodeModel::Model CM, CodeGenOpt::Level OL);
315 CodeModel::Model &CM) const {
317 MCAdjustCodeGenOptsFn(TT, RM, CM);
370 CodeModel::Model CM = CodeModel::Default,
375 CM, OL);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 104 CodeModel::Model &CM);
115 CodeModel::Model CM, CodeGenOpt::Level OL);
315 CodeModel::Model &CM) const {
317 MCAdjustCodeGenOptsFn(TT, RM, CM);
370 CodeModel::Model CM = CodeModel::Default,
375 CM, OL);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 104 CodeModel::Model &CM);
115 CodeModel::Model CM, CodeGenOpt::Level OL);
315 CodeModel::Model &CM) const {
317 MCAdjustCodeGenOptsFn(TT, RM, CM);
370 CodeModel::Model CM = CodeModel::Default,
375 CM, OL);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 104 CodeModel::Model &CM);
115 CodeModel::Model CM, CodeGenOpt::Level OL);
315 CodeModel::Model &CM) const {
317 MCAdjustCodeGenOptsFn(TT, RM, CM);
370 CodeModel::Model CM = CodeModel::Default,
375 CM, OL);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 104 CodeModel::Model &CM);
115 CodeModel::Model CM, CodeGenOpt::Level OL);
315 CodeModel::Model &CM) const {
317 MCAdjustCodeGenOptsFn(TT, RM, CM);
370 CodeModel::Model CM = CodeModel::Default,
375 CM, OL);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 104 CodeModel::Model &CM);
115 CodeModel::Model CM, CodeGenOpt::Level OL);
315 CodeModel::Model &CM) const {
317 MCAdjustCodeGenOptsFn(TT, RM, CM);
370 CodeModel::Model CM = CodeModel::Default,
375 CM, OL);
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_bc_fmt_def.inc 82 BC_FORMAT_BEGIN_HW(CF_WORD1, CM)
193 BC_FORMAT_BEGIN_HW(CF_ALLOC_EXPORT_WORD1_BUF, CM)
232 BC_FORMAT_BEGIN_HW(CF_ALLOC_EXPORT_WORD1_SWIZ, CM)
293 BC_FORMAT_BEGIN_HW(ALU_WORD1_OP2_MOVA, CM)
308 BC_FORMAT_BEGIN_HW(ALU_WORD1_OP2_EXEC_MASK, CM)
397 BC_FORMAT_BEGIN_HW(VTX_WORD0, CM)
469 BC_FORMAT_BEGIN_HW(VTX_WORD2, CM)
  /external/llvm/utils/TableGen/
DAGISelMatcherEmitter.cpp 599 const CompleteMatchMatcher *CM = cast<CompleteMatchMatcher>(N);
600 OS << "OPC_CompleteMatch, " << CM->getNumResults() << ", ";
602 for (unsigned i = 0, e = CM->getNumResults(); i != e; ++i)
603 NumResultBytes += EmitVBRValue(CM->getResult(i), OS);
607 << *CM->getPattern().getSrcPattern() << " - Complexity = "
608 << CM->getPattern().getPatternComplexity(CGP) << '\n';
610 << *CM->getPattern().getDstPattern();
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcherEmitter.cpp 559 const CompleteMatchMatcher *CM = cast<CompleteMatchMatcher>(N);
560 OS << "OPC_CompleteMatch, " << CM->getNumResults() << ", ";
562 for (unsigned i = 0, e = CM->getNumResults(); i != e; ++i)
563 NumResultBytes += EmitVBRValue(CM->getResult(i), OS);
567 << *CM->getPattern().getSrcPattern() << " - Complexity = "
568 << CM->getPattern().getPatternComplexity(CGP) << '\n';
570 << *CM->getPattern().getDstPattern();
  /external/clang/test/CodeGenCXX/
catch-undef-behavior.cpp 510 CustomMove CM;
  /external/llvm/include/llvm/Target/
TargetMachine.h 285 TargetOptions Options, Reloc::Model RM, CodeModel::Model CM,
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectFileInfo.h 161 void InitMCObjectFileInfo(StringRef TT, Reloc::Model RM, CodeModel::Model CM,
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetMachine.h 289 Reloc::Model RM, CodeModel::Model CM);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 272 CodeModel::Model CM, CodeGenOpt::Level OL);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 272 CodeModel::Model CM, CodeGenOpt::Level OL);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 272 CodeModel::Model CM, CodeGenOpt::Level OL);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 272 CodeModel::Model CM, CodeGenOpt::Level OL);

Completed in 3486 milliseconds

1 2 3 45 6 7 8