Home
last modified time | relevance | path

Searched refs:createFromIntValue (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DModRef.h153 static MemoryEffects createFromIntValue(uint32_t Data) { in createFromIntValue() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DAttributes.cpp396 return MemoryEffects::createFromIntValue(pImpl->getValueAsInt()); in getMemoryEffects()
/external/swiftshader/third_party/llvm-16.0/configs/common/include/llvm/IR/
DIntrinsicImpl.inc15504 Attribute::getWithMemoryEffects(C, MemoryEffects::createFromIntValue(0)),
15513 Attribute::getWithMemoryEffects(C, MemoryEffects::createFromIntValue(0)),
15522 Attribute::getWithMemoryEffects(C, MemoryEffects::createFromIntValue(1)),
15531 Attribute::getWithMemoryEffects(C, MemoryEffects::createFromIntValue(12)),
15553 Attribute::getWithMemoryEffects(C, MemoryEffects::createFromIntValue(12)),
15558 Attribute::getWithMemoryEffects(C, MemoryEffects::createFromIntValue(0)),
15571 Attribute::getWithMemoryEffects(C, MemoryEffects::createFromIntValue(3)),
15576 Attribute::getWithMemoryEffects(C, MemoryEffects::createFromIntValue(1)),
15597 Attribute::getWithMemoryEffects(C, MemoryEffects::createFromIntValue(2)),
15607 Attribute::getWithMemoryEffects(C, MemoryEffects::createFromIntValue(12)),
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2207 B.addMemoryAttr(MemoryEffects::createFromIntValue(Record[++i])); in parseAttributeGroupBlock()