Searched refs:SubtargetInfo (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCCodeEmitter.cpp53 const MCSubtargetInfo &SubtargetInfo) const;
59 const MCSubtargetInfo &SubtargetInfo) const;
63 const MCSubtargetInfo &SubtargetInfo) const;
67 const MCSubtargetInfo &SubtargetInfo) const;
71 const MCSubtargetInfo &SubtargetInfo) const;
75 const MCSubtargetInfo &SubtargetInfo) const;
79 const MCSubtargetInfo &SubtargetInfo) const override;
111 const MCSubtargetInfo &SubtargetInfo) const {
174 const MCSubtargetInfo &SubtargetInfo) const {
176 unsigned Value = getBinaryCodeForInstr(Inst, Fixups, SubtargetInfo);
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DSchedClassResolution.h44 resolveSchedClassId(const MCSubtargetInfo &SubtargetInfo,
H A DSchedClassResolution.cpp232 ResolvedSchedClass::resolveSchedClassId(const MCSubtargetInfo &SubtargetInfo, argument
236 const bool WasVariant = SchedClassId && SubtargetInfo.getSchedModel()
240 ResolveVariantSchedClassId(SubtargetInfo, InstrInfo, SchedClassId, MCI);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp368 Printer->printInst(&InstrMeta.Instruction, 0, "", *SubtargetInfo.get(), OS);
400 SubtargetInfo.reset(ObjectTarget->createMCSubtargetInfo(
402 if (!SubtargetInfo)
404 "Failed to initialise SubtargetInfo.");
411 RegisterInfo.get(), SubtargetInfo.get()));
414 ObjectTarget->createMCDisassembler(*SubtargetInfo, *Context));
H A DFileAnalysis.h208 std::unique_ptr<MCSubtargetInfo> SubtargetInfo; member in class:llvm::cfi_verify::FileAnalysis
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp91 Lexer(Parser.getLexer()), SubtargetInfo(STI) {
93 ComputeAvailableFeatures(SubtargetInfo.getFeatureBits()));
100 const MCSubtargetInfo &SubtargetInfo; member in class:__anon2463::LanaiAsmParser
662 Out.emitInstruction(Inst, SubtargetInfo);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTypePromotion.cpp951 const TargetSubtargetInfo *SubtargetInfo = TM.getSubtargetImpl(F); local
952 const TargetLowering *TLI = SubtargetInfo->getTargetLowering();
H A DCodeGenPrepare.cpp273 const TargetSubtargetInfo *SubtargetInfo; member in class:__anon1744::CodeGenPrepare
467 SubtargetInfo = TM->getSubtargetImpl(F);
468 TLI = SubtargetInfo->getTargetLowering();
469 TRI = SubtargetInfo->getRegisterInfo();
5229 SubtargetInfo->addrSinkUsingGEPs())) {

Completed in 270 milliseconds