/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
H A D | CodeEmitter.cpp | 25 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 D | RISCVMatInt.h | 20 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 D | MCInstrAnalysis.cpp | 26 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 D | MCAsmInfo.cpp | 73 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 D | MCCodeEmitter.h | 37 virtual void emitPrefix(const MCInst &Inst, raw_ostream &OS, in emitPrefix() argument
|
H A D | MCInstBuilder.h | 22 MCInst Inst; member in llvm::MCInstBuilder
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_variable.h | 48 struct rc_instruction * Inst; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/ |
H A D | MCDisassembler.cpp | 27 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 D | EntryStage.cpp | 36 std::unique_ptr<Instruction> Inst = std::make_unique<Instruction>(SR.second); in getNextInstruction() local
|
H A D | RetireStage.cpp | 53 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 D | IndirectCallPromotionAnalysis.cpp | 70 getProfitablePromotionCandidates( const Instruction *Inst, uint32_t NumVals, uint64_t TotalCount) getProfitablePromotionCandidates() argument
|
H A D | InstructionPrecedenceTracking.cpp | 103 void InstructionPrecedenceTracking::insertInstructionTo(const Instruction *Inst, in insertInstructionTo() argument 110 void InstructionPrecedenceTracking::removeInstruction(const Instruction *Inst) { in removeInstruction() argument
|
H A D | OrderedBasicBlock.cpp | 36 const Instruction *Inst = nullptr; in comesBefore() local
|
H A D | CostModel.cpp | 109 OS << " for instruction: " << Inst << "\n"; in print() local
|
H A D | Delinearization.cpp | 75 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 D | VPlanTransforms.cpp | 50 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 D | AArch64TargetStreamer.cpp | 43 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 D | MipsAnalyzeImmediate.h | 19 struct Inst { struct in llvm::MipsAnalyzeImmediate
|
H A D | MipsOs16.cpp | 79 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 D | WebAssemblyOptimizeReturned.cpp | 61 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 D | DependencyAnalysis.h | 79 static inline bool CanDecrementRefCount(const Instruction *Inst, in CanDecrementRefCount() argument
|
H A D | ObjCARCExpand.cpp | 98 Instruction *Inst = &*I; in runOnFunction() local
|
H A D | ObjCARC.h | 73 static inline const Instruction *getreturnRVOperand(const Instruction &Inst, in getreturnRVOperand() argument
|
H A D | ObjCARCAPElim.cpp | 96 Instruction *Inst = &*I++; in OptimizeBB() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/ |
H A D | Support.h | 30 const T &Inst; member in llvm::mca::InstructionError
|