/llvm-project/mlir/utils/spirv/ |
H A D | gen_spirv_dialect.py | 469 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 D | InstIterator.h | 133 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 D | LLVMTranslationInterface.h | 57 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 D | code-format-helper.py | 71 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 D | TestFromLLVMIRTranslation.cpp | 35 static unsigned instructions[] = {llvm::Instruction::Load}; in getSupportedInstructionsImpl() local
|
H A D | TestToLLVMIRTranslation.cpp | 51 Operation *op, ArrayRef<llvm::Instruction *> instructions, in amendOperation()
|
/llvm-project/llvm/utils/ |
H A D | llvm-mca-compare.py | 17 instructions, argument
|
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/ROCDL/ |
H A D | ROCDLToLLVMIRTranslation.cpp | 81 amendOperation(Operation * op,ArrayRef<llvm::Instruction * > instructions,NamedAttribute attribute,LLVM::ModuleTranslation & moduleTranslation) const amendOperation() argument
|
/llvm-project/llvm/docs/ |
H A D | Passes.rst | 519 passes-aggressive-instcombine``instcombine``: Combine redundant instructions global() argument 998 passes-verify``instnamer``: Assign names to anonymous instructions global() argument [all...] |
H A D | ProgrammersManual.rst | 3067 schanges_deleting_subReplacing individual instructions global() argument [all...] |
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/NVVM/ |
H A D | NVVMToLLVMIRTranslation.cpp | 144 amendOperation(Operation * op,ArrayRef<llvm::Instruction * > instructions,NamedAttribute attribute,LLVM::ModuleTranslation & moduleTranslation) const amendOperation() argument
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRCanonicalizerPass.cpp | 87 rescheduleLexographically(std::vector<MachineInstr *> instructions, in rescheduleLexographically() argument
|
/llvm-project/lldb/source/Target/ |
H A D | ThreadPlanStepRange.cpp | 326 InstructionList *instructions = SetNextBranchBreakpoint() local
|
/llvm-project/llvm/test/CodeGen/NVPTX/ |
H A D | surf-tex.py | 1104 intrinsics, instructions = read_gen_list(args.gen_list) global() variable [all...] |
/llvm-project/bolt/include/bolt/Core/ |
H A D | BinaryBasicBlock.h | 272 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 D | symbolication.py | 643 def disassemble_instructions( argument
|
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
H A D | ScriptInterpreterLua.cpp | 58 const char *instructions = nullptr; in IOHandlerActivated() local
|
/llvm-project/libunwind/src/ |
H A D | DwarfParser.hpp | 428 pint_t instructions; parseFDEInstructions() member
|
H A D | UnwindCursor.hpp | 2708 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 D | X86DomainReassignment.cpp | 344 ArrayRef<MachineInstr *> instructions() const { instructions() function in __anonec12a15c0111::Closure [all...] |
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTIL.h | 1564 InstrArray &instructions() { return Instrs; } instructions() function 1565 const InstrArray &instructions() const { return Instrs; } instructions() function
|
/llvm-project/mlir/lib/Target/LLVMIR/ |
H A D | ModuleTranslation.cpp | 1387 convertDialectAttributes(Operation * op,ArrayRef<llvm::Instruction * > instructions) convertDialectAttributes() argument [all...] |
/llvm-project/lldb/tools/lldb-dap/ |
H A D | lldb-dap.cpp | 3921 llvm::json::Array instructions; request_disassemble() local [all...] |
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptInterpreterPython.cpp | 494 const char *instructions = nullptr; IOHandlerActivated() local
|
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenMP/ |
H A D | OpenMPToLLVMIRTranslation.cpp | 3466 amendOperation(Operation * op,ArrayRef<llvm::Instruction * > instructions,NamedAttribute attribute,LLVM::ModuleTranslation & moduleTranslation) const amendOperation() argument
|