/llvm-project/mlir/python/mlir/dialects/transform/ |
H A D | gpu.py | 28 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 D | RISCVTargetStreamer.cpp | 47 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 D | RISCVELFStreamer.cpp | 63 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 D | CSKYTargetStreamer.cpp | 128 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 D | CSKYELFStreamer.h | 35 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 D | CSKYELFStreamer.cpp | 72 emitAttribute(unsigned Attribute,unsigned Value) emitAttribute() argument 76 emitTextAttribute(unsigned Attribute,StringRef String) emitTextAttribute() argument
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIEHash.cpp | 129 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 D | DwarfUnit.cpp | 214 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 D | CodeComplete.h | 17 class Attribute; variable
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | HexagonAttributeParser.h | 18 HexagonAttrs::AttrType Attribute; member
|
H A D | MSP430AttributeParser.h | 23 MSP430Attrs::AttrType Attribute; member
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | TypeUtilities.h | 21 class Attribute; variable
|
/llvm-project/mlir/include/mlir/Conversion/NVGPUToNVVM/ |
H A D | NVGPUToNVVM.h | 15 class Attribute; variable
|
/llvm-project/mlir/include/mlir/Interfaces/ |
H A D | FoldInterfaces.h | 16 class Attribute; variable
|
/llvm-project/bolt/include/bolt/Core/ |
H A D | DIEBuilder.h | 360 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 D | SingleWorkItemBarrierCheck.cpp | 56 const auto *Attribute = MatchedDecl->getAttr<ReqdWorkGroupSizeAttr>(); in check() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 51 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 D | MCSPIRVStreamer.h | 33 bool emitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute) override { in emitSymbolAttribute()
|
H A D | MCGOFFStreamer.h | 27 bool emitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute) override { in emitSymbolAttribute()
|
/llvm-project/mlir/python/mlir/dialects/ |
H A D | builtin.py | 36 attrs: Optional[Dict[str, Attribute]] = None, argument
|
H A D | arith.py | 49 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 D | ObjCPropertyAttributeOrderFixer.cpp | 33 StringRef Attribute; // eg, `readwrite` member 71 const StringRef Attribute{Tok->TokenText}; in sortPropertyAttributes() local
|
/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMTargetStreamer.cpp | 105 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 D | RecordStreamer.cpp | 37 MCSymbolAttr Attribute) { in markGlobal() 95 MCSymbolAttr Attribute) { in emitSymbolAttribute()
|
/llvm-project/clang/docs/ |
H A D | HardwareAssistedAddressSanitizerDesign.rst | 221 Attribute section in Instrumentation
|