Home
last modified time | relevance | path

Searched defs:instructions (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/mlir/utils/spirv/
H A Dgen_spirv_dialect.py428 def gen_opcode(instructions): argument
462 def map_cap_to_opnames(instructions): argument
482 def gen_instr_coverage_report(path, instructions): argument
532 def update_td_opcodes(path, instructions, filter_list): argument
923 def update_td_op_definitions(path, instructions, docs, filter_list, argument
1055 operand_kinds, instructions = get_spirv_grammar_from_json_spec(ext_json_url) variable
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstIterator.h133 inline inst_range instructions(Function *F) { in instructions() function
142 inline const_inst_range instructions(const Function *F) { in instructions() function
147 inline inst_range instructions(Function &F) { in instructions() function
156 inline const_inst_range instructions(const Function &F) { in instructions() function
/llvm-project-15.0.7/llvm/utils/
H A Dllvm-mca-compare.py17 instructions, argument
/llvm-project-15.0.7/llvm/docs/
H A DPasses.rst642 .. _passes-aggressive-instcombine:
1164 .. _passes-verify:
H A DProgrammersManual.rst2961 .. _schanges_deleting_sub:
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadPlanStepRange.cpp325 InstructionList *instructions = in SetNextBranchBreakpoint() local
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMIRCanonicalizerPass.cpp87 rescheduleLexographically(std::vector<MachineInstr *> instructions, in rescheduleLexographically()
/llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/
H A Dsurf-tex.py1021 intrinsics, instructions = read_gen_list(args.gen_list) variable
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryBasicBlock.h279 inline iterator_range<iterator> instructions() { in instructions() function
283 inline iterator_range<const_iterator> instructions() const { in instructions() function
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp58 const char *instructions = nullptr; in IOHandlerActivated() local
/llvm-project-15.0.7/lldb/examples/python/
H A Dsymbolication.py571 def disassemble_instructions( argument
/llvm-project-15.0.7/libunwind/src/
H A DDwarfParser.hpp423 pint_t instructions; in parseFDEInstructions() member
H A DUnwindCursor.hpp2637 uint32_t instructions[2]; in setInfoForSigReturn() local
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp345 ArrayRef<MachineInstr *> instructions() const { in instructions() function in __anonc7e7f4590111::Closure
/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1557 InstrArray &instructions() { return Instrs; } in instructions() function
1558 const InstrArray &instructions() const { return Instrs; } in instructions() function
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp473 const char *instructions = nullptr; in IOHandlerActivated() local