Searched refs:opNode (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/gpu/ganesh/ |
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()
|
/external/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)]>,
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.td | 558 class LoadSPLS<string asmstring, PatFrag opNode> 561 [(set (i32 GPR:$Rd), (opNode ADDRspls:$src))]>, 656 class StoreSPLS<string asmstring, PatFrag opNode> 659 [(opNode (i32 GPR:$Rd), ADDRspls:$dst)]>,
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 4139 // In effect, opNode is the same as (scalar_to_vector (IntNode)). 4141 SDPatternOperator opNode> { 4142 // If a lane instruction caught the vector_extract around opNode, we can 4144 def : Pat<(v8i8 (opNode V64:$Rn)), 4147 def : Pat<(v16i8 (opNode V128:$Rn)), 4150 def : Pat<(v4i16 (opNode V64:$Rn)), 4153 def : Pat<(v8i16 (opNode V128:$Rn)), 4156 def : Pat<(v4i32 (opNode V128:$Rn)), 4162 def : Pat<(i32 (vector_extract (insert_subvector undef, (v8i8 (opNode V64:$Rn)), 4167 def : Pat<(i32 (vector_extract (v16i8 (opNode V128:$Rn)), (i64 0))), [all …]
|
/external/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 …]
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | ParseHelper.cpp | 1610 TIntermOperator* opNode = node.getAsOperator(); in computeBuiltinPrecisions() local 1611 if (opNode == nullptr) in computeBuiltinPrecisions() 1660 opNode->getQualifier().precision = EpqNone; in computeBuiltinPrecisions() 1662 opNode->propagatePrecision(operationPrecision); in computeBuiltinPrecisions() 1663 opNode->setOperationPrecision(operationPrecision); in computeBuiltinPrecisions() 1666 opNode->getQualifier().precision = resultPrecision; in computeBuiltinPrecisions()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ParseHelper.cpp | 1609 TIntermOperator* opNode = node.getAsOperator(); in computeBuiltinPrecisions() local 1610 if (opNode == nullptr) in computeBuiltinPrecisions() 1659 opNode->getQualifier().precision = EpqNone; in computeBuiltinPrecisions() 1661 opNode->propagatePrecision(operationPrecision); in computeBuiltinPrecisions() 1662 opNode->setOperationPrecision(operationPrecision); in computeBuiltinPrecisions() 1665 opNode->getQualifier().precision = resultPrecision; in computeBuiltinPrecisions()
|