Home
last modified time | relevance | path

Searched refs:OpType (Results 1 – 24 of 24) sorted by relevance

/external/skia/src/animator/
DSkScript2.h40 SkScriptEngine2(SkOperand2::OpType returnType);
42 bool convertTo(SkOperand2::OpType , SkScriptValue2* );
46 SkOperand2::OpType getReturnType() { return fReturnType; } in getReturnType()
54 static bool ConvertTo(SkScriptEngine2* , SkOperand2::OpType toType, SkScriptValue2* value);
220 void addTokenConst(SkScriptValue2* , AddTokenRegister , SkOperand2::OpType , TypeOp );
227 const SkOperand2::OpType* paramTypes, int paramTypeCount);
228 void convertToString(SkOperand2* operand, SkOperand2::OpType type) { in convertToString()
239 SkOperand2::OpType getUnboxType(SkOperand2 scriptValue);
265 SkOperand2::OpType fReturnType;
267 SkOperand2::OpType fAccumulatorType; // tracking for code generation
[all …]
DSkOpArray.h19 SkOpArray(SkOperand2::OpType type);
21 SkOperand2::OpType getType() { return fType; } in getType()
22 void setType(SkOperand2::OpType type) { in setType()
26 SkOperand2::OpType fType;
DSkScriptCallBack.h28 virtual SkOperand2::OpType getReturnType(size_t ref, SkOperand2*) { in getReturnType()
35 virtual bool convert(SkOperand2::OpType type, SkOperand2* operand) = 0;
40 virtual void getParamTypes(SkIntArray(SkOperand2::OpType)* types) = 0;
55 virtual void getParamTypes(SkIntArray(SkOperand2::OpType)* types) = 0;
DSkAnimatorScript2.cpp57 virtual bool convert(SkOperand2::OpType type, SkOperand2* operand) { in convert()
89 virtual SkOperand2::OpType getReturnType(int index) { in getReturnType()
133 virtual void getParamTypes(SkIntArray(SkOperand2::OpType)* types) { in getParamTypes()
135 SkOperand2::OpType* type = types->begin(); in getParamTypes()
184 virtual SkOperand2::OpType getReturnType(size_t index) { in getReturnType()
245 virtual void getParamTypes(SkIntArray(SkOperand2::OpType)* types) { in getParamTypes()
247 SkOperand2::OpType* type = types->begin(); in getParamTypes()
281 virtual void getParamTypes(SkIntArray(SkOperand2::OpType)* types) { in getParamTypes()
283 SkOperand2::OpType* type = types->begin(); in getParamTypes()
306 virtual bool convert(SkOperand2::OpType type, SkOperand2* operand) { in convert()
[all …]
DSkScriptTokenizer.cpp20 { SkOperand2::OpType(SkOperand2::kS32 | SkOperand2::kScalar | SkOperand2::kString),
21 …SkOperand2::OpType(SkOperand2::kS32 | SkOperand2::kScalar | SkOperand2::kString), kTowardsString, …
25 { SkOperand2::OpType(SkOperand2::kS32 | SkOperand2::kScalar),
26 …SkOperand2::OpType(SkOperand2::kS32 | SkOperand2::kScalar), kNoBias, kResultIsNotBoolean }, // kDi…
27 { SkOperand2::OpType(SkOperand2::kS32 | SkOperand2::kScalar | SkOperand2::kString),
28 … SkOperand2::OpType(SkOperand2::kS32 | SkOperand2::kScalar |SkOperand2:: kString), kTowardsNumber,
31 { SkOperand2::OpType(SkOperand2::kS32 | SkOperand2::kScalar | SkOperand2::kString),
32 … SkOperand2::OpType(SkOperand2::kS32 | SkOperand2::kScalar | SkOperand2::kString), kTowardsNumber,
37 { SkOperand2::kNoType, SkOperand2::OpType(SkOperand2::kS32 | SkOperand2::kScalar), kNoBias, kResult…
38 { SkOperand2::OpType(SkOperand2::kS32 | SkOperand2::kScalar),
[all …]
DSkScriptDecompile.cpp93 SkOperand2::OpType fType;
115 SkOperand2::OpType type = SkOperand2::kNoType; in ValidateDecompileTable()
118 type = (SkOperand2::OpType) (1 << index); in ValidateDecompileTable()
172 SkOperand2::OpType type; in decompile()
182 type = (SkOperand2::OpType) (type & ~(1 << index)); in decompile()
DSkAnimatorScript2.h35 static SkDisplayTypes ToDisplayType(SkOperand2::OpType type);
36 static SkOperand2::OpType ToOpType(SkDisplayTypes type);
DSkOperand2.h17 enum OpType { enum
43 SkOperand2::OpType fType : 8;
DSkOpArray.cpp13 SkOpArray::SkOpArray(SkOperand2::OpType type) : fType(type) { in SkOpArray()
DSkScriptRuntime.cpp151 SkOperand2::OpType type; in executeTokens()
/external/llvm/utils/TableGen/
DAsmWriterInst.h28 enum OpType { enum
62 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {} in OperandType()
65 OpType op = isLiteralTextOperand)
73 OpType op = isMachineInstrOperand)
/external/llvm/include/llvm/MC/
DMCDwarf.h329 enum OpType { enum
348 OpType Operation;
357 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V) in MCCFIInstruction()
363 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2) in MCCFIInstruction()
463 OpType getOperation() const { return Operation; } in getOperation()
/external/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.h108 bool opCanUseLiteralConstant(unsigned OpType) const;
113 bool opCanUseInlineConstant(unsigned OpType) const;
DSIRegisterInfo.cpp553 bool SIRegisterInfo::opCanUseLiteralConstant(unsigned OpType) const { in opCanUseLiteralConstant()
554 return OpType == AMDGPU::OPERAND_REG_IMM32; in opCanUseLiteralConstant()
557 bool SIRegisterInfo::opCanUseInlineConstant(unsigned OpType) const { in opCanUseInlineConstant()
558 if (opCanUseLiteralConstant(OpType)) in opCanUseInlineConstant()
561 return OpType == AMDGPU::OPERAND_REG_INLINE_C; in opCanUseInlineConstant()
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
DSIMCCodeEmitter.cpp80 unsigned OpType = Desc.OpInfo[OpNo].OperandType; in isSrcOperand() local
82 return OpType == AMDGPU::OPERAND_REG_IMM32 || in isSrcOperand()
83 OpType == AMDGPU::OPERAND_REG_INLINE_C; in isSrcOperand()
/external/skia/tools/debugger/
DSkDrawCommand.h22 enum OpType { enum
60 SkDrawCommand(OpType opType);
99 OpType getType() const { return fOpType; } in getType()
113 static const char* GetCommandString(OpType type);
119 OpType fOpType;
DSkDrawCommand.cpp168 SkDrawCommand::SkDrawCommand(OpType type) in SkDrawCommand()
177 const char* SkDrawCommand::GetCommandString(OpType type) { in GetCommandString()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrFormats.td32 // counterpart. OpKey uniquely identifies <INSN>, while OpType is
35 string OpType = "none";
124 let ColFields = ["OpType"];
1009 let OpType = "mem";
1021 let OpType = "mem";
1152 let OpType = "reg";
1161 let OpType = "reg";
1169 let OpType = "reg";
1289 let OpType = "mem";
1300 let OpType = "mem";
[all …]
/external/skia/debugger/
DSkDebugger.cpp90 overview->append(SkDrawCommand::GetCommandString((SkDrawCommand::OpType) i)); in getOverviewText()
/external/llvm/include/llvm/CodeGen/
DStackMaps.h164 typedef enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp } OpType; typedef
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h279 bool isExpr(unsigned OpType) const;
DHexagonInstrInfo.cpp1804 bool HexagonInstrInfo::isExpr(unsigned OpType) const { in isExpr()
1805 switch(OpType) { in isExpr()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1808 PointerType *OpType = cast<PointerType>(Operand->getType()); in visitGetElementPtrInst() local
1840 if (FindElementAtOffset(OpType, Offset.getSExtValue(), NewIndices)) { in visitGetElementPtrInst()
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2032 Type *OpType = Op->getType(); in handleBswap() local
2034 F.getParent(), Intrinsic::bswap, makeArrayRef(&OpType, 1)); in handleBswap()