Searched refs:createFromIntValue (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
D | ModRef.h | 153 static MemoryEffects createFromIntValue(uint32_t Data) { in createFromIntValue() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
D | Attributes.cpp | 396 return MemoryEffects::createFromIntValue(pImpl->getValueAsInt()); in getMemoryEffects()
|
/external/swiftshader/third_party/llvm-16.0/configs/common/include/llvm/IR/ |
D | IntrinsicImpl.inc | 15504 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/ |
D | BitcodeReader.cpp | 2207 B.addMemoryAttr(MemoryEffects::createFromIntValue(Record[++i])); in parseAttributeGroupBlock()
|