Home
last modified time | relevance | path

Searched defs:MCE (Results 1 – 25 of 57) sorted by relevance

123

/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp444 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm()); in isSImm9() local
453 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm()); in isSImm7s4() local
462 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm()); in isSImm7s8() local
471 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm()); in isSImm7s16() local
515 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm()); in isUImm12Offset() local
526 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm()); in isImm0_1() local
535 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm()); in isImm0_7() local
544 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm()); in isImm1_8() local
553 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm()); in isImm0_15() local
562 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm()); in isImm1_16() local
[all …]
/external/llvm-project/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp140 std::unique_ptr<MCCodeEmitter> MCE; in addAsmPrinter() local
157 MCCodeEmitter *MCE = getTarget().createMCCodeEmitter(MII, MRI, Context); in addAsmPrinter() local
240 MCCodeEmitter *MCE = in addPassesToEmitMC() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp137 std::unique_ptr<MCCodeEmitter> MCE; in addAsmPrinter() local
154 MCCodeEmitter *MCE = getTarget().createMCCodeEmitter(MII, MRI, Context); in addAsmPrinter() local
246 MCCodeEmitter *MCE = in addPassesToEmitMC() local
/external/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp217 MCCodeEmitter *MCE = nullptr; in addPassesToEmitFile() local
234 MCCodeEmitter *MCE = getTarget().createMCCodeEmitter(MII, MRI, *Context); in addPassesToEmitFile() local
288 MCCodeEmitter *MCE = in addPassesToEmitMC() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp634 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm()); in isUImm6() local
656 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm()); in isImmScaled() local
680 auto *MCE = dyn_cast<MCConstantExpr>(getImm()); in isSVEPattern() local
728 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm()); in isUImm12Offset() local
740 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm()); in isImmInRange() local
753 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm()); in isLogicalImm() local
895 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm()); in isSIMDImmType10() local
905 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm()); in isBranchTarget() local
1569 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm()); in addAdrpLabelOperands() local
1583 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm()); in addUImm12OffsetOperands() local
[all …]
/external/llvm-project/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp668 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm()); in isUImm6() local
690 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm()); in isImmScaled() local
714 auto *MCE = dyn_cast<MCConstantExpr>(getImm()); in isSVEPattern() local
762 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm()); in isUImm12Offset() local
774 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm()); in isImmInRange() local
787 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm()); in isLogicalImm() local
930 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm()); in isSIMDImmType10() local
940 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm()); in isBranchTarget() local
1610 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm()); in addAdrpLabelOperands() local
1624 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(getImm()); in addUImm12OffsetOperands() local
[all …]
/external/llvm-project/llvm/include/llvm/MCA/
DCodeEmitter.h39 const MCCodeEmitter &MCE; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DCodeEmitter.h42 const MCCodeEmitter &MCE; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCWinCOFFStreamer.cpp233 const MCExpr *MCE = MCSymbolRefExpr::create(Symbol, getContext()); in EmitCOFFSecRel32() local
251 const MCExpr *MCE = MCSymbolRefExpr::create( in EmitCOFFImgRel32() local
/external/llvm-project/llvm/lib/MC/
DMCWinCOFFStreamer.cpp233 const MCExpr *MCE = MCSymbolRefExpr::create(Symbol, getContext()); in EmitCOFFSecRel32() local
251 const MCExpr *MCE = MCSymbolRefExpr::create( in EmitCOFFImgRel32() local
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFStreamer.h182 MCCodeEmitter *MCE; // Owned by MCStreamer variable
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.h250 MCCodeEmitter *MCE; // Owned by MCStreamer variable
/external/llvm-project/llvm/tools/llvm-mca/
Dllvm-mca.cpp446 std::unique_ptr<MCCodeEmitter> MCE( in main() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3047 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) { in parseDirectiveValue() local
3539 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) { in parseDirectiveLoc() local
3556 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) { in parseDirectiveLoc() local
3776 if (const auto *MCE = dyn_cast<MCConstantExpr>(Value)) in parseDirectiveCVLoc() local
4749 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) { in parseDirectiveDCB() local
5684 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value); in parseDirectiveMSEmit() local
5700 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value); in parseDirectiveMSAlign() local
/external/llvm-project/llvm/lib/MC/MCParser/
DAsmParser.cpp3073 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) { in parseDirectiveValue() local
3566 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) { in parseDirectiveLoc() local
3583 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) { in parseDirectiveLoc() local
3803 if (const auto *MCE = dyn_cast<MCConstantExpr>(Value)) in parseDirectiveCVLoc() local
4784 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) { in parseDirectiveDCB() local
5725 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value); in parseDirectiveMSEmit() local
5741 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value); in parseDirectiveMSAlign() local
DMasmParser.cpp3421 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) { in emitIntValue() local
3460 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value); in parseScalarInitializer() local
3666 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value); in parseRealInstList() local
4030 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value); in parseStructInstList() local
4683 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) { in parseDirectiveLoc() local
4700 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) { in parseDirectiveLoc() local
4920 if (const auto *MCE = dyn_cast<MCConstantExpr>(Value)) in parseDirectiveCVLoc() local
6824 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value); in parseDirectiveMSEmit() local
6840 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value); in parseDirectiveMSAlign() local
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp2667 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) { in parseDirectiveValue() local
3144 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) { in parseDirectiveLoc() local
3161 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) { in parseDirectiveLoc() local
3281 if (const auto *MCE = dyn_cast<MCConstantExpr>(Value)) in parseDirectiveCVLoc() local
5005 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value); in parseDirectiveMSEmit() local
5021 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value); in parseDirectiveMSAlign() local
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp659 MCCodeEmitter *MCE = TheTarget->createMCCodeEmitter(*MII, *MRI, MC); in main() local
/external/llvm-project/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp750 MCCodeEmitter *MCE = TheTarget->createMCCodeEmitter(*MII, *MRI, MC); in main() local
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp1038 if (const CXXMemberCallExpr *MCE = dyn_cast<CXXMemberCallExpr>(CE)) in getSimpleCall() local
/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp331 const MCExpr *MCE = Inst.getOperand(AddrOp).getExpr(); in SimplifyShortMoveForm() local
/external/llvm-project/llvm/lib/Target/Lanai/AsmParser/
DLanaiAsmParser.cpp215 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Imm.Value); in isBrImm() local
/external/llvm/lib/Target/Lanai/AsmParser/
DLanaiAsmParser.cpp198 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Imm.Value); in isBrImm() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/
DLanaiAsmParser.cpp213 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Imm.Value); in isBrImm() local
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp1372 if (const auto *MCE = dyn_cast<CXXMemberCallExpr>(CE)) in getSimpleCall() local

123