Home
last modified time | relevance | path

Searched defs:ObjectIdx (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h443 bool isObjectPreAllocated(int ObjectIdx) const { in isObjectPreAllocated()
450 int64_t getObjectSize(int ObjectIdx) const { in getObjectSize()
457 void setObjectSize(int ObjectIdx, int64_t Size) { in setObjectSize()
464 unsigned getObjectAlignment(int ObjectIdx) const { in getObjectAlignment()
471 void setObjectAlignment(int ObjectIdx, unsigned Align) { in setObjectAlignment()
483 const AllocaInst* getObjectAllocation(int ObjectIdx) const { in getObjectAllocation()
491 int64_t getObjectOffset(int ObjectIdx) const { in getObjectOffset()
499 bool isObjectZExt(int ObjectIdx) const { in isObjectZExt()
505 void setObjectZExt(int ObjectIdx, bool IsZExt) { in setObjectZExt()
511 bool isObjectSExt(int ObjectIdx) const { in isObjectSExt()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp675 int ObjectIdx; in initializeFrameInfo() local
702 int ObjectIdx; in initializeFrameInfo() local