Home
last modified time | relevance | path

Searched refs:InstInfo (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/program/
H A Dprog_instruction.c94 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()
191 return InstInfo[opcode].Name; in _mesa_opcode_string()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DADCE.cpp100 /// holds the value &InstInfo[Terminator]
129 DenseMap<Instruction *, InstInfoType> InstInfo; member in __anon25090::AggressiveDeadCodeElimination
130 bool isLive(Instruction *I) { return InstInfo[I].Live; } in isLive()
224 // instructions to size the InstInfo hash table. in initialize()
234 InstInfo.reserve(NumInsts); in initialize()
237 InstInfo[&I].Block = &BBInfo.second; in initialize()
239 // Since BlockInfoVec holds pointers into InstInfo and vice-versa, we may not in initialize()
242 BBInfo.second.TerminatorLiveInfo = &InstInfo[BBInfo.second.Terminator]; in initialize()
379 auto &Info = InstInfo[I]; in markLive()
577 InstInfo[Inf in updateDeadRegions()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp72 ParseInstructionInfo *InstInfo; member in __anon24885::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 in MatchAndEmitIntelInstruction()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp230 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()

Completed in 10 milliseconds