Searched refs:opNode (Results 1 – 6 of 6) sorted by relevance
/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/vk-gl-cts/external/vulkan-docs/src/katex/ |
D | katex.js | 16396 var opNode = checkNodeType(base, "op"); 16398 if (opNode) { 16400 opNode.limits = limits; 16401 opNode.alwaysHandleSupSub = true; 16403 opNode = checkNodeType(base, "operatorname"); property 16405 if (opNode && opNode.alwaysHandleSupSub) { 16408 opNode.limits = _limits;
|
D | katex.mjs | 16030 let opNode = checkNodeType(base, "op"); 16032 if (opNode) { 16034 opNode.limits = limits; 16035 opNode.alwaysHandleSupSub = true; 16037 opNode = checkNodeType(base, "operatorname"); 16039 if (opNode && opNode.alwaysHandleSupSub) { 16041 opNode.limits = limits;
|
/third_party/glslang/glslang/MachineIndependent/ |
D | ParseHelper.cpp | 1583 TIntermOperator* opNode = node.getAsOperator(); in computeBuiltinPrecisions() local 1584 if (opNode == nullptr) in computeBuiltinPrecisions() 1633 opNode->getQualifier().precision = EpqNone; in computeBuiltinPrecisions() 1635 opNode->propagatePrecision(operationPrecision); in computeBuiltinPrecisions() 1636 opNode->setOperationPrecision(operationPrecision); in computeBuiltinPrecisions() 1639 opNode->getQualifier().precision = resultPrecision; in computeBuiltinPrecisions()
|