HomeSort by relevance Sort by last modified time
    Searched defs:Ops (Results 101 - 125 of 196) sorted by null

1 2 3 45 6 7 8

  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAG.h 340 SDUse *Ops = OperandRecycler.allocate(
344 Ops[I].setUser(Node);
345 Ops[I].setInitial(Vals[I]);
348 Node->OperandList = Ops;
655 SDValue Ops[] = { Chain, getRegister(Reg, N.getValueType()), N, Glue };
657 makeArrayRef(Ops, Glue.getNode() ? 4 : 3));
664 SDValue Ops[] = { Chain, Reg, N, Glue };
666 makeArrayRef(Ops, Glue.getNode() ? 4 : 3));
671 SDValue Ops[] = { Chain, getRegister(Reg, VT) };
672 return getNode(ISD::CopyFromReg, dl, VTs, Ops);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
ScalarEvolution.h 528 const SCEV *getAddExpr(SmallVectorImpl<const SCEV *> &Ops,
534 SmallVector<const SCEV *, 2> Ops = {LHS, RHS};
535 return getAddExpr(Ops, Flags, Depth);
540 SmallVector<const SCEV *, 3> Ops = {Op0, Op1, Op2};
541 return getAddExpr(Ops, Flags, Depth);
543 const SCEV *getMulExpr(SmallVectorImpl<const SCEV *> &Ops,
549 SmallVector<const SCEV *, 2> Ops = {LHS, RHS};
550 return getMulExpr(Ops, Flags, Depth);
555 SmallVector<const SCEV *, 3> Ops = {Op0, Op1, Op2};
556 return getMulExpr(Ops, Flags, Depth)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAG.h 341 SDUse *Ops = OperandRecycler.allocate(
345 Ops[I].setUser(Node);
346 Ops[I].setInitial(Vals[I]);
349 Node->OperandList = Ops;
661 SDValue Ops[] = { Chain, getRegister(Reg, N.getValueType()), N, Glue };
663 makeArrayRef(Ops, Glue.getNode() ? 4 : 3));
670 SDValue Ops[] = { Chain, Reg, N, Glue };
672 makeArrayRef(Ops, Glue.getNode() ? 4 : 3));
677 SDValue Ops[] = { Chain, getRegister(Reg, VT) };
678 return getNode(ISD::CopyFromReg, dl, VTs, Ops);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
ScalarEvolution.h 528 const SCEV *getAddExpr(SmallVectorImpl<const SCEV *> &Ops,
534 SmallVector<const SCEV *, 2> Ops = {LHS, RHS};
535 return getAddExpr(Ops, Flags, Depth);
540 SmallVector<const SCEV *, 3> Ops = {Op0, Op1, Op2};
541 return getAddExpr(Ops, Flags, Depth);
543 const SCEV *getMulExpr(SmallVectorImpl<const SCEV *> &Ops,
549 SmallVector<const SCEV *, 2> Ops = {LHS, RHS};
550 return getMulExpr(Ops, Flags, Depth);
555 SmallVector<const SCEV *, 3> Ops = {Op0, Op1, Op2};
556 return getMulExpr(Ops, Flags, Depth)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAG.h 341 SDUse *Ops = OperandRecycler.allocate(
345 Ops[I].setUser(Node);
346 Ops[I].setInitial(Vals[I]);
349 Node->OperandList = Ops;
661 SDValue Ops[] = { Chain, getRegister(Reg, N.getValueType()), N, Glue };
663 makeArrayRef(Ops, Glue.getNode() ? 4 : 3));
670 SDValue Ops[] = { Chain, Reg, N, Glue };
672 makeArrayRef(Ops, Glue.getNode() ? 4 : 3));
677 SDValue Ops[] = { Chain, getRegister(Reg, VT) };
678 return getNode(ISD::CopyFromReg, dl, VTs, Ops);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
ScalarEvolution.h 528 const SCEV *getAddExpr(SmallVectorImpl<const SCEV *> &Ops,
534 SmallVector<const SCEV *, 2> Ops = {LHS, RHS};
535 return getAddExpr(Ops, Flags, Depth);
540 SmallVector<const SCEV *, 3> Ops = {Op0, Op1, Op2};
541 return getAddExpr(Ops, Flags, Depth);
543 const SCEV *getMulExpr(SmallVectorImpl<const SCEV *> &Ops,
549 SmallVector<const SCEV *, 2> Ops = {LHS, RHS};
550 return getMulExpr(Ops, Flags, Depth);
555 SmallVector<const SCEV *, 3> Ops = {Op0, Op1, Op2};
556 return getMulExpr(Ops, Flags, Depth)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAG.h 341 SDUse *Ops = OperandRecycler.allocate(
345 Ops[I].setUser(Node);
346 Ops[I].setInitial(Vals[I]);
349 Node->OperandList = Ops;
661 SDValue Ops[] = { Chain, getRegister(Reg, N.getValueType()), N, Glue };
663 makeArrayRef(Ops, Glue.getNode() ? 4 : 3));
670 SDValue Ops[] = { Chain, Reg, N, Glue };
672 makeArrayRef(Ops, Glue.getNode() ? 4 : 3));
677 SDValue Ops[] = { Chain, getRegister(Reg, VT) };
678 return getNode(ISD::CopyFromReg, dl, VTs, Ops);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
ScalarEvolution.h 528 const SCEV *getAddExpr(SmallVectorImpl<const SCEV *> &Ops,
534 SmallVector<const SCEV *, 2> Ops = {LHS, RHS};
535 return getAddExpr(Ops, Flags, Depth);
540 SmallVector<const SCEV *, 3> Ops = {Op0, Op1, Op2};
541 return getAddExpr(Ops, Flags, Depth);
543 const SCEV *getMulExpr(SmallVectorImpl<const SCEV *> &Ops,
549 SmallVector<const SCEV *, 2> Ops = {LHS, RHS};
550 return getMulExpr(Ops, Flags, Depth);
555 SmallVector<const SCEV *, 3> Ops = {Op0, Op1, Op2};
556 return getMulExpr(Ops, Flags, Depth)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAG.h 341 SDUse *Ops = OperandRecycler.allocate(
345 Ops[I].setUser(Node);
346 Ops[I].setInitial(Vals[I]);
349 Node->OperandList = Ops;
661 SDValue Ops[] = { Chain, getRegister(Reg, N.getValueType()), N, Glue };
663 makeArrayRef(Ops, Glue.getNode() ? 4 : 3));
670 SDValue Ops[] = { Chain, Reg, N, Glue };
672 makeArrayRef(Ops, Glue.getNode() ? 4 : 3));
677 SDValue Ops[] = { Chain, getRegister(Reg, VT) };
678 return getNode(ISD::CopyFromReg, dl, VTs, Ops);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 296 SDUse *Ops = OperandRecycler.allocate(
300 Ops[I].setUser(Node);
301 Ops[I].setInitial(Vals[I]);
304 Node->OperandList = Ops;
609 SDValue Ops[] = { Chain, getRegister(Reg, N.getValueType()), N, Glue };
611 makeArrayRef(Ops, Glue.getNode() ? 4 : 3));
618 SDValue Ops[] = { Chain, Reg, N, Glue };
620 makeArrayRef(Ops, Glue.getNode() ? 4 : 3));
625 SDValue Ops[] = { Chain, getRegister(Reg, VT) };
626 return getNode(ISD::CopyFromReg, dl, VTs, Ops);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAG.h 340 SDUse *Ops = OperandRecycler.allocate(
344 Ops[I].setUser(Node);
345 Ops[I].setInitial(Vals[I]);
348 Node->OperandList = Ops;
655 SDValue Ops[] = { Chain, getRegister(Reg, N.getValueType()), N, Glue };
657 makeArrayRef(Ops, Glue.getNode() ? 4 : 3));
664 SDValue Ops[] = { Chain, Reg, N, Glue };
666 makeArrayRef(Ops, Glue.getNode() ? 4 : 3));
671 SDValue Ops[] = { Chain, getRegister(Reg, VT) };
672 return getNode(ISD::CopyFromReg, dl, VTs, Ops);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAG.h 340 SDUse *Ops = OperandRecycler.allocate(
344 Ops[I].setUser(Node);
345 Ops[I].setInitial(Vals[I]);
348 Node->OperandList = Ops;
655 SDValue Ops[] = { Chain, getRegister(Reg, N.getValueType()), N, Glue };
657 makeArrayRef(Ops, Glue.getNode() ? 4 : 3));
664 SDValue Ops[] = { Chain, Reg, N, Glue };
666 makeArrayRef(Ops, Glue.getNode() ? 4 : 3));
671 SDValue Ops[] = { Chain, getRegister(Reg, VT) };
672 return getNode(ISD::CopyFromReg, dl, VTs, Ops);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
ScalarEvolution.h 528 const SCEV *getAddExpr(SmallVectorImpl<const SCEV *> &Ops,
534 SmallVector<const SCEV *, 2> Ops = {LHS, RHS};
535 return getAddExpr(Ops, Flags, Depth);
540 SmallVector<const SCEV *, 3> Ops = {Op0, Op1, Op2};
541 return getAddExpr(Ops, Flags, Depth);
543 const SCEV *getMulExpr(SmallVectorImpl<const SCEV *> &Ops,
549 SmallVector<const SCEV *, 2> Ops = {LHS, RHS};
550 return getMulExpr(Ops, Flags, Depth);
555 SmallVector<const SCEV *, 3> Ops = {Op0, Op1, Op2};
556 return getMulExpr(Ops, Flags, Depth)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAG.h 341 SDUse *Ops = OperandRecycler.allocate(
345 Ops[I].setUser(Node);
346 Ops[I].setInitial(Vals[I]);
349 Node->OperandList = Ops;
661 SDValue Ops[] = { Chain, getRegister(Reg, N.getValueType()), N, Glue };
663 makeArrayRef(Ops, Glue.getNode() ? 4 : 3));
670 SDValue Ops[] = { Chain, Reg, N, Glue };
672 makeArrayRef(Ops, Glue.getNode() ? 4 : 3));
677 SDValue Ops[] = { Chain, getRegister(Reg, VT) };
678 return getNode(ISD::CopyFromReg, dl, VTs, Ops);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
ScalarEvolution.h 528 const SCEV *getAddExpr(SmallVectorImpl<const SCEV *> &Ops,
534 SmallVector<const SCEV *, 2> Ops = {LHS, RHS};
535 return getAddExpr(Ops, Flags, Depth);
540 SmallVector<const SCEV *, 3> Ops = {Op0, Op1, Op2};
541 return getAddExpr(Ops, Flags, Depth);
543 const SCEV *getMulExpr(SmallVectorImpl<const SCEV *> &Ops,
549 SmallVector<const SCEV *, 2> Ops = {LHS, RHS};
550 return getMulExpr(Ops, Flags, Depth);
555 SmallVector<const SCEV *, 3> Ops = {Op0, Op1, Op2};
556 return getMulExpr(Ops, Flags, Depth)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAG.h 341 SDUse *Ops = OperandRecycler.allocate(
345 Ops[I].setUser(Node);
346 Ops[I].setInitial(Vals[I]);
349 Node->OperandList = Ops;
661 SDValue Ops[] = { Chain, getRegister(Reg, N.getValueType()), N, Glue };
663 makeArrayRef(Ops, Glue.getNode() ? 4 : 3));
670 SDValue Ops[] = { Chain, Reg, N, Glue };
672 makeArrayRef(Ops, Glue.getNode() ? 4 : 3));
677 SDValue Ops[] = { Chain, getRegister(Reg, VT) };
678 return getNode(ISD::CopyFromReg, dl, VTs, Ops);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
ScalarEvolution.h 528 const SCEV *getAddExpr(SmallVectorImpl<const SCEV *> &Ops,
534 SmallVector<const SCEV *, 2> Ops = {LHS, RHS};
535 return getAddExpr(Ops, Flags, Depth);
540 SmallVector<const SCEV *, 3> Ops = {Op0, Op1, Op2};
541 return getAddExpr(Ops, Flags, Depth);
543 const SCEV *getMulExpr(SmallVectorImpl<const SCEV *> &Ops,
549 SmallVector<const SCEV *, 2> Ops = {LHS, RHS};
550 return getMulExpr(Ops, Flags, Depth);
555 SmallVector<const SCEV *, 3> Ops = {Op0, Op1, Op2};
556 return getMulExpr(Ops, Flags, Depth)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAG.h 341 SDUse *Ops = OperandRecycler.allocate(
345 Ops[I].setUser(Node);
346 Ops[I].setInitial(Vals[I]);
349 Node->OperandList = Ops;
661 SDValue Ops[] = { Chain, getRegister(Reg, N.getValueType()), N, Glue };
663 makeArrayRef(Ops, Glue.getNode() ? 4 : 3));
670 SDValue Ops[] = { Chain, Reg, N, Glue };
672 makeArrayRef(Ops, Glue.getNode() ? 4 : 3));
677 SDValue Ops[] = { Chain, getRegister(Reg, VT) };
678 return getNode(ISD::CopyFromReg, dl, VTs, Ops);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
ScalarEvolution.h 528 const SCEV *getAddExpr(SmallVectorImpl<const SCEV *> &Ops,
534 SmallVector<const SCEV *, 2> Ops = {LHS, RHS};
535 return getAddExpr(Ops, Flags, Depth);
540 SmallVector<const SCEV *, 3> Ops = {Op0, Op1, Op2};
541 return getAddExpr(Ops, Flags, Depth);
543 const SCEV *getMulExpr(SmallVectorImpl<const SCEV *> &Ops,
549 SmallVector<const SCEV *, 2> Ops = {LHS, RHS};
550 return getMulExpr(Ops, Flags, Depth);
555 SmallVector<const SCEV *, 3> Ops = {Op0, Op1, Op2};
556 return getMulExpr(Ops, Flags, Depth)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAG.h 341 SDUse *Ops = OperandRecycler.allocate(
345 Ops[I].setUser(Node);
346 Ops[I].setInitial(Vals[I]);
349 Node->OperandList = Ops;
661 SDValue Ops[] = { Chain, getRegister(Reg, N.getValueType()), N, Glue };
663 makeArrayRef(Ops, Glue.getNode() ? 4 : 3));
670 SDValue Ops[] = { Chain, Reg, N, Glue };
672 makeArrayRef(Ops, Glue.getNode() ? 4 : 3));
677 SDValue Ops[] = { Chain, getRegister(Reg, VT) };
678 return getNode(ISD::CopyFromReg, dl, VTs, Ops);
    [all...]
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 808 BinOpInfo Ops;
810 Ops.LHS = ComplexPairTy(CGF.EmitScalarExpr(E->getLHS()), nullptr);
812 Ops.LHS = Visit(E->getLHS());
814 Ops.RHS = ComplexPairTy(CGF.EmitScalarExpr(E->getRHS()), nullptr);
816 Ops.RHS = Visit(E->getRHS());
818 Ops.Ty = E->getType();
819 return Ops;
    [all...]

Completed in 1775 milliseconds

1 2 3 45 6 7 8