/external/llvm/include/llvm/IR/ |
D | User.h | 76 assert((!HasHungOffUses || !getOperandList()) && in User() 128 Use *getOperandList() { in getOperandList() function 131 const Use *getOperandList() const { in getOperandList() function 132 return const_cast<User *>(this)->getOperandList(); in getOperandList() 136 return getOperandList()[i]; in getOperand() 143 getOperandList()[i] = Val; in setOperand() 147 return getOperandList()[i]; in getOperandUse() 151 return getOperandList()[i]; in getOperandUse() 192 op_iterator op_begin() { return getOperandList(); } in op_begin() 193 const_op_iterator op_begin() const { return getOperandList(); } in op_begin() [all …]
|
D | OperandTraits.h | 95 return U->getOperandList(); in op_begin() 98 return U->getOperandList() + U->getNumOperands(); in op_end()
|
D | Instructions.h | 2760 return cast<Constant>(getOperandList()[Idx]); 2765 return !isa<ArrayType>(getOperandList()[Idx]->getType()); 2770 return isa<ArrayType>(getOperandList()[Idx]->getType());
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | User.h | 82 assert((!HasHungOffUses || !getOperandList()) && in User() 138 Use *getOperandList() { in getOperandList() function 141 const Use *getOperandList() const { in getOperandList() function 142 return const_cast<User *>(this)->getOperandList(); in getOperandList() 147 return getOperandList()[i]; in getOperand() 155 getOperandList()[i] = Val; in setOperand() 160 return getOperandList()[i]; in getOperandUse() 164 return getOperandList()[i]; in getOperandUse() 205 op_iterator op_begin() { return getOperandList(); } in op_begin() 206 const_op_iterator op_begin() const { return getOperandList(); } in op_begin() [all …]
|
D | OperandTraits.h | 95 return U->getOperandList(); in op_begin() 98 return U->getOperandList() + U->getNumOperands(); in op_end()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | User.h | 80 assert((!HasHungOffUses || !getOperandList()) && in User() 163 const Use *getOperandList() const { in getOperandList() function 166 Use *getOperandList() { in getOperandList() function 167 return const_cast<Use *>(static_cast<const User *>(this)->getOperandList()); in getOperandList() 172 return getOperandList()[i]; in getOperand() 180 getOperandList()[i] = Val; in setOperand() 185 return getOperandList()[i]; in getOperandUse() 189 return getOperandList()[i]; in getOperandUse() 230 op_iterator op_begin() { return getOperandList(); } in op_begin() 231 const_op_iterator op_begin() const { return getOperandList(); } in op_begin() [all …]
|
D | OperandTraits.h | 98 return U->getOperandList(); in op_begin() 101 return U->getOperandList() + U->getNumOperands(); in op_end()
|
D | Instructions.h | 3201 return cast<Constant>(getOperandList()[Idx]); 3206 return !isa<ArrayType>(getOperandList()[Idx]->getType()); 3211 return isa<ArrayType>(getOperandList()[Idx]->getType());
|
/external/llvm/lib/IR/ |
D | User.cpp | 72 Use *OldOps = getOperandList(); in growHungoffUses() 74 Use *NewOps = getOperandList(); in growHungoffUses()
|
D | Instructions.cpp | 196 Use *OL = getOperandList(); in LandingPadInst() 197 const Use *InOL = LP.getOperandList(); in LandingPadInst() 238 getOperandList()[OpNo] = Val; in addClause() 1015 Use *OL = getOperandList(); in CatchSwitchInst() 1016 const Use *InOL = CSI.getOperandList(); in CatchSwitchInst() 1052 getOperandList()[OpNo] = Handler; in addHandler() 3725 Use *OL = getOperandList(); in SwitchInst() 3726 const Use *InOL = SI.getOperandList(); in SwitchInst() 3758 Use *OL = getOperandList(); in removeCase() 3838 Use *OL = getOperandList(); in IndirectBrInst() [all …]
|
D | Constants.cpp | 2272 Use *OperandList = getOperandList(); in GetElementPtrConstantExpr() 2733 Use *OperandList = getOperandList(); in handleOperandChangeImpl() 2765 Use *OperandList = getOperandList(); in handleOperandChangeImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | User.cpp | 68 Use *OldOps = getOperandList(); in growHungoffUses() 70 Use *NewOps = getOperandList(); in growHungoffUses()
|
D | Instructions.cpp | 251 Use *OL = getOperandList(); in LandingPadInst() 252 const Use *InOL = LP.getOperandList(); in LandingPadInst() 293 getOperandList()[OpNo] = Val; in addClause() 822 Use *OL = getOperandList(); in CatchSwitchInst() 823 const Use *InOL = CSI.getOperandList(); in CatchSwitchInst() 859 getOperandList()[OpNo] = Handler; in addHandler() 3541 Use *OL = getOperandList(); in SwitchInst() 3542 const Use *InOL = SI.getOperandList(); in SwitchInst() 3574 Use *OL = getOperandList(); in removeCase() 3645 Use *OL = getOperandList(); in IndirectBrInst() [all …]
|
D | Constants.cpp | 2353 Use *OperandList = getOperandList(); in GetElementPtrConstantExpr() 2805 Use *OperandList = getOperandList(); in handleOperandChangeImpl() 2837 Use *OperandList = getOperandList(); in handleOperandChangeImpl()
|
/external/llvm/utils/TableGen/ |
D | DAGISelMatcherOpt.cpp | 123 const SmallVectorImpl<unsigned> &Operands = EN->getOperandList(); in ContractNodes()
|
D | DAGISelMatcher.h | 958 const SmallVectorImpl<unsigned> &getOperandList() const { return Operands; } in getOperandList() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | DAGISelMatcherOpt.cpp | 123 const SmallVectorImpl<unsigned> &Operands = EN->getOperandList(); in ContractNodes()
|
D | DAGISelMatcher.h | 958 const SmallVectorImpl<unsigned> &getOperandList() const { return Operands; } in getOperandList() function
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | DAGISelMatcherOpt.cpp | 133 const SmallVectorImpl<unsigned> &Operands = EN->getOperandList(); in ContractNodes()
|
D | DAGISelMatcher.h | 993 const SmallVectorImpl<unsigned> &getOperandList() const { return Operands; } in getOperandList() function
|