Home
last modified time | relevance | path

Searched refs:insts (Results 1 – 25 of 29) sorted by relevance

12

/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DBuiltinsAMDGPU.def176 TARGET_BUILTIN(__builtin_amdgcn_s_dcache_inv_vol, "v", "n", "ci-insts")
177 TARGET_BUILTIN(__builtin_amdgcn_buffer_wbinvl1_vol, "v", "n", "ci-insts")
178 TARGET_BUILTIN(__builtin_amdgcn_ds_gws_sema_release_all, "vUi", "n", "ci-insts")
193 TARGET_BUILTIN(__builtin_amdgcn_div_fixuph, "hhhh", "nc", "16-bit-insts")
194 TARGET_BUILTIN(__builtin_amdgcn_rcph, "hh", "nc", "16-bit-insts")
195 TARGET_BUILTIN(__builtin_amdgcn_sqrth, "hh", "nc", "16-bit-insts")
196 TARGET_BUILTIN(__builtin_amdgcn_rsqh, "hh", "nc", "16-bit-insts")
197 TARGET_BUILTIN(__builtin_amdgcn_sinh, "hh", "nc", "16-bit-insts")
198 TARGET_BUILTIN(__builtin_amdgcn_cosh, "hh", "nc", "16-bit-insts")
199 TARGET_BUILTIN(__builtin_amdgcn_ldexph, "hhi", "nc", "16-bit-insts")
[all …]
/openbsd/src/gnu/llvm/lldb/examples/python/
Ddisasm.py16 def disassemble_instructions(insts): argument
17 for i in insts:
85 insts = function.GetInstructions(target) variable
86 disassemble_instructions(insts)
97 insts = symbol.GetInstructions(target) variable
98 disassemble_instructions(insts)
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPU.td71 def FeatureFlatGlobalInsts : SubtargetFeature<"flat-global-insts",
77 def FeatureFlatScratchInsts : SubtargetFeature<"flat-scratch-insts",
83 def FeatureScalarFlatScratchInsts : SubtargetFeature<"scalar-flat-scratch-insts",
95 def FeatureAddNoCarryInsts : SubtargetFeature<"add-no-carry-insts",
131 def FeatureMadMixInsts : SubtargetFeature<"mad-mix-insts",
137 def FeatureFmaMixInsts : SubtargetFeature<"fma-mix-insts",
304 def FeatureCIInsts : SubtargetFeature<"ci-insts",
310 def FeatureGFX8Insts : SubtargetFeature<"gfx8-insts",
316 def FeatureGFX9Insts : SubtargetFeature<"gfx9-insts",
322 def FeatureGFX90AInsts : SubtargetFeature<"gfx90a-insts",
[all …]
DVOPInstructions.td36 // First 13 insts from VOPDY are also VOPDX. DOT2ACC_F32_BF16 is omitted
DVOP3PInstructions.td23 // Used for FMA_MIX* and MAD_MIX* insts
DSOPInstructions.td2071 //relaxation for insts with no operands not implemented
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.h215 packet_range insts(HexagonPacket &P) { in insts() function
218 const_packet_range insts(HexagonPacket const &P) const { in insts() function
221 packet_range insts() { return make_range(begin(), end()); } in insts() function
222 const_packet_range insts() const { return make_range(cbegin(), cend()); } in insts() function
227 return llvm::any_of(insts(), [&](HexagonInstr const &I) { in HasInstWith()
DHexagonShuffler.cpp198 for (HexagonInstr &ISJ : insts()) { in restrictSlot1AOK()
230 for (HexagonInstr &ISJ : insts()) { in restrictNoSlot1Store()
312 for (HexagonInstr &ISJ : insts()) { in permitNonSlot()
409 llvm::none_of(insts(), [&](HexagonInstr const &I) { in restrictStoreLoadOrder()
588 const bool HasOnlySlot3 = llvm::any_of(insts(), [&](HexagonInstr const &I) { in restrictPreferSlot3()
634 llvm::all_of(insts(PacketResult), [&AuctionCore](HexagonInstr const &I) { in tryAuction()
641 for (HexagonInstr const &ISJ : insts(PacketResult)) in tryAuction()
690 for (HexagonInstr const &ISJ : insts()) { in shuffle()
716 for (HexagonInstr const &I : insts()) { in reportResourceUsage()
/openbsd/src/gnu/llvm/llvm/utils/
Dshuffle_select_fuzz_tester.py288 insts = []
302 insts.append(shuf_inst)
317 insts.append(select_inst)
327 return insts
359 insts = gen_insts(inputs, ty)
365 insts_str = ''.join([inst.dump() for inst in insts])
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-tic4x.c1345 static tic4x_inst_t *insts = NULL; local
1349 if (insts == NULL)
1354 insts = (tic4x_inst_t *)
1357 insts[index].name = names;
1358 insts[index].opcode = opcode;
1359 insts[index].opmask = 0xffffffff;
1360 insts[index].args = args;
1368 return &insts[index - 1];
1373 tic4x_inst_add (insts) in tic4x_inst_add() argument
1374 tic4x_inst_t *insts; in tic4x_inst_add()
[all …]
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-tic4x.c1345 static tic4x_inst_t *insts = NULL; local
1349 if (insts == NULL)
1354 insts = (tic4x_inst_t *)
1357 insts[index].name = names;
1358 insts[index].opcode = opcode;
1359 insts[index].opmask = 0xffffffff;
1360 insts[index].args = args;
1368 return &insts[index - 1];
1373 tic4x_inst_add (insts) in tic4x_inst_add() argument
1374 tic4x_inst_t *insts; in tic4x_inst_add()
[all …]
/openbsd/src/gnu/llvm/lldb/tools/lldb-vscode/
DJSONUtils.cpp622 lldb::SBInstructionList insts; in CreateSource() local
634 insts = function.GetInstructions(g_vsc.target); in CreateSource()
647 insts = symbol.GetInstructions(g_vsc.target); in CreateSource()
651 const auto num_insts = insts.GetSize(); in CreateSource()
658 lldb::SBInstruction inst = insts.GetInstructionAtIndex(i); in CreateSource()
/openbsd/src/gnu/llvm/llvm/lib/Passes/
DPassRegistry.def455 "no-hoist-common-insts;hoist-common-insts;"
456 "no-sink-common-insts;sink-common-insts;"
/openbsd/src/gnu/llvm/lldb/utils/lui/
Dlldbutil.py56 insts = function_or_symbol.GetInstructions(target)
57 for i in insts:
/openbsd/src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
Dlldbutil.py112 insts = function_or_symbol.GetInstructions(target)
113 for i in insts:
/openbsd/src/gnu/llvm/lldb/docs/use/
Dpython-reference.rst778 def disassemble_instructions(insts):
779 for i in insts:
830 insts = function.GetInstructions(target)
831 disassemble_instructions (insts)
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DAttributes.td148 /// Disable implicit floating point insts.
/openbsd/src/gnu/llvm/llvm/lib/AsmParser/
DLLLexer.cpp712 KEYWORD(insts); in LexIdentifier()
/openbsd/src/gnu/llvm/lldb/source/Core/
DIOHandlerCursesGUI.cpp7108 InstructionList &insts = m_disassembly_sp->GetInstructionList(); in WindowDelegateDraw() local
7115 ? insts.GetIndexOfInstructionAtAddress(pc_address) in WindowDelegateDraw()
7133 Instruction *inst = insts.GetInstructionAtIndex(inst_idx).get(); in WindowDelegateDraw()
/openbsd/src/sys/lib/libkern/arch/hppa/
Dmilli.S1079 ;16 insts before this.
1593 ;1040 insts before this.
/openbsd/src/gnu/llvm/llvm/docs/
DProgrammersManual.rst1299 2817 raise - Number of insts DCEd or constprop'd
1315 434 instcombine - Number of insts combined
1316 248 licm - Number of load insts hoisted
1317 1298 licm - Number of insts hoisted to a loop pre-header
1318 3 licm - Number of insts hoisted to multiple loop preds (bad, no loop pre-header)
DPasses.rst1183 #. All basic blocks should only end with terminator insts, not contain them.
/openbsd/src/gnu/gcc/gcc/cp/
Dparser.c16217 VEC(tree,gc) *insts; in cp_parser_late_parsing_default_args()
16243 for (insts = DEFARG_INSTANTIATIONS (default_arg), ix = 0; in cp_parser_late_parsing_default_args()
16244 VEC_iterate (tree, insts, ix, copy); ix++) in cp_parser_late_parsing_default_args()
/openbsd/src/gnu/usr.bin/binutils/gdb/
DChangeLog-1995996 insts, plr, and tlr.
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMInstrInfo.td5918 // These are pseudo-instructions and are lowered to individual MC-insts, so

12