Home
last modified time | relevance | path

Searched refs:Prefixed (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/mlir/utils/vim/syntax/
H A Dmlir.vim91 " Prefixed identifiers usually used for ssa values and symbols.
94 " Prefixed identifiers usually used for blocks.
97 " Prefixed identifiers usually used for types.
100 " Prefixed identifiers usually used for attribute aliases and result numbers.
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DDialect.h102 enum class EmitPrefix { Raw = 0, Prefixed = 1, Both = 2 }; enumerator
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Async/IR/
H A DAsyncDialect.td42 // TODO: Prefixed form overlaps with generated names, update before flipping.
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dalignlongjumptest.mir11 # when we have prefixed instructions that may require alignment. Prefixed
/llvm-project-15.0.7/mlir/include/mlir/Dialect/PDL/IR/
H A DPDLDialect.td73 // FIXME: Prefixed accessors overlap with builtin Operation members. Flip
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h70 Prefixed = 0x1 << (NewDef_Shift+1) enumerator
295 return get(Opcode).TSFlags & PPCII::Prefixed; in isPrefixed()
H A DPPCInstrP10.td138 bits<1> Prefixed = 1; // This is a prefixed instruction.
139 let TSFlags{7} = Prefixed;
2218 // Prefixed fpext to v2f64
H A DPPCInstrFormats.td45 bits<1> Prefixed = 0;
46 let TSFlags{7} = Prefixed;
H A DPPCInstrInfo.td3265 // Prefixed instructions may require access to the above defs at a later