/aosp_15_r20/external/deqp-deps/glslang/SPIRV/ |
D | disassemble.cpp | 184 unsigned numOperands = wordCount - 1; in processInstructions() local 282 void SpirvStream::disassembleImmediates(int numOperands) in disassembleImmediates() 291 void SpirvStream::disassembleIds(int numOperands) in disassembleIds() 340 void SpirvStream::disassembleInstruction(Id resultId, Id /*typeId*/, Op opCode, int numOperands) in disassembleInstruction()
|
D | SPVRemapper.cpp | 544 unsigned numOperands = wordCount - 1; in processInstruction() local 1248 const unsigned numOperands = wordCount - 2; // all types have a result in matchType() local
|
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/ |
H A D | disassemble.cpp | 186 unsigned numOperands = wordCount - 1; in processInstructions() local 284 void SpirvStream::disassembleImmediates(int numOperands) in disassembleImmediates() 293 void SpirvStream::disassembleIds(int numOperands) in disassembleIds() 354 void SpirvStream::disassembleInstruction(Id resultId, Id /*typeId*/, Op opCode, int numOperands) in disassembleInstruction()
|
H A D | SPVRemapper.cpp | 543 unsigned numOperands = wordCount - 1; in processInstruction() local 1280 const unsigned numOperands = wordCount - 2; // all types have a result in matchType() local
|
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAsmPrinter.cpp | 261 unsigned numOperands = MI.getNumOperands(); in EmitProgramInfoR600() local 331 unsigned numOperands = MI.getNumOperands(); in getSIProgramInfo() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/FlowSensitive/ |
D | Formula.h | 99 static unsigned numOperands(Kind K) { in numOperands() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/FlowSensitive/ |
D | Formula.h | 103 static unsigned numOperands(Kind K) { in numOperands() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/FlowSensitive/ |
D | Formula.h | 103 static unsigned numOperands(Kind K) { in numOperands() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/FlowSensitive/ |
D | Formula.h | 103 static unsigned numOperands(Kind K) { in numOperands() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | R600AsmPrinter.cpp | 55 unsigned numOperands = MI.getNumOperands(); in EmitProgramInfoR600() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | R600AsmPrinter.cpp | 55 unsigned numOperands = MI.getNumOperands(); in EmitProgramInfoR600() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/include/mlir-hlo/Dialect/mhlo/IR/ |
H A D | hlo_ops_base.h | 48 const int numOperands = op->getNumOperands(); in verifyTrait() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/dialect/ |
H A D | Base.h | 93 const int numOperands = op->getNumOperands(); in verifyTrait() local
|
H A D | StablehloOps.cpp | 2999 int numOperands = getNumOperands(); in verify() local 4850 size_t numOperands = getOperation()->getNumOperands(); in verify() local 5358 auto numOperands = operands().size(); in verify() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/utils/ |
H A D | codegen_utils.cc | 45 int numOperands = op->getNumOperands(); in emitNumElementsComputation() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/lhlo/transforms/ |
H A D | lhlo_elemental_utils.cc | 82 int numOperands = op->getNumOperands(); in noLoaderUser() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/ |
H A D | hlo_legalize_to_lhlo.cc | 104 size_t numOperands = results.size(); in convertResults() local
|
H A D | legalize_to_linalg.cc | 1608 int numOperands = static_cast<int>(adaptor.operands().size()); in matchAndRewrite() local 2473 auto numOperands = initValues.size(); in matchAndRewrite() local
|
/aosp_15_r20/external/llvm/utils/TableGen/ |
H A D | X86RecognizableInstr.cpp | 518 unsigned numOperands = OperandList.size(); in emitInstructionSpecifier() local
|
/aosp_15_r20/external/freetype/src/cff/ |
H A D | cffload.c | 1308 FT_UInt numOperands = (FT_UInt)( numBlends * blend->lenBV ); in cff_blend_doBlend() local
|
/aosp_15_r20/external/freetype/src/psaux/ |
H A D | psintrp.c | 425 CF2_UInt numOperands = (CF2_UInt)( numBlends * blend->lenBV ); in cf2_doBlend() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmTrinaryMinMaxTests.cpp | 465 const uint32_t numOperands = numOperations * 3u; in genInputBuffer() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/IR/ |
H A D | hlo_ops.cc | 3899 int numOperands = getNumOperands(); in verify() local 7118 size_t numOperands = getOperation()->getNumOperands(); in verify() local 7176 unsigned numOperands = op.getNumOperands(); in sortDropEmptyUseArgs() local 7940 auto numOperands = operands().size(); in verify() local
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Core.cpp | 884 const unsigned numOperands = N->getNumOperands(); in LLVMGetMDNodeOperands() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Core.cpp | 1185 const unsigned numOperands = N->getNumOperands(); in LLVMGetMDNodeOperands() local
|