HomeSort by: relevance | last modified time | path
    Searched defs:getOperand (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h 75 return CurTy.get<StructType *>()->getTypeAtIndex(getOperand());
78 Value *getOperand() const { return const_cast<Value *>(&**OpIt); }
Metadata.h 468 /// auto *CI = dyn_cast<ConstantInt>(N->getOperand(2));
483 /// auto *MI = dyn_cast<MDInt>(N->getOperand(2));
494 /// auto *CI = mdconst::dyn_extract<ConstantInt>(N->getOperand(2));
1102 const MDOperand &getOperand(unsigned I) const {
1236 return dyn_cast_or_null<MDNode>(Node->getOperand(1));
1240 if (MDString *N = dyn_cast_or_null<MDString>(Node->getOperand(2)))
1313 T *operator[](unsigned I) const { return cast_or_null<T>(N->getOperand(I)); }
1440 T1 operator*() const { return Node->getOperand(Idx); }
1459 MDNode *getOperand(unsigned i) const;
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
Nodes.cpp 208 syntax::Expression *syntax::UnaryOperatorExpression::getOperand() {
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCInst.h 206 const MCOperand &getOperand(unsigned i) const { return Operands[i]; }
207 MCOperand &getOperand(unsigned i) { return Operands[i]; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
GVNExpression.h 167 Value *getOperand(unsigned N) const {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlanValue.h 245 inline VPValue *getOperand(unsigned N) const {
SLPVectorizer.cpp 434 Type *Ty0 = cast<Instruction>(VL[BaseIndex])->getOperand(0)->getType();
435 Type *Ty1 = cast<Instruction>(VL[Cnt])->getOperand(0)->getType();
475 auto *CI = dyn_cast<ConstantInt>(E->getOperand(1));
550 if (auto *CI = dyn_cast<ConstantInt>(IE->getOperand(2))) {
558 if (isa<UndefValue>(IE->getOperand(2)))
1152 int TmpScore = getScoreAtLevelRec({I1->getOperand(OpIdx1), Lane1},
1153 {I2->getOperand(OpIdx2), Lane2},
1318 OpsVec[OpIdx][Lane] = {cast<Instruction>(VL[Lane])->getOperand(OpIdx),
1693 Operands[OpIdx][Lane] = I->getOperand(OpIdx);
1699 ValueList &getOperand(unsigned OpIdx)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 290 const SymExpr *getOperand() const { return Operand; }
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtCXX.h 480 Expr *getOperand() const { return static_cast<Expr*>(SubStmts[Operand]); }
494 return getOperand() ? getOperand()->getEndLoc() : getBeginLoc();
498 if (!getOperand())
505 if (!getOperand())
ExprCXX.h 4014 Expr *getOperand() const { return static_cast<Expr *>(Operand); }
4787 Expr *getOperand() const {
4825 Expr *getOperand() const { return cast<Expr>(SubExprs[0]); }
4836 return getOperand()->getEndLoc();
4864 Expr *getOperand() const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 84 const SCEV *getOperand() const { return Operands[0]; }
85 const SCEV *getOperand(unsigned i) const {
199 const SCEV *getOperand(unsigned i) const {
213 Type *getType() const { return getOperand(0)->getType(); }
275 Ty = getOperand(0)->getType();
318 const SCEV *getOperand(unsigned i) const {
370 if (isAffine()) return getOperand(1);
644 push(cast<SCEVCastExpr>(S)->getOperand());
734 const SCEV *Operand = ((SC *)this)->visit(Expr->getOperand());
735 return Operand == Expr->getOperand()
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineInstr.h 425 return getOperand(1);
429 return getOperand(1);
488 const MachineOperand& getOperand(unsigned i) const {
489 assert(i < getNumOperands() && "getOperand() out of range!");
492 MachineOperand& getOperand(unsigned i) {
493 assert(i < getNumOperands() && "getOperand() out of range!");
564 const MachineOperand &MO = getOperand(I);
578 assert(getOperand(OpIdx).getType() == MachineOperand::MO_Immediate &&
919 unsigned ExtraInfo = getOperand(InlineAsm::MIOp_ExtraInfo).getImm();
996 unsigned ExtraInfo = getOperand(InlineAsm::MIOp_ExtraInfo).getImm()
    [all...]
ScheduleDAG.h 653 unsigned getOperand() const { return Operand; }
SelectionDAGNodes.h 203 inline const SDValue &getOperand(unsigned i) const;
896 const SDValue &getOperand(unsigned Num) const {
933 getOperand(getNumOperands()-1).getValueType() == MVT::Glue)
934 return getOperand(getNumOperands()-1).getNode();
1121 inline const SDValue &SDValue::getOperand(unsigned i) const {
1122 return Node->getOperand(i);
1344 const SDValue &getChain() const { return getOperand(0); }
1350 return getOperand(2);
1353 return getOperand(3);
1355 return getOperand(1)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Record.h 750 virtual Init *getOperand(unsigned i) const = 0;
788 Init *getOperand(unsigned i) const override {
790 return getOperand();
794 Init *getOperand() const { return LHS; }
841 Init *getOperand(unsigned i) const override {
897 Init *getOperand(unsigned i) const override {
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
GlobalISelEmitter.cpp 1640 return "State.MIs[" + llvm::to_string(InsnVarID) + "]->getOperand(" +
2285 OperandMatcher &getOperand(unsigned OpIdx) {
5163 OperandMatcher &OM0 = InsnMatcher.getOperand(0);
5231 OperandMatcher &OM = InsnMatcher.getOperand(OpIdx);
5242 OperandMatcher &OM = InsnMatcher.getOperand(OpIdx);
5254 OperandMatcher &OM = InsnMatcher.getOperand(OpIdx);

Completed in 77 milliseconds