Home
last modified time | relevance | path

Searched refs:dataOperandHasImpliedAttr (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h404 bool dataOperandHasImpliedAttr(unsigned i, Attribute::AttrKind Kind) const { in dataOperandHasImpliedAttr() function
405 CALLSITE_DELEGATE_GETTER(dataOperandHasImpliedAttr(i, Kind)); in dataOperandHasImpliedAttr()
603 return dataOperandHasImpliedAttr(OpNo + 1, Attribute::NoCapture); in doesNotCapture()
629 return dataOperandHasImpliedAttr(OpNo + 1, Attribute::ReadNone); in doesNotAccessMemory()
633 return dataOperandHasImpliedAttr(OpNo + 1, Attribute::ReadOnly) || in onlyReadsMemory()
634 dataOperandHasImpliedAttr(OpNo + 1, Attribute::ReadNone); in onlyReadsMemory()
638 return dataOperandHasImpliedAttr(OpNo + 1, Attribute::WriteOnly) || in doesNotReadMemory()
639 dataOperandHasImpliedAttr(OpNo + 1, Attribute::ReadNone); in doesNotReadMemory()
DInstrTypes.h1516 bool dataOperandHasImpliedAttr(unsigned i, Attribute::AttrKind Kind) const {
1542 return dataOperandHasImpliedAttr(OpNo + 1, Attribute::NoCapture);
1570 return dataOperandHasImpliedAttr(OpNo + 1, Attribute::ReadNone);
1576 return dataOperandHasImpliedAttr(OpNo + 1, Attribute::ReadOnly) ||
1577 dataOperandHasImpliedAttr(OpNo + 1, Attribute::ReadNone);
1583 return dataOperandHasImpliedAttr(OpNo + 1, Attribute::WriteOnly) ||
1584 dataOperandHasImpliedAttr(OpNo + 1, Attribute::ReadNone);