Searched defs:KindID (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/lib/IR/ |
H A D | AttributeImpl.h | 43 unsigned char KindID; ///< Holds the AttrEntryKind of the attribute variable 55 AttributeImpl(AttrEntryKind KindID) : KindID(KindID) {} in AttributeImpl() argument [all...] |
H A D | Metadata.cpp | 1457 unsigned KindID = getContext().getMDKindID(Kind); getMetadata() local 1467 getMetadata(unsigned KindID,SmallVectorImpl<MDNode * > & MDs) const getMetadata() argument 1487 setMetadata(unsigned KindID,MDNode * Node) setMetadata() argument 1521 addMetadata(unsigned KindID,MDNode & MD) addMetadata() argument 1532 eraseMetadata(unsigned KindID) eraseMetadata() argument 1576 unsigned KindID = Ctx.getMDKindID(Kind); getMetadataImpl() local 1635 setMetadata(unsigned KindID,MDNode * Node) setMetadata() argument [all...] |
H A D | Core.cpp | 157 LLVMCreateEnumAttribute(LLVMContextRef C,unsigned KindID,uint64_t Val) LLVMCreateEnumAttribute() argument 175 LLVMCreateTypeAttribute(LLVMContextRef C,unsigned KindID,LLVMTypeRef type_ref) LLVMCreateTypeAttribute() argument 188 LLVMCreateConstantRangeAttribute(LLVMContextRef C,unsigned KindID,unsigned NumBits,const uint64_t LowerWords[],const uint64_t UpperWords[]) LLVMCreateConstantRangeAttribute() argument 1061 LLVMGetMetadata(LLVMValueRef Inst,unsigned KindID) LLVMGetMetadata() argument 1083 LLVMSetMetadata(LLVMValueRef Inst,unsigned KindID,LLVMValueRef Val) LLVMSetMetadata() argument 2517 LLVMGetEnumAttributeAtIndex(LLVMValueRef F,LLVMAttributeIndex Idx,unsigned KindID) LLVMGetEnumAttributeAtIndex() argument 2530 LLVMRemoveEnumAttributeAtIndex(LLVMValueRef F,LLVMAttributeIndex Idx,unsigned KindID) LLVMRemoveEnumAttributeAtIndex() argument 2953 LLVMGetCallSiteEnumAttribute(LLVMValueRef C,LLVMAttributeIndex Idx,unsigned KindID) LLVMGetCallSiteEnumAttribute() argument 2966 LLVMRemoveCallSiteEnumAttribute(LLVMValueRef C,LLVMAttributeIndex Idx,unsigned KindID) LLVMRemoveCallSiteEnumAttribute() argument [all...] |
/llvm-project/llvm/include/llvm/IR/ |
H A D | Value.h | 565 MDNode *getMetadata(unsigned KindID) const { in getMetadata() argument 593 bool hasMetadata(unsigned KindID) const { in hasMetadata() argument [all...] |
/llvm-project/clang/include/clang/Analysis/ |
H A D | CloneDetection.h | 348 size_t KindID; member
|
/llvm-project/llvm/utils/TableGen/ |
H A D | AsmMatcherEmitter.cpp | 2084 unsigned KindID = OperandConversionKinds.size(); emitConvertFuncs() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 5915 MDString *KindID = dyn_cast<MDString>(Op->getOperand(1)); getDeviceKernels() local
|