Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h465 bool isObjectPreAllocated(int ObjectIdx) const { in isObjectPreAllocated()
472 int64_t getObjectSize(int ObjectIdx) const { in getObjectSize()
479 void setObjectSize(int ObjectIdx, int64_t Size) { in setObjectSize()
486 Align getObjectAlign(int ObjectIdx) const { in getObjectAlign()
499 void setObjectAlignment(int ObjectIdx, Align Alignment) { in setObjectAlignment()
512 const AllocaInst* getObjectAllocation(int ObjectIdx) const { in getObjectAllocation()
520 void clearObjectAllocation(int ObjectIdx) { in clearObjectAllocation()
528 int64_t getObjectOffset(int ObjectIdx) const { in getObjectOffset()
536 bool isObjectZExt(int ObjectIdx) const { in isObjectZExt()
542 void setObjectZExt(int ObjectIdx, bool IsZExt) { in setObjectZExt()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp800 int ObjectIdx; in initializeFrameInfo() local
845 int ObjectIdx; in initializeFrameInfo() local