Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DCallSite.h396 bool dataOperandHasImpliedAttr(unsigned i, Attribute::AttrKind Kind) const { in dataOperandHasImpliedAttr() function
397 CALLSITE_DELEGATE_GETTER(dataOperandHasImpliedAttr(i, Kind)); in dataOperandHasImpliedAttr()
594 return dataOperandHasImpliedAttr(OpNo + 1, Attribute::NoCapture); in doesNotCapture()
620 return dataOperandHasImpliedAttr(OpNo + 1, Attribute::ReadNone); in doesNotAccessMemory()
624 return dataOperandHasImpliedAttr(OpNo + 1, Attribute::ReadOnly) || in onlyReadsMemory()
625 dataOperandHasImpliedAttr(OpNo + 1, Attribute::ReadNone); in onlyReadsMemory()
629 return dataOperandHasImpliedAttr(OpNo + 1, Attribute::WriteOnly) || in doesNotReadMemory()
630 dataOperandHasImpliedAttr(OpNo + 1, Attribute::ReadNone); in doesNotReadMemory()
DInstructions.h1683 bool dataOperandHasImpliedAttr(unsigned i, Attribute::AttrKind Kind) const {
/external/llvm/include/llvm/IR/
DCallSite.h366 bool dataOperandHasImpliedAttr(unsigned i, Attribute::AttrKind Kind) const { in dataOperandHasImpliedAttr() function
367 CALLSITE_DELEGATE_GETTER(dataOperandHasImpliedAttr(i, Kind)); in dataOperandHasImpliedAttr()
535 return dataOperandHasImpliedAttr(OpNo + 1, Attribute::NoCapture); in doesNotCapture()
561 return dataOperandHasImpliedAttr(OpNo + 1, Attribute::ReadNone); in doesNotAccessMemory()
565 return dataOperandHasImpliedAttr(OpNo + 1, Attribute::ReadOnly) || in onlyReadsMemory()
566 dataOperandHasImpliedAttr(OpNo + 1, Attribute::ReadNone); in onlyReadsMemory()
DInstructions.h1683 bool dataOperandHasImpliedAttr(unsigned i, Attribute::AttrKind Kind) const;
3653 bool dataOperandHasImpliedAttr(unsigned i, Attribute::AttrKind Kind) const;
/external/llvm/lib/IR/
DInstructions.cpp416 bool CallInst::dataOperandHasImpliedAttr(unsigned i, in dataOperandHasImpliedAttr() function in CallInst
727 bool InvokeInst::dataOperandHasImpliedAttr(unsigned i, in dataOperandHasImpliedAttr() function in InvokeInst