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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp75 struct OpCodes { struct in namespace:__anon2498
76 OpCodes(unsigned WideOpc, unsigned NarrowOpc) function in struct:__anon2498::OpCodes
92 struct OpCodes Ops; ///< All relevant OpCodes
96 ReduceEntry(enum ReduceType RType, struct OpCodes Op,
211 // ReduceType, OpCodes, ReduceFunction,
214 {RT_OneInstr, OpCodes(Mips::ADDiu, Mips::ADDIUR1SP_MM),
216 {RT_OneInstr, OpCodes(Mips::ADDiu, Mips::ADDIUSP_MM), ReduceADDIUToADDIUSP,
218 {RT_OneInstr, OpCodes(Mips::ADDiu_MM, Mips::ADDIUR1SP_MM),
220 {RT_OneInstr, OpCodes(Mip
[all...]
/freebsd-current/crypto/openssh/
H A Dreadconf.c183 } OpCodes; typedef in typeref:enum:__anon5
189 OpCodes opcode;
336 static const char *lookup_opcode_name(OpCodes code);
876 static OpCodes
3354 fmt_intarg(OpCodes code, int val)
3395 lookup_opcode_name(OpCodes code)
3406 dump_cfg_int(OpCodes code, int val)
3422 dump_cfg_fmtint(OpCodes code, int val)
3428 dump_cfg_string(OpCodes code, const char *val)
3436 dump_cfg_strarray(OpCodes cod
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h51 InstructionCost getRISCVInstructionCost(ArrayRef<unsigned> OpCodes, MVT VT,
H A DRISCVTargetTransformInfo.cpp38 RISCVTTIImpl::getRISCVInstructionCost(ArrayRef<unsigned> OpCodes, MVT VT, argument
43 size_t NumInstr = OpCodes.size();
50 for (auto Op : OpCodes) {

Completed in 188 milliseconds