Searched defs:Inst (Results 1 - 25 of 260) sorted by relevance

1234567891011

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/Utils/
H A DRISCVMatInt.h20 struct Inst { struct in namespace:llvm::RISCVMatInt
24 Inst(unsigned Opc, int64_t Imm) : Opc(Opc), Imm(Imm) {} function in struct:llvm::RISCVMatInt::Inst
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/
H A DCodeEmitter.cpp25 const MCInst &Inst = Sequence[MCID]; local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplateInstCallback.h61 atTemplateBegin(TemplateInstantiationCallbackPtrs &Callbacks, const Sema &TheSema, const Sema::CodeSynthesisContext &Inst) argument
71 atTemplateEnd(TemplateInstantiationCallbackPtrs &Callbacks, const Sema &TheSema, const Sema::CodeSynthesisContext &Inst) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCInstrAnalysis.cpp26 bool MCInstrAnalysis::evaluateBranch(const MCInst &Inst, uint64_t Addr, argument
38 MCInstrAnalysis::evaluateMemoryOperandAddress(const MCInst &Inst, uint64_t Addr, argument
19 clearsSuperRegisters(const MCRegisterInfo &MRI, const MCInst &Inst, APInt &Writes) const argument
H A DMCAsmInfo.cpp73 void MCAsmInfo::addInitialFrameState(const MCCFIInstruction &Inst) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeEmitter.h37 virtual void emitPrefix(const MCInst &Inst, raw_ostream &OS, argument
H A DMCInstBuilder.h22 MCInst Inst; member in class:llvm::MCInstBuilder
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DOrderedBasicBlock.cpp36 const Instruction *Inst = nullptr; local
H A DInstructionPrecedenceTracking.cpp103 void InstructionPrecedenceTracking::insertInstructionTo(const Instruction *Inst, argument
110 void InstructionPrecedenceTracking::removeInstruction(const Instruction *Inst) { argument
H A DIndirectCallPromotionAnalysis.cpp70 getProfitablePromotionCandidates( const Instruction *Inst, uint32_t NumVals, uint64_t TotalCount) argument
H A DCostModel.cpp109 OS << " for instruction: " << Inst << "\n"; local
H A DDelinearization.cpp75 Instruction *Inst = &(*I); local
96 O << "Inst:" << *Inst << "\n"; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAnalyzeImmediate.h19 struct Inst { struct in class:llvm::MipsAnalyzeImmediate
H A DMipsOs16.cpp79 const Instruction &Inst = *I; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DDependencyAnalysis.h79 static inline bool CanDecrementRefCount(const Instruction *Inst, argument
H A DObjCARCExpand.cpp98 Instruction *Inst = &*I; local
H A DObjCARC.h73 static inline const Instruction *getreturnRVOperand(const Instruction &Inst, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.cpp43 void AArch64TargetStreamer::emitInst(uint32_t Inst) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DMCDisassembler.cpp27 bool MCDisassembler::tryAddingSymbolicOperand(MCInst &Inst, int64_t Value, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DRetireStage.cpp53 const Instruction &Inst = *IR.getInstruction(); local
H A DEntryStage.cpp36 std::unique_ptr<Instruction> Inst = std::make_unique<Instruction>(SR.second); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyOptimizeReturned.cpp61 Instruction *Inst = CS.getInstruction(); local
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86FoldTablesEmitter.cpp80 static bool isExplicitAlign(const CodeGenInstruction *Inst) { argument
86 static bool isExplicitUnalign(const CodeGenInstruction *Inst) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp50 Instruction *Inst = cast<Instruction>(VPInst->getUnderlyingValue()); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DSupport.h30 const T &Inst; member in class:llvm::mca::InstructionError

Completed in 413 milliseconds

1234567891011