Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h444 bool isObjectPreAllocated(int ObjectIdx) const { in isObjectPreAllocated()
451 int64_t getObjectSize(int ObjectIdx) const { in getObjectSize()
458 void setObjectSize(int ObjectIdx, int64_t Size) { in setObjectSize()
465 Align getObjectAlign(int ObjectIdx) const { in getObjectAlign()
472 void setObjectAlignment(int ObjectIdx, Align Alignment) { in setObjectAlignment()
484 const AllocaInst* getObjectAllocation(int ObjectIdx) const { in getObjectAllocation()
492 int64_t getObjectOffset(int ObjectIdx) const { in getObjectOffset()
500 bool isObjectZExt(int ObjectIdx) const { in isObjectZExt()
506 void setObjectZExt(int ObjectIdx, bool IsZExt) { in setObjectZExt()
512 bool isObjectSExt(int ObjectIdx) const { in isObjectSExt()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp721 int ObjectIdx; in initializeFrameInfo() local
748 int ObjectIdx; in initializeFrameInfo() local