Home
last modified time | relevance | path

Searched refs:MCE (Results 1 – 15 of 15) sorted by relevance

/NextBSD/contrib/llvm/lib/Target/AArch64/AsmParser/
HDAArch64AsmParser.cpp421 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm()); in isSImm9() local
422 if (!MCE) in isSImm9()
424 int64_t Val = MCE->getValue(); in isSImm9()
430 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm()); in isSImm7s4() local
431 if (!MCE) in isSImm7s4()
433 int64_t Val = MCE->getValue(); in isSImm7s4()
439 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm()); in isSImm7s8() local
440 if (!MCE) in isSImm7s8()
442 int64_t Val = MCE->getValue(); in isSImm7s8()
448 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm()); in isSImm7s16() local
[all …]
/NextBSD/contrib/llvm/lib/CodeGen/
HDLLVMTargetMachine.cpp176 MCCodeEmitter *MCE = nullptr; in addPassesToEmitFile() local
178 MCE = getTarget().createMCCodeEmitter(MII, MRI, *Context); in addPassesToEmitFile()
185 Options.MCOptions.MCUseDwarfDirectory, InstPrinter, MCE, MAB, in addPassesToEmitFile()
193 MCCodeEmitter *MCE = getTarget().createMCCodeEmitter(MII, MRI, *Context); in addPassesToEmitFile() local
196 if (!MCE || !MAB) in addPassesToEmitFile()
204 T, *Context, *MAB, Out, MCE, STI, Options.MCOptions.MCRelaxAll, in addPassesToEmitFile()
246 MCCodeEmitter *MCE = in addPassesToEmitMC() local
250 if (!MCE || !MAB) in addPassesToEmitMC()
256 T, *Ctx, *MAB, Out, MCE, STI, Options.MCOptions.MCRelaxAll, in addPassesToEmitMC()
/NextBSD/sys/x86/x86/
HDmca.c65 MCE, enumerator
610 if (mode == MCE) in mca_scan()
646 return (mode == MCE ? recoverable : count); in mca_scan()
992 recoverable = mca_scan(MCE); in mca_intr()
/NextBSD/contrib/llvm/lib/MC/MCParser/
HDAsmParser.cpp2387 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) { in parseDirectiveValue() local
2389 uint64_t IntValue = MCE->getValue(); in parseDirectiveValue()
2880 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) { in parseDirectiveLoc() local
2881 int Value = MCE->getValue(); in parseDirectiveLoc()
2897 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) { in parseDirectiveLoc() local
2898 int Value = MCE->getValue(); in parseDirectiveLoc()
4487 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value); in parseDirectiveMSEmit() local
4488 if (!MCE) in parseDirectiveMSEmit()
4490 uint64_t IntValue = MCE->getValue(); in parseDirectiveMSEmit()
4503 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value); in parseDirectiveMSAlign() local
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDCallEvent.cpp903 if (const CXXMemberCallExpr *MCE = dyn_cast<CXXMemberCallExpr>(CE)) in getSimpleCall() local
904 return create<CXXMemberCall>(MCE, State, LCtx); in getSimpleCall()
/NextBSD/contrib/llvm/lib/Target/Mips/AsmParser/
HDMipsAsmParser.cpp3065 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Expr)) { in evaluateRelocExpr() local
3071 Val = MCE->getValue() & 0xffff; in evaluateRelocExpr()
3076 Val = ((MCE->getValue() + 0x8000) >> 16) & 0xffff; in evaluateRelocExpr()
3080 Val = ((MCE->getValue() + 0x80008000LL) >> 32) & 0xffff; in evaluateRelocExpr()
3084 Val = ((MCE->getValue() + 0x800080008000LL) >> 48) & 0xffff; in evaluateRelocExpr()
3532 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(IdVal); in parseInvNum() local
3533 assert(MCE && "Unexpected MCExpr type."); in parseInvNum()
3534 int64_t Val = MCE->getValue(); in parseInvNum()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGClass.cpp1146 } else if (CXXMemberCallExpr *MCE = dyn_cast<CXXMemberCallExpr>(S)) { in getMemcpyableField() local
1147 CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(MCE->getCalleeDecl()); in getMemcpyableField()
1150 MemberExpr *IOA = dyn_cast<MemberExpr>(MCE->getImplicitObjectArgument()); in getMemcpyableField()
1156 MemberExpr *Arg0 = dyn_cast<MemberExpr>(MCE->getArg(0)); in getMemcpyableField()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDAnalysisBasedWarnings.cpp213 if (const CXXMemberCallExpr *MCE = dyn_cast<CXXMemberCallExpr>(CE)) { in checkForFunctionCall() local
214 if (isa<CXXThisExpr>(MCE->getImplicitObjectArgument()) || in checkForFunctionCall()
215 !MCE->getMethodDecl()->isVirtual()) { in checkForFunctionCall()
HDSemaCodeComplete.cpp4036 if (auto MCE = dyn_cast<MemberExpr>(NakedFn)) in CodeCompleteCall() local
4037 FD = dyn_cast<FunctionDecl>(MCE->getMemberDecl()); in CodeCompleteCall()
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86MCInstLower.cpp379 const MCExpr *MCE = Inst.getOperand(AddrOp).getExpr(); in SimplifyShortMoveForm() local
380 if (const MCSymbolRefExpr *SRE = dyn_cast<MCSymbolRefExpr>(MCE)) in SimplifyShortMoveForm()
/NextBSD/contrib/llvm/lib/Target/ARM/MCTargetDesc/
HDARMMCCodeEmitter.cpp1035 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(E)) { in getHiLo16ImmOpValue() local
1036 const int64_t Value = MCE->getValue(); in getHiLo16ImmOpValue()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExpr.cpp2549 if (CXXMemberCallExpr *MCE = dyn_cast<CXXMemberCallExpr>(this)) { in IgnoreConversionOperator() local
2550 if (MCE->getMethodDecl() && isa<CXXConversionDecl>(MCE->getMethodDecl())) in IgnoreConversionOperator()
2551 return MCE->getImplicitObjectArgument(); in IgnoreConversionOperator()
/NextBSD/contrib/llvm/lib/Target/ARM/AsmParser/
HDARMAsmParser.cpp3182 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(ImmVal); in tryParseRegisterWithWriteBack() local
3183 if (!MCE) in tryParseRegisterWithWriteBack()
3192 Operands.push_back(ARMOperand::CreateVectorIndex(MCE->getValue(), in tryParseRegisterWithWriteBack()
/NextBSD/share/misc/
HDpci_vendors37 7801 WinTV HVR-1800 MCE
11716 1461 1044 AVerTVHD MCE A180
16804 0070 7801 WinTV HVR-1800 MCE
16833 1554 4813 Club 3D ZAP1000 MCE Edition
19629 1461 c019 UltraTV 1500 MCE, a.k.a. M113 PCI Analog TV (NTSC+FM, Philips FQ1236MK5 tuner)
19652 1461 c439 M116 AVerMedia AVerTV MCE 116 Plus (NTSC/PAL/SECAM+FM+REMOTE, Xceive 2028 tuner)
/NextBSD/sys/contrib/dev/acpica/
HDchanges.txt1746 Error Type With Address", "CMCI", "MCE", and "Flush Cacheline".
2488 MCE(6).