Home
last modified time | relevance | path

Searched refs:getIntrusiveOperands (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DUser.h147 const Use *getIntrusiveOperands() const { in getIntrusiveOperands() function
151 Use *getIntrusiveOperands() { in getIntrusiveOperands() function
163 return HasHungOffUses ? getHungOffOperands() : getIntrusiveOperands(); in getOperandList()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DUser.h147 const Use *getIntrusiveOperands() const { in getIntrusiveOperands() function
151 Use *getIntrusiveOperands() { in getIntrusiveOperands() function
163 return HasHungOffUses ? getHungOffOperands() : getIntrusiveOperands(); in getOperandList()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DUser.h127 Use *getIntrusiveOperands() { in getIntrusiveOperands() function
139 return HasHungOffUses ? getHungOffOperands() : getIntrusiveOperands(); in getOperandList()
/external/llvm/include/llvm/IR/
DUser.h118 Use *getIntrusiveOperands() { in getIntrusiveOperands() function
129 return HasHungOffUses ? getHungOffOperands() : getIntrusiveOperands(); in getOperandList()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DUser.cpp101 auto *DI = reinterpret_cast<DescriptorInfo *>(getIntrusiveOperands()) - 1; in getDescriptor()
/external/llvm/lib/IR/
DUser.cpp106 auto *DI = reinterpret_cast<DescriptorInfo *>(getIntrusiveOperands()) - 1; in getDescriptor()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DUser.cpp108 auto *DI = reinterpret_cast<DescriptorInfo *>(getIntrusiveOperands()) - 1; in getDescriptor()