Searched defs:Op (Results 1 - 11 of 11) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp414 const Value *Op = C->getOperand(i); local
418 if (isa<BasicBlock>(Op)) continue;
420 EnumerateOperandType(Op);
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp414 const Value *Op = C->getOperand(i); local
418 if (isa<BasicBlock>(Op)) continue;
420 EnumerateOperandType(Op);
H A DBitcodeWriter.cpp103 static unsigned GetEncodedRMWOperation(AtomicRMWInst::BinOp Op) { argument
104 switch (Op) {
/frameworks/base/graphics/java/android/graphics/
H A DRegion.java29 public enum Op { enum in class:Region
37 Op(int nativeInt) { method in class:Region.Op
243 return op(r, Op.UNION);
247 * Perform the specified Op on this region and the specified rect. Return
250 public boolean op(Rect r, Op op) {
256 * Perform the specified Op on this region and the specified rect. Return
259 public boolean op(int left, int top, int right, int bottom, Op op) {
265 * Perform the specified Op on this region and the specified region. Return
268 public boolean op(Region region, Op op) {
273 * Set this region to the result of performing the Op o
[all...]
/frameworks/compile/slang/
H A Dslang_rs_metadata_spec_encoder.cpp44 llvm::SmallVectorImpl<llvm::Value*> &Op) {
50 Op.push_back(MDS);
42 EncodeInteger(llvm::LLVMContext &C, unsigned I, llvm::SmallVectorImpl<llvm::Value*> &Op) argument
/frameworks/base/core/java/android/app/
H A DBackStackRecord.java42 BackStackRecord.Op op = bse.mHead;
100 BackStackRecord.Op op = new BackStackRecord.Op();
187 static final class Op { class in class:BackStackRecord
188 Op next;
189 Op prev;
199 Op mHead;
200 Op mTail;
280 Op op = mHead;
295 writer.print(prefix); writer.print(" Op #"); write
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java42 BackStackRecord.Op op = bse.mHead;
100 BackStackRecord.Op op = new BackStackRecord.Op();
187 static final class Op { class in class:BackStackRecord
188 Op next;
189 Op prev;
199 Op mHead;
200 Op mTail;
280 Op op = mHead;
295 writer.print(prefix); writer.print(" Op #"); write
[all...]
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestService.java56 final static Op[] mOpPairs = new Op[] {
112 final static Op[] mAvailOps = new Op[] {
228 Op mForegroundOp;
229 Op mBackgroundOp;
412 static public abstract class Op { class in class:TestService
416 public Op(String name, String longName) { method in class:TestService.Op
442 static class NoOp extends Op {
456 static class CpuOp extends Op {
[all...]
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.h74 enum Op { enum in class:android::uirenderer::DisplayList
578 virtual bool clipRect(float left, float top, float right, float bottom, SkRegion::Op op);
690 inline void addOp(const DisplayList::Op drawOp) {
697 uint32_t* addOp(const DisplayList::Op drawOp, const bool reject) {
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp222 : ConstantExpr(Ty, Instruction::UserOp1, &Op<0>(), 1) {
223 Op<0>() = UndefValue::get(Type::getInt32Ty(Context));
1433 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy);
1434 V = ConstantExpr::getCast(Opc, Op, CurTy);
2255 Value *Op; local
2256 if (getValueTypePair(Record, OpNum, NextValueNo, Op) ||
2264 I = CastInst::Create((Instruction::CastOps)Opc, Op, ResTy);
2277 Value *Op; local
2278 if (getValueTypePair(Record, OpNum, NextValueNo, Op))
2280 GEPIdx.push_back(Op);
2442 Value *Op; local
2460 Value *Op = NULL; local
2571 Value *Op; local
2647 Value *Op; local
2678 Value *Op; local
2750 Value *Op; local
2769 Value *Op = getFnValueByID(Record[1], OpTy); local
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp501 : ConstantExpr(Ty, Instruction::UserOp1, &Op<0>(), 1) {
502 Op<0>() = UndefValue::get(Type::getInt32Ty(Context));
1733 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy);
1734 V = ConstantExpr::getCast(Opc, Op, CurTy);
2549 Value *Op; local
2550 if (getValueTypePair(Record, OpNum, NextValueNo, Op) ||
2558 I = CastInst::Create((Instruction::CastOps)Opc, Op, ResTy);
2571 Value *Op; local
2572 if (getValueTypePair(Record, OpNum, NextValueNo, Op))
2574 GEPIdx.push_back(Op);
2741 Value *Op = NULL; local
2852 Value *Op; local
2970 Value *Op; local
2982 Value *Op; local
3126 Value *Op; local
3145 Value *Op = getFnValueByID(Record[1], OpTy); local
[all...]

Completed in 6222 milliseconds