Searched refs:dataOperandHasImpliedAttr (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | CallSite.h | 396 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()
|
D | Instructions.h | 1683 bool dataOperandHasImpliedAttr(unsigned i, Attribute::AttrKind Kind) const {
|
/external/llvm/include/llvm/IR/ |
D | CallSite.h | 366 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()
|
D | Instructions.h | 1683 bool dataOperandHasImpliedAttr(unsigned i, Attribute::AttrKind Kind) const; 3653 bool dataOperandHasImpliedAttr(unsigned i, Attribute::AttrKind Kind) const;
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 416 bool CallInst::dataOperandHasImpliedAttr(unsigned i, in dataOperandHasImpliedAttr() function in CallInst 727 bool InvokeInst::dataOperandHasImpliedAttr(unsigned i, in dataOperandHasImpliedAttr() function in InvokeInst
|