Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributeImpl.h39 unsigned char KindID; ///< Holds the AttrEntryKind of the attribute variable
49 AttributeImpl(AttrEntryKind KindID) : KindID(KindID) {} in AttributeImpl()
DMetadata.cpp1224 void Instruction::setMetadata(unsigned KindID, MDNode *Node) { in setMetadata()
1381 void GlobalObject::getMetadata(unsigned KindID, in getMetadata()
1393 void GlobalObject::addMetadata(unsigned KindID, MDNode &MD) { in addMetadata()
1404 bool GlobalObject::eraseMetadata(unsigned KindID) { in eraseMetadata()
1433 void GlobalObject::setMetadata(unsigned KindID, MDNode *N) { in setMetadata()
DCore.cpp141 LLVMAttributeRef LLVMCreateEnumAttribute(LLVMContextRef C, unsigned KindID, in LLVMCreateEnumAttribute()
863 LLVMValueRef LLVMGetMetadata(LLVMValueRef Inst, unsigned KindID) { in LLVMGetMetadata()
885 void LLVMSetMetadata(LLVMValueRef Inst, unsigned KindID, LLVMValueRef Val) { in LLVMSetMetadata()
2407 unsigned KindID) { in LLVMGetEnumAttributeAtIndex()
2419 unsigned KindID) { in LLVMRemoveEnumAttributeAtIndex()
2818 unsigned KindID) { in LLVMGetCallSiteEnumAttribute()
2830 unsigned KindID) { in LLVMRemoveCallSiteEnumAttribute()
/external/llvm-project/llvm/bindings/go/llvm/
DIRBindings.cpp48 void LLVMSetMetadata2(LLVMValueRef Inst, unsigned KindID, LLVMMetadataRef MD) { in LLVMSetMetadata2()
/external/llvm-project/llvm/lib/IR/
DAttributeImpl.h40 unsigned char KindID; ///< Holds the AttrEntryKind of the attribute variable
50 AttributeImpl(AttrEntryKind KindID) : KindID(KindID) {} in AttributeImpl()
DMetadata.cpp1195 void Value::getMetadata(unsigned KindID, SmallVectorImpl<MDNode *> &MDs) const { in getMetadata()
1216 void Value::setMetadata(unsigned KindID, MDNode *Node) { in setMetadata()
1250 void Value::addMetadata(unsigned KindID, MDNode &MD) { in addMetadata()
1261 bool Value::eraseMetadata(unsigned KindID) { in eraseMetadata()
1318 void Instruction::setMetadata(unsigned KindID, MDNode *Node) { in setMetadata()
DCore.cpp138 LLVMAttributeRef LLVMCreateEnumAttribute(LLVMContextRef C, unsigned KindID, in LLVMCreateEnumAttribute()
887 LLVMValueRef LLVMGetMetadata(LLVMValueRef Inst, unsigned KindID) { in LLVMGetMetadata()
909 void LLVMSetMetadata(LLVMValueRef Inst, unsigned KindID, LLVMValueRef Val) { in LLVMSetMetadata()
2443 unsigned KindID) { in LLVMGetEnumAttributeAtIndex()
2455 unsigned KindID) { in LLVMRemoveEnumAttributeAtIndex()
2854 unsigned KindID) { in LLVMGetCallSiteEnumAttribute()
2866 unsigned KindID) { in LLVMRemoveCallSiteEnumAttribute()
/external/llvm/lib/IR/
DAttributeImpl.h37 unsigned char KindID; ///< Holds the AttrEntryKind of the attribute variable
50 AttributeImpl(AttrEntryKind KindID) : KindID(KindID) {} in AttributeImpl()
DMetadata.cpp1203 void Instruction::setMetadata(unsigned KindID, MDNode *Node) { in setMetadata()
1347 void GlobalObject::getMetadata(unsigned KindID, in getMetadata()
1359 void GlobalObject::addMetadata(unsigned KindID, MDNode &MD) { in addMetadata()
1370 void GlobalObject::eraseMetadata(unsigned KindID) { in eraseMetadata()
1398 void GlobalObject::setMetadata(unsigned KindID, MDNode *N) { in setMetadata()
DCore.cpp134 LLVMAttributeRef LLVMCreateEnumAttribute(LLVMContextRef C, unsigned KindID, in LLVMCreateEnumAttribute()
665 LLVMValueRef LLVMGetMetadata(LLVMValueRef Inst, unsigned KindID) { in LLVMGetMetadata()
687 void LLVMSetMetadata(LLVMValueRef Inst, unsigned KindID, LLVMValueRef Val) { in LLVMSetMetadata()
1849 unsigned KindID) { in LLVMGetEnumAttributeAtIndex()
1861 unsigned KindID) { in LLVMRemoveEnumAttributeAtIndex()
2221 unsigned KindID) { in LLVMGetCallSiteEnumAttribute()
2234 unsigned KindID) { in LLVMRemoveCallSiteEnumAttribute()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalObject.h128 bool hasMetadata(unsigned KindID) const { in hasMetadata()
/external/llvm/bindings/go/llvm/
DIRBindings.cpp83 void LLVMSetMetadata2(LLVMValueRef Inst, unsigned KindID, LLVMMetadataRef MD) { in LLVMSetMetadata2()
/external/llvm-project/clang/include/clang/Analysis/
DCloneDetection.h356 size_t KindID; member
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h175 MDNode *getMetadata(unsigned KindID) const { in getMetadata()
/external/llvm-project/llvm/include/llvm/IR/
DValue.h585 bool hasMetadata(unsigned KindID) const { in hasMetadata()
/external/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp1925 unsigned KindID = OperandConversionKinds.size(); in emitConvertFuncs() local
/external/llvm-project/llvm/lib/Transforms/IPO/
DOpenMPOpt.cpp2243 MDString *KindID = dyn_cast<MDString>(Op->getOperand(1)); in identifyKernels() local
/external/llvm-project/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp2051 unsigned KindID = OperandConversionKinds.size(); in emitConvertFuncs() local