Home
last modified time | relevance | path

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

1234

/llvm-project/mlir/python/mlir/dialects/transform/
H A Dgpu.py28 grid_dims: Optional[Union[Sequence[int], Attribute]] = None, argument
40 grid_dims: Optional[Union[Sequence[int], Attribute]] = None, argument
52 grid_dims: Optional[Union[Sequence[int], Attribute]] = None, argument
110 block_dims: Optional[Union[Sequence[int], Attribute]] = None, argument
/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVTargetStreamer.cpp47 void RISCVTargetStreamer::emitAttribute(unsigned Attribute, unsigned Value) {} in emitAttribute()
49 void RISCVTargetStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute()
51 void RISCVTargetStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute()
157 void RISCVTargetAsmStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute()
161 void RISCVTargetAsmStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute()
166 void RISCVTargetAsmStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute()
H A DRISCVELFStreamer.cpp63 void RISCVTargetELFStreamer::emitTextAttribute(unsigned Attribute, in emitAttribute() argument
67 emitTextAttribute(unsigned Attribute,StringRef String) emitTextAttribute() argument
72 emitIntTextAttribute(unsigned Attribute,unsigned IntValue,StringRef StringValue) emitIntTextAttribute() argument
/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYTargetStreamer.cpp128 void CSKYTargetStreamer::emitAttribute(unsigned Attribute, unsigned Value) {} in emitAttribute()
129 void CSKYTargetStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute()
133 void CSKYTargetAsmStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute()
137 void CSKYTargetAsmStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute()
H A DCSKYELFStreamer.h35 AttributeItem *getAttributeItem(unsigned Attribute) { in getAttributeItem() argument
42 void setAttributeItem(unsigned Attribute, unsigned Value, in setAttributeItem() argument
57 void setAttributeItem(unsigned Attribute, StringRef Value, in setAttributeItem() argument
72 void setAttributeItems(unsigned Attribute, unsigned IntValue, in setAttributeItems() argument
[all...]
H A DCSKYELFStreamer.cpp72 emitAttribute(unsigned Attribute,unsigned Value) emitAttribute() argument
76 emitTextAttribute(unsigned Attribute,StringRef String) emitTextAttribute() argument
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp129 void DIEHash::hashShallowTypeReference(dwarf::Attribute Attribute, in hashShallowTypeReference()
155 void DIEHash::hashRepeatedTypeReference(dwarf::Attribute Attribute, in hashRepeatedTypeReference()
168 void DIEHash::hashDIEEntry(dwarf::Attribute Attribute, dwarf::Tag Tag, in hashDIEEntry()
249 dwarf::Attribute Attribute = Value.getAttribute(); in hashAttribute() local
H A DDwarfUnit.cpp214 void DwarfUnit::addFlag(DIE &Die, dwarf::Attribute Attribute) { in addFlag() argument
221 void DwarfUnit::addUInt(DIEValueList &Die, dwarf::Attribute Attribute, in addUInt() argument
235 void DwarfUnit::addSInt(DIEValueList &Die, dwarf::Attribute Attribute, in addSInt() argument
247 addString(DIE & Die,dwarf::Attribute Attribute,StringRef String) addString() argument
280 addLabel(DIEValueList & Die,dwarf::Attribute Attribute,dwarf::Form Form,const MCSymbol * Label) addLabel() argument
289 addSectionOffset(DIE & Die,dwarf::Attribute Attribute,uint64_t Integer) addSectionOffset() argument
347 addLabelDelta(DIEValueList & Die,dwarf::Attribute Attribute,const MCSymbol * Hi,const MCSymbol * Lo) addLabelDelta() argument
353 addDIEEntry(DIE & Die,dwarf::Attribute Attribute,DIE & Entry) addDIEEntry() argument
368 addDIEEntry(DIE & Die,dwarf::Attribute Attribute,DIEEntry Entry) addDIEEntry() argument
391 addBlock(DIE & Die,dwarf::Attribute Attribute,DIELoc * Loc) addBlock() argument
397 addBlock(DIE & Die,dwarf::Attribute Attribute,dwarf::Form Form,DIEBlock * Block) addBlock() argument
404 addBlock(DIE & Die,dwarf::Attribute Attribute,DIEBlock * Block) addBlock() argument
669 addType(DIE & Entity,const DIType * Ty,dwarf::Attribute Attribute) addType() argument
1837 addSectionDelta(DIE & Die,dwarf::Attribute Attribute,const MCSymbol * Hi,const MCSymbol * Lo) addSectionDelta() argument
1843 addSectionLabel(DIE & Die,dwarf::Attribute Attribute,const MCSymbol * Label,const MCSymbol * Sec) addSectionLabel() argument
[all...]
/llvm-project/mlir/include/mlir/AsmParser/
H A DCodeComplete.h17 class Attribute; variable
/llvm-project/llvm/include/llvm/Support/
H A DHexagonAttributeParser.h18 HexagonAttrs::AttrType Attribute; member
H A DMSP430AttributeParser.h23 MSP430Attrs::AttrType Attribute; member
/llvm-project/mlir/include/mlir/IR/
H A DTypeUtilities.h21 class Attribute; variable
/llvm-project/mlir/include/mlir/Conversion/NVGPUToNVVM/
H A DNVGPUToNVVM.h15 class Attribute; variable
/llvm-project/mlir/include/mlir/Interfaces/
H A DFoldInterfaces.h16 class Attribute; variable
/llvm-project/bolt/include/bolt/Core/
H A DDIEBuilder.h360 addValue(DIEValueList * Die,dwarf::Attribute Attribute,dwarf::Form Form,T && Value) addValue() argument
367 replaceValue(DIEValueList * Die,dwarf::Attribute Attribute,dwarf::Form Form,T && NewValue) replaceValue() argument
374 replaceValue(DIEValueList * Die,dwarf::Attribute Attribute,dwarf::Attribute NewAttribute,dwarf::Form Form,T && NewValue) replaceValue() argument
381 replaceValue(DIEValueList * Die,dwarf::Attribute Attribute,dwarf::Form Form,DIEValue & NewValue) replaceValue() argument
386 deleteValue(DIEValueList * Die,dwarf::Attribute Attribute) deleteValue() argument
[all...]
/llvm-project/clang-tools-extra/clang-tidy/altera/
H A DSingleWorkItemBarrierCheck.cpp56 const auto *Attribute = MatchedDecl->getAttr<ReqdWorkGroupSizeAttr>(); in check() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h51 dwarf::Attribute Attribute; variable
109 void AddAttribute(dwarf::Attribute Attribute, dwarf::Form Form) { in AddAttribute()
114 void AddImplicitConstAttribute(dwarf::Attribute Attribute, int64_t Value) { in AddImplicitConstAttribute()
385 dwarf::Attribute Attribute = (dwarf::Attribute)0; variable
745 value_iterator addValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in addValue()
752 bool replaceValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in replaceValue()
767 bool replaceValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in replaceValue()
779 bool replaceValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in replaceValue()
791 bool deleteValue(dwarf::Attribute Attribute) { in deleteValue()
/llvm-project/llvm/include/llvm/MC/
H A DMCSPIRVStreamer.h33 bool emitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute) override { in emitSymbolAttribute()
H A DMCGOFFStreamer.h27 bool emitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute) override { in emitSymbolAttribute()
/llvm-project/mlir/python/mlir/dialects/
H A Dbuiltin.py36 attrs: Optional[Dict[str, Attribute]] = None, argument
H A Darith.py49 def __init__(self, value: Attribute, *, loc=None, ip=None):
108 result: Type, value: Union[int, float, Attribute, _array], *, loc=None, ip=None argument
/llvm-project/clang/lib/Format/
H A DObjCPropertyAttributeOrderFixer.cpp33 StringRef Attribute; // eg, `readwrite` member
71 const StringRef Attribute{Tok->TokenText}; in sortPropertyAttributes() local
/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp105 void ARMTargetStreamer::emitAttribute(unsigned Attribute, unsigned Value) {} in emitAttribute() argument
106 void ARMTargetStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() argument
108 void ARMTargetStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() argument
/llvm-project/llvm/lib/Object/
H A DRecordStreamer.cpp37 MCSymbolAttr Attribute) { in markGlobal()
95 MCSymbolAttr Attribute) { in emitSymbolAttribute()
/llvm-project/clang/docs/
H A DHardwareAssistedAddressSanitizerDesign.rst221 Attribute section in Instrumentation

1234