Searched refs:InstInfo (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/mesa/program/ |
D | prog_instruction.c | 94 static const struct instruction_info InstInfo[MAX_OPCODE] = { variable 165 assert(opcode == InstInfo[opcode].Opcode); in _mesa_num_inst_src_regs() 166 assert(OPCODE_XPD == InstInfo[OPCODE_XPD].Opcode); in _mesa_num_inst_src_regs() 167 return InstInfo[opcode].NumSrcRegs; in _mesa_num_inst_src_regs() 178 assert(opcode == InstInfo[opcode].Opcode); in _mesa_num_inst_dst_regs() 179 assert(OPCODE_XPD == InstInfo[OPCODE_XPD].Opcode); in _mesa_num_inst_dst_regs() 180 return InstInfo[opcode].NumDstRegs; in _mesa_num_inst_dst_regs() 252 return InstInfo[opcode].Name; in _mesa_opcode_string()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | ADCE.cpp | 129 DenseMap<Instruction *, InstInfoType> InstInfo; member in __anonfc53962c0111::AggressiveDeadCodeElimination 130 bool isLive(Instruction *I) { return InstInfo[I].Live; } in isLive() 234 InstInfo.reserve(NumInsts); in initialize() 237 InstInfo[&I].Block = &BBInfo.second; in initialize() 242 BBInfo.second.TerminatorLiveInfo = &InstInfo[BBInfo.second.Terminator]; in initialize() 379 auto &Info = InstInfo[I]; in markLive() 577 InstInfo[Info.Terminator].Live = true; in updateDeadRegions() 659 InstInfo[PredTerm].Live = true; in makeUnconditional() 666 InstInfo[NewTerm].Live = true; in makeUnconditional() 670 InstInfo.erase(PredTerm); in makeUnconditional()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 72 ParseInstructionInfo *InstInfo; member in __anond0e970780111::X86AsmParser 1016 : MCTargetAsmParser(Options, sti, mii), InstInfo(nullptr), in X86AsmParser() 1418 InstInfo->AsmRewrites->emplace_back(AOK_SizeDirective, Start, in CreateMemForInlineAsm() 1659 InstInfo->AsmRewrites->emplace_back(AOK_Skip, Start, Len); in RewriteIntelExpression() 1666 InstInfo->AsmRewrites->emplace_back(AOK_Skip, Loc, ExprLen); in RewriteIntelExpression() 1683 InstInfo->AsmRewrites->emplace_back(Loc, ExprLen, Expr); in RewriteIntelExpression() 1725 InstInfo->AsmRewrites->emplace_back(AOK_Label, Loc, Identifier.size(), in ParseIntelInlineAsmIdentifier() 2407 InstInfo = &Info; in ParseInstruction() 2466 InstInfo->AsmRewrites->emplace_back(AOK_Skip, NameEndLoc, in ParseInstruction() 3546 InstInfo->AsmRewrites->emplace_back( in MatchAndEmitIntelInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 230 struct InstInfo { struct 236 SmallVector<InstInfo, 4> Insts; 240 InstInfo Info = {I, SPAdjust, BeforeFPSet}; in addInst() 246 llvm::find_if(Insts, [&](InstInfo &Info) { return Info.I == I; }); in addExtraBytes()
|