Home
last modified time | relevance | path

Searched refs:getOperandList (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/IR/
HDUser.h60 assert((!HasHungOffUses || !getOperandList()) && in User()
112 Use *getOperandList() { in getOperandList() function
115 const Use *getOperandList() const { in getOperandList() function
116 return const_cast<User *>(this)->getOperandList(); in getOperandList()
120 return getOperandList()[i]; in getOperand()
127 getOperandList()[i] = Val; in setOperand()
131 return getOperandList()[i]; in getOperandUse()
135 return getOperandList()[i]; in getOperandUse()
183 op_iterator op_begin() { return getOperandList(); } in op_begin()
184 const_op_iterator op_begin() const { return getOperandList(); } in op_begin()
[all …]
HDOperandTraits.h95 return U->getOperandList(); in op_begin()
98 return U->getOperandList() + U->getNumOperands(); in op_end()
HDInstructions.h2559 return cast<Constant>(getOperandList()[Idx]);
2564 return !isa<ArrayType>(getOperandList()[Idx]->getType());
2569 return isa<ArrayType>(getOperandList()[Idx]->getType());
/NextBSD/contrib/llvm/lib/IR/
HDUser.cpp72 Use *OldOps = getOperandList(); in growHungoffUses()
74 Use *NewOps = getOperandList(); in growHungoffUses()
HDInstructions.cpp173 Use *OL = getOperandList(); in LandingPadInst()
174 const Use *InOL = LP.getOperandList(); in LandingPadInst()
215 getOperandList()[OpNo] = Val; in addClause()
3290 Use *OL = getOperandList(); in SwitchInst()
3291 const Use *InOL = SI.getOperandList(); in SwitchInst()
3323 Use *OL = getOperandList(); in removeCase()
3403 Use *OL = getOperandList(); in IndirectBrInst()
3404 const Use *InOL = IBI.getOperandList(); in IndirectBrInst()
3419 getOperandList()[OpNo] = DestBB; in addDestination()
3428 Use *OL = getOperandList(); in removeDestination()
HDConstants.cpp2405 Use *OperandList = getOperandList(); in GetElementPtrConstantExpr()
2907 Use *OperandList = getOperandList(); in handleOperandChangeImpl()
2937 Use *OperandList = getOperandList(); in handleOperandChangeImpl()
2999 Use *OperandList = getOperandList(); in handleOperandChangeImpl()
3024 Use *OperandList = getOperandList(); in handleOperandChangeImpl()
/NextBSD/contrib/llvm/utils/TableGen/
HDDAGISelMatcherOpt.cpp142 const SmallVectorImpl<unsigned> &Operands = EN->getOperandList(); in ContractNodes()
HDDAGISelMatcher.h1053 const SmallVectorImpl<unsigned> &getOperandList() const { return Operands; } in getOperandList() function