Home
last modified time | relevance | path

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

12345678910

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
H A DCodeEmitter.cpp25 const MCInst &Inst = Sequence[MCID]; in getOrCreateEncodingInfo() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/Utils/
H A DRISCVMatInt.h20 struct Inst { struct
24 Inst(unsigned Opc, int64_t Imm) : Opc(Opc), Imm(Imm) {} in Inst() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCInstrAnalysis.cpp26 bool MCInstrAnalysis::evaluateBranch(const MCInst &Inst, uint64_t Addr, in evaluateBranch() argument
38 MCInstrAnalysis::evaluateMemoryOperandAddress(const MCInst &Inst, uint64_t Addr, in evaluateMemoryOperandAddress() argument
19 clearsSuperRegisters(const MCRegisterInfo &MRI, const MCInst &Inst, APInt &Writes) const clearsSuperRegisters() argument
H A DMCAsmInfo.cpp73 void MCAsmInfo::addInitialFrameState(const MCCFIInstruction &Inst) { in addInitialFrameState() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCCodeEmitter.h37 virtual void emitPrefix(const MCInst &Inst, raw_ostream &OS, in emitPrefix() argument
H A DMCInstBuilder.h22 MCInst Inst; member in llvm::MCInstBuilder
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_variable.h48 struct rc_instruction * Inst; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
H A DMCDisassembler.cpp27 bool MCDisassembler::tryAddingSymbolicOperand(MCInst &Inst, int64_t Value, in tryAddingSymbolicOperand() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
H A DEntryStage.cpp36 std::unique_ptr<Instruction> Inst = std::make_unique<Instruction>(SR.second); in getNextInstruction() local
H A DRetireStage.cpp53 const Instruction &Inst = *IR.getInstruction(); in notifyInstructionRetired() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DIndirectCallPromotionAnalysis.cpp70 getProfitablePromotionCandidates( const Instruction *Inst, uint32_t NumVals, uint64_t TotalCount) getProfitablePromotionCandidates() argument
H A DInstructionPrecedenceTracking.cpp103 void InstructionPrecedenceTracking::insertInstructionTo(const Instruction *Inst, in insertInstructionTo() argument
110 void InstructionPrecedenceTracking::removeInstruction(const Instruction *Inst) { in removeInstruction() argument
H A DOrderedBasicBlock.cpp36 const Instruction *Inst = nullptr; in comesBefore() local
H A DCostModel.cpp109 OS << " for instruction: " << Inst << "\n"; in print() local
H A DDelinearization.cpp75 Instruction *Inst = &(*I); in print() local
96 O << "Inst:" << *Inst << "\n"; in print() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp50 Instruction *Inst = cast<Instruction>(VPInst->getUnderlyingValue()); in VPInstructionsToVPRecipes() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.cpp43 void AArch64TargetStreamer::emitInst(uint32_t Inst) { in emitInst() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsAnalyzeImmediate.h19 struct Inst { struct in llvm::MipsAnalyzeImmediate
H A DMipsOs16.cpp79 const Instruction &Inst = *I; in needsFP() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyOptimizeReturned.cpp61 Instruction *Inst = CS.getInstruction(); in visitCallSite() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DDependencyAnalysis.h79 static inline bool CanDecrementRefCount(const Instruction *Inst, in CanDecrementRefCount() argument
H A DObjCARCExpand.cpp98 Instruction *Inst = &*I; in runOnFunction() local
H A DObjCARC.h73 static inline const Instruction *getreturnRVOperand(const Instruction &Inst, in getreturnRVOperand() argument
H A DObjCARCAPElim.cpp96 Instruction *Inst = &*I++; in OptimizeBB() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
H A DSupport.h30 const T &Inst; member in llvm::mca::InstructionError

Completed in 12 milliseconds

12345678910