Searched refs:opNode (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/src/gpu/ |
D | GrAuditTrail.cpp | 48 OpNode* opNode = new OpNode(proxyID); in addOp() local 49 opNode->fBounds = op->bounds(); in addOp() 50 opNode->fChildren.push_back(auditOp); in addOp() 51 fOpList.emplace_back(opNode); in addOp()
|
/third_party/skia/src/gpu/ |
D | GrAuditTrail.cpp | 47 OpNode* opNode = new OpNode(proxyID); in addOp() local 48 opNode->fBounds = op->bounds(); in addOp() 49 opNode->fChildren.push_back(auditOp); in addOp() 50 fOpsTask.emplace_back(opNode); in addOp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.td | 555 class LoadSPLS<string asmstring, PatFrag opNode> 558 [(set (i32 GPR:$Rd), (opNode ADDRspls:$src))]>, 653 class StoreSPLS<string asmstring, PatFrag opNode> 656 [(opNode (i32 GPR:$Rd), ADDRspls:$dst)]>,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 5114 // In effect, opNode is the same as (scalar_to_vector (IntNode)). 5116 SDPatternOperator opNode> { 5117 // If a lane instruction caught the vector_extract around opNode, we can 5119 def : Pat<(v8i8 (opNode V64:$Rn)), 5122 def : Pat<(v16i8 (opNode V128:$Rn)), 5125 def : Pat<(v4i16 (opNode V64:$Rn)), 5128 def : Pat<(v8i16 (opNode V128:$Rn)), 5131 def : Pat<(v4i32 (opNode V128:$Rn)), 5137 def : Pat<(i32 (vector_extract (insert_subvector undef, (v8i8 (opNode V64:$Rn)), 5142 def : Pat<(i32 (vector_extract (v16i8 (opNode V128:$Rn)), (i64 0))), [all …]
|
/third_party/glslang/glslang/MachineIndependent/ |
D | ParseHelper.cpp | 1359 TIntermOperator* opNode = node.getAsOperator(); in computeBuiltinPrecisions() local 1360 if (opNode == nullptr) in computeBuiltinPrecisions() 1409 opNode->getQualifier().precision = EpqNone; in computeBuiltinPrecisions() 1411 opNode->propagatePrecision(operationPrecision); in computeBuiltinPrecisions() 1412 opNode->setOperationPrecision(operationPrecision); in computeBuiltinPrecisions() 1415 opNode->getQualifier().precision = resultPrecision; in computeBuiltinPrecisions()
|