Home
last modified time | relevance | path

Searched defs:KindID (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h43 unsigned char KindID; ///< Holds the AttrEntryKind of the attribute variable
55 AttributeImpl(AttrEntryKind KindID) : KindID(KindID) {} in AttributeImpl()
H A DMetadata.cpp1458 unsigned KindID = getContext().getMDKindID(Kind); in getMetadata() local
1468 void Value::getMetadata(unsigned KindID, SmallVectorImpl<MDNode *> &MDs) const { in getMetadata()
1488 void Value::setMetadata(unsigned KindID, MDNode *Node) { in setMetadata()
1522 void Value::addMetadata(unsigned KindID, MDNode &MD) { in addMetadata()
1533 bool Value::eraseMetadata(unsigned KindID) { in eraseMetadata()
1577 unsigned KindID = Ctx.getMDKindID(Kind); in getMetadataImpl() local
1636 void Instruction::setMetadata(unsigned KindID, MDNode *Node) { in setMetadata()
H A DCore.cpp157 LLVMAttributeRef LLVMCreateEnumAttribute(LLVMContextRef C, unsigned KindID, in LLVMCreateEnumAttribute()
175 LLVMAttributeRef LLVMCreateTypeAttribute(LLVMContextRef C, unsigned KindID, in LLVMCreateTypeAttribute()
188 unsigned KindID, in LLVMCreateConstantRangeAttribute()
1077 LLVMValueRef LLVMGetMetadata(LLVMValueRef Inst, unsigned KindID) { in LLVMGetMetadata()
1099 void LLVMSetMetadata(LLVMValueRef Inst, unsigned KindID, LLVMValueRef Val) { in LLVMSetMetadata()
2578 unsigned KindID) { in LLVMGetEnumAttributeAtIndex()
2591 unsigned KindID) { in LLVMRemoveEnumAttributeAtIndex()
3014 unsigned KindID) { in LLVMGetCallSiteEnumAttribute()
3027 unsigned KindID) { in LLVMRemoveCallSiteEnumAttribute()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCloneDetection.h348 size_t KindID; member
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h589 hasMetadata(unsigned KindID) hasMetadata() argument
[all...]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp2084 unsigned KindID = OperandConversionKinds.size(); in emitConvertFuncs() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp5913 MDString *KindID = dyn_cast<MDString>(Op->getOperand(1)); in getDeviceKernels() local