Home
last modified time | relevance | path

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

/llvm-project/mlir/utils/spirv/
H A Dgen_spirv_dialect.py469 gen_opcode(instructions) global() argument
506 map_cap_to_opnames(instructions) global() argument
527 gen_instr_coverage_report(path, instructions) global() argument
579 update_td_opcodes(path, instructions, filter_list) global() argument
1006 update_td_op_definitions( path, instructions, docs, filter_list, inst_category, capability_mapping, settings ) global() argument
1154 operand_kinds, instructions = get_spirv_grammar_from_json_spec(ext_json_url) global() variable
[all...]
/llvm-project/llvm/include/llvm/IR/
H A DInstIterator.h133 inline inst_range instructions(Function *F) { instructions() function
142 inline const_inst_range instructions(const Function *F) { instructions() function
147 inline inst_range instructions(Function &F) { instructions() function
156 inline const_inst_range instructions(const Function &F) { instructions() function
/llvm-project/mlir/include/mlir/Target/LLVMIR/
H A DLLVMTranslationInterface.h57 amendOperation(Operation *op, ArrayRef<llvm::Instruction *> instructions, in amendOperation()
94 amendOperation(Operation *op, ArrayRef<llvm::Instruction *> instructions, in amendOperation()
/llvm-project/llvm/utils/git/
H A Dcode-format-helper.py71 def instructions(self) -> str: global() member in FormatHelper
177 def instructions(self) -> str: global() member in ClangFormatHelper
244 def instructions(self) -> str: global() member in DarkerFormatHelper
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestFromLLVMIRTranslation.cpp35 static unsigned instructions[] = {llvm::Instruction::Load}; in getSupportedInstructionsImpl() local
H A DTestToLLVMIRTranslation.cpp51 Operation *op, ArrayRef<llvm::Instruction *> instructions, in amendOperation()
/llvm-project/llvm/utils/
H A Dllvm-mca-compare.py17 instructions, argument
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/ROCDL/
H A DROCDLToLLVMIRTranslation.cpp81 amendOperation(Operation * op,ArrayRef<llvm::Instruction * > instructions,NamedAttribute attribute,LLVM::ModuleTranslation & moduleTranslation) const amendOperation() argument
/llvm-project/llvm/docs/
H A DPasses.rst519 passes-aggressive-instcombine``instcombine``: Combine redundant instructions global() argument
998 passes-verify``instnamer``: Assign names to anonymous instructions global() argument
[all...]
H A DProgrammersManual.rst3067 schanges_deleting_subReplacing individual instructions global() argument
[all...]
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/NVVM/
H A DNVVMToLLVMIRTranslation.cpp144 amendOperation(Operation * op,ArrayRef<llvm::Instruction * > instructions,NamedAttribute attribute,LLVM::ModuleTranslation & moduleTranslation) const amendOperation() argument
/llvm-project/llvm/lib/CodeGen/
H A DMIRCanonicalizerPass.cpp87 rescheduleLexographically(std::vector<MachineInstr *> instructions, in rescheduleLexographically() argument
/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp326 InstructionList *instructions = SetNextBranchBreakpoint() local
/llvm-project/llvm/test/CodeGen/NVPTX/
H A Dsurf-tex.py1104 intrinsics, instructions = read_gen_list(args.gen_list) global() variable
[all...]
/llvm-project/bolt/include/bolt/Core/
H A DBinaryBasicBlock.h272 inline iterator_range<iterator> instructions() { instructions() function
276 inline iterator_range<const_iterator> instructions() const { instructions() function
[all...]
/llvm-project/lldb/examples/python/
H A Dsymbolication.py643 def disassemble_instructions( argument
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp58 const char *instructions = nullptr; in IOHandlerActivated() local
/llvm-project/libunwind/src/
H A DDwarfParser.hpp428 pint_t instructions; parseFDEInstructions() member
H A DUnwindCursor.hpp2708 auto *instructions = reinterpret_cast<const uint32_t *>(pc); setInfoForSigReturn() local
2763 const auto *instructions = reinterpret_cast<const uint32_t *>(pc); setInfoForSigReturn() local
[all...]
/llvm-project/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp344 ArrayRef<MachineInstr *> instructions() const { instructions() function in __anonec12a15c0111::Closure
[all...]
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1564 InstrArray &instructions() { return Instrs; } instructions() function
1565 const InstrArray &instructions() const { return Instrs; } instructions() function
/llvm-project/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp1387 convertDialectAttributes(Operation * op,ArrayRef<llvm::Instruction * > instructions) convertDialectAttributes() argument
[all...]
/llvm-project/lldb/tools/lldb-dap/
H A Dlldb-dap.cpp3921 llvm::json::Array instructions; request_disassemble() local
[all...]
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp494 const char *instructions = nullptr; IOHandlerActivated() local
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp3466 amendOperation(Operation * op,ArrayRef<llvm::Instruction * > instructions,NamedAttribute attribute,LLVM::ModuleTranslation & moduleTranslation) const amendOperation() argument