Searched defs:KindID (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | AttributeImpl.h | 39 unsigned char KindID; ///< Holds the AttrEntryKind of the attribute variable 48 AttributeImpl(AttrEntryKind KindID) : KindID(KindID) {} in AttributeImpl()
|
D | Metadata.cpp | 1226 void Instruction::setMetadata(unsigned KindID, MDNode *Node) { in setMetadata() 1382 void GlobalObject::getMetadata(unsigned KindID, in getMetadata() 1394 void GlobalObject::addMetadata(unsigned KindID, MDNode &MD) { in addMetadata() 1405 bool GlobalObject::eraseMetadata(unsigned KindID) { in eraseMetadata() 1434 void GlobalObject::setMetadata(unsigned KindID, MDNode *N) { in setMetadata()
|
D | Core.cpp | 134 LLVMAttributeRef LLVMCreateEnumAttribute(LLVMContextRef C, unsigned KindID, in LLVMCreateEnumAttribute() 843 LLVMValueRef LLVMGetMetadata(LLVMValueRef Inst, unsigned KindID) { in LLVMGetMetadata() 865 void LLVMSetMetadata(LLVMValueRef Inst, unsigned KindID, LLVMValueRef Val) { in LLVMSetMetadata() 2120 unsigned KindID) { in LLVMGetEnumAttributeAtIndex() 2132 unsigned KindID) { in LLVMRemoveEnumAttributeAtIndex() 2441 unsigned KindID) { in LLVMGetCallSiteEnumAttribute() 2454 unsigned KindID) { in LLVMRemoveCallSiteEnumAttribute()
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | IRBindings.cpp | 49 void LLVMSetMetadata2(LLVMValueRef Inst, unsigned KindID, LLVMMetadataRef MD) { in LLVMSetMetadata2()
|
/external/llvm/lib/IR/ |
D | AttributeImpl.h | 37 unsigned char KindID; ///< Holds the AttrEntryKind of the attribute variable 50 AttributeImpl(AttrEntryKind KindID) : KindID(KindID) {} in AttributeImpl()
|
D | Metadata.cpp | 1203 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()
|
D | Core.cpp | 134 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-7.0/llvm/include/llvm/IR/ |
D | GlobalObject.h | 109 bool hasMetadata(unsigned KindID) const { in hasMetadata()
|
/external/llvm/bindings/go/llvm/ |
D | IRBindings.cpp | 83 void LLVMSetMetadata2(LLVMValueRef Inst, unsigned KindID, LLVMMetadataRef MD) { in LLVMSetMetadata2()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instruction.h | 139 MDNode *getMetadata(unsigned KindID) const { in getMetadata()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 175 MDNode *getMetadata(unsigned KindID) const { in getMetadata()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Metadata.cpp | 440 void Instruction::setMetadata(unsigned KindID, MDNode *Node) { in setMetadata()
|
D | Core.cpp | 421 LLVMValueRef LLVMGetMetadata(LLVMValueRef Inst, unsigned KindID) { in LLVMGetMetadata() 425 void LLVMSetMetadata(LLVMValueRef Inst, unsigned KindID, LLVMValueRef MD) { in LLVMSetMetadata()
|
/external/llvm/utils/TableGen/ |
D | AsmMatcherEmitter.cpp | 1925 unsigned KindID = OperandConversionKinds.size(); in emitConvertFuncs() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | AsmMatcherEmitter.cpp | 2048 unsigned KindID = OperandConversionKinds.size(); in emitConvertFuncs() local
|