HomeSort by relevance Sort by last modified time
    Searched refs:Op (Results 226 - 250 of 549) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/IR/
TypeFinder.cpp 146 if (Value *Op = V->getOperand(i))
147 incorporateValue(Op);
AsmWriter.h 91 void writeOperand(const Value *Op, bool PrintType);
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 145 const SCEV *Op = Trunc->getOperand();
146 OS << "(trunc " << *Op->getType() << " " << *Op << " to "
152 const SCEV *Op = ZExt->getOperand();
153 OS << "(zext " << *Op->getType() << " " << *Op << " to "
159 const SCEV *Op = SExt->getOperand();
160 OS << "(sext " << *Op->getType() << " " << *Op << " to "
336 unsigned SCEVTy, const SCEV *op, Type *ty
    [all...]
  /external/chromium_org/skia/ext/
benchmarking_canvas.cc 62 virtual bool clipRect(const SkRect& rect, SkRegion::Op op,
65 return SkProxyCanvas::clipRect(rect, op, doAa);
68 virtual bool clipRRect(const SkRRect& rrect, SkRegion::Op op,
71 return SkProxyCanvas::clipRRect(rrect, op, doAa);
74 virtual bool clipPath(const SkPath& path, SkRegion::Op op,
77 return SkProxyCanvas::clipPath(path, op, doAa);
81 SkRegion::Op op = SkRegion::kIntersect_Op) OVERRIDE
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrClipMaskManager.h 143 SkRegion::Op op,
GrSWMaskHelper.cpp 21 SkXfermode::Mode op_to_mode(SkRegion::Op op) {
32 return modeMap[op];
40 void GrSWMaskHelper::draw(const SkRect& rect, SkRegion::Op op,
44 SkXfermode* mode = SkXfermode::Create(op_to_mode(op));
58 void GrSWMaskHelper::draw(const SkPath& path, const SkStrokeRec& stroke, SkRegion::Op op,
76 SkXfermode* mode = SkXfermode::Create(op_to_mode(op));
  /external/chromium_org/third_party/skia/src/utils/
SkLuaCanvas.cpp 147 bool SkLuaCanvas::clipRect(const SkRect& r, SkRegion::Op op, bool doAA) {
151 return this->INHERITED::clipRect(r, op, doAA);
154 bool SkLuaCanvas::clipRRect(const SkRRect& rrect, SkRegion::Op op, bool doAA) {
158 return this->INHERITED::clipRRect(rrect, op, doAA);
161 bool SkLuaCanvas::clipPath(const SkPath& path, SkRegion::Op op, bool doAA) {
165 return this->INHERITED::clipPath(path, op, doAA);
168 bool SkLuaCanvas::clipRegion(const SkRegion& deviceRgn, SkRegion::Op op)
    [all...]
SkPictureUtils.cpp 173 virtual bool clipRect(const SkRect& rect, SkRegion::Op op,
175 return this->INHERITED::clipRect(rect, op, false);
180 virtual bool clipPath(const SkPath& path, SkRegion::Op op,
182 return this->updateClipConservativelyUsingBounds(path.getBounds(), op, path.isInverseFillType());
184 virtual bool clipRRect(const SkRRect& rrect, SkRegion::Op op,
186 return this->updateClipConservativelyUsingBounds(rrect.getBounds(), op, false);
  /external/llvm/include/llvm/Analysis/
ValueTracking.h 80 /// 'Op' must have a scalar integer type.
82 unsigned ComputeNumSignBits(Value *Op, const DataLayout *TD = 0,
  /external/llvm/include/llvm/MC/
MCTargetAsmParser.h 164 virtual unsigned validateTargetOperandClass(MCParsedAsmOperand *Op,
  /external/llvm/lib/Target/R600/
R600Packetizer.cpp 264 unsigned Op = TII->getOperandIdx(MI->getOpcode(),
266 MI->getOperand(Op).setImm(BS[i]);
268 unsigned Op = TII->getOperandIdx(MI->getOpcode(),
270 MI->getOperand(Op).setImm(BS.back());
R600InstrInfo.h 37 int getBranchInstr(const MachineOperand &op) const;
242 /// \brief Get the index of Op in the MachineInstr.
244 /// \returns -1 if the Instruction does not contain the specified \p Op.
245 int getOperandIdx(const MachineInstr &MI, unsigned Op) const;
247 /// \brief Get the index of \p Op for the given Opcode.
249 /// \returns -1 if the Instruction does not contain the specified \p Op.
250 int getOperandIdx(unsigned Opcode, unsigned Op) const;
253 void setImmOperand(MachineInstr *MI, unsigned Op, int64_t Imm) const;
R600InstrInfo.cpp 349 getTransSwizzle(R600InstrInfo::BankSwizzle Swz, unsigned Op) {
353 return Cycles[Op];
357 return Cycles[Op];
361 return Cycles[Op];
365 return Cycles[Op];
492 unsigned Op = getOperandIdx(IG[i]->getOpcode(),
495 IG[i]->getOperand(Op).getImm());
686 int R600InstrInfo::getBranchInstr(const MachineOperand &op) const {
687 const MachineInstr *MI = op.getParent();
    [all...]
  /external/skia/src/gpu/
GrClipMaskManager.h 143 SkRegion::Op op,
GrSWMaskHelper.cpp 21 SkXfermode::Mode op_to_mode(SkRegion::Op op) {
32 return modeMap[op];
40 void GrSWMaskHelper::draw(const SkRect& rect, SkRegion::Op op,
44 SkXfermode* mode = SkXfermode::Create(op_to_mode(op));
58 void GrSWMaskHelper::draw(const SkPath& path, const SkStrokeRec& stroke, SkRegion::Op op,
76 SkXfermode* mode = SkXfermode::Create(op_to_mode(op));
  /external/skia/src/utils/
SkLuaCanvas.cpp 147 bool SkLuaCanvas::clipRect(const SkRect& r, SkRegion::Op op, bool doAA) {
151 return this->INHERITED::clipRect(r, op, doAA);
154 bool SkLuaCanvas::clipRRect(const SkRRect& rrect, SkRegion::Op op, bool doAA) {
158 return this->INHERITED::clipRRect(rrect, op, doAA);
161 bool SkLuaCanvas::clipPath(const SkPath& path, SkRegion::Op op, bool doAA) {
165 return this->INHERITED::clipPath(path, op, doAA);
168 bool SkLuaCanvas::clipRegion(const SkRegion& deviceRgn, SkRegion::Op op)
    [all...]
SkPictureUtils.cpp 178 virtual bool clipRect(const SkRect& rect, SkRegion::Op op,
180 return this->INHERITED::clipRect(rect, op, false);
185 virtual bool clipPath(const SkPath& path, SkRegion::Op op,
187 return this->updateClipConservativelyUsingBounds(path.getBounds(), op, path.isInverseFillType());
189 virtual bool clipRRect(const SkRRect& rrect, SkRegion::Op op,
191 return this->updateClipConservativelyUsingBounds(rrect.getBounds(), op, false);
  /external/llvm/lib/Target/Hexagon/
HexagonPeephole.cpp 268 unsigned Op = MI->getOpcode();
272 switch (Op) {
277 NewOp = Op;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 338 Value *Op = LI.getOperand(0);
343 getOrEnforceKnownAlignment(Op, TD->getPrefTypeAlignment(LI.getType()),TD);
355 if (isa<CastInst>(Op))
367 if (Value *AvailableVal = FindAvailableLoadedValue(Op, LI.getParent(), BBI,6))
371 if (GetElementPtrInst *GEPI = dyn_cast<GetElementPtrInst>(Op)) {
380 Constant::getNullValue(Op->getType()), &LI);
387 if (isa<UndefValue>(Op) ||
388 (isa<ConstantPointerNull>(Op) && LI.getPointerAddressSpace() == 0)) {
393 Constant::getNullValue(Op->getType()), &LI);
398 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(Op))
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
BubbleTextView.java 25 import android.graphics.Region.Op;
182 destCanvas.clipRect(clipRect, Op.REPLACE);
309 getScrollY() + getHeight(), Region.Op.INTERSECT);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
workstealing.h 81 * @param op User-supplied functor (comparator, predicate, adding
83 * @param f Functor to "process" an element with op (depends on
94 typename Op,
98 Op
101 Op op, Fu& f, Red r,
192 result = f(op, begin + my_first);
228 result = r(result, f(op, current));
302 return op;
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 337 NVPTXTargetLowering::LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const {
338 SDLoc dl(Op);
339 const GlobalValue *GV = cast<GlobalAddressSDNode>(Op)->getGlobal();
340 Op = DAG.getTargetGlobalAddress(GV, dl, getPointerTy());
341 return DAG.getNode(NVPTXISD::Wrapper, dl, getPointerTy(), Op);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/llvm/utils/TableGen/
SetTheory.cpp 65 // SetIntBinOp - Abstract base class for (Op S, N) operators.
73 PrintFatalError(Loc, "Operator requires (Op Set, Int) arguments: " +
258 void SetTheory::addOperator(StringRef Name, Operator *Op) {
259 Operators[Name] = Op;
290 Operator *Op = Operators.lookup(OpInit->getDef()->getName());
291 if (!Op)
293 Op->apply(*this, DagExpr, Elts, Loc);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Region_Delegate.java 70 * to the given {@link Region.Op}.
72 * If the Op is not one that combines two shapes, then this return null
80 if (regionOp == Region.Op.DIFFERENCE.nativeInt) {
91 } else if (regionOp == Region.Op.INTERSECT.nativeInt) {
102 } else if (regionOp == Region.Op.UNION.nativeInt) {
113 } else if (regionOp == Region.Op.XOR.nativeInt) {
124 } else if (regionOp == Region.Op.REVERSE_DIFFERENCE.nativeInt) {
372 int left, int top, int right, int bottom, int op) {
379 new Rectangle2D.Float(left, top, right - left, bottom - top), op);
390 /*package*/ static boolean nativeOp(int native_dst, Rect rect, int native_region, int op) {
    [all...]

Completed in 702 milliseconds

1 2 3 4 5 6 7 8 91011>>