Home
last modified time | relevance | path

Searched refs:ArgCount (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp208 for (unsigned ArgCount = 1; ArgCount < CI->getNumArgOperands() && in lowerPrintfForGpu() local
209 ArgCount <= OpConvSpecifiers.size(); in lowerPrintfForGpu()
210 ArgCount++) { in lowerPrintfForGpu()
211 Value *Arg = CI->getArgOperand(ArgCount); in lowerPrintfForGpu()
227 if (OpConvSpecifiers[ArgCount - 1] == 'x' || in lowerPrintfForGpu()
228 OpConvSpecifiers[ArgCount - 1] == 'X' || in lowerPrintfForGpu()
229 OpConvSpecifiers[ArgCount - 1] == 'u' || in lowerPrintfForGpu()
230 OpConvSpecifiers[ArgCount - 1] == 'o') in lowerPrintfForGpu()
237 CI->setOperand(ArgCount, Arg); in lowerPrintfForGpu()
239 if (OpConvSpecifiers[ArgCount - 1] == 'f') { in lowerPrintfForGpu()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CallingConv.cpp301 size_t ArgCount = State.getMachineFunction().getFunction().arg_size(); in CC_X86_Intr() local
305 if (ArgCount == 1 && ValNo == 0) { in CC_X86_Intr()
309 } else if (ArgCount == 2 && ValNo == 0) { in CC_X86_Intr()
314 } else if (ArgCount == 2 && ValNo == 1) { in CC_X86_Intr()
326 if (Is64Bit && ArgCount == 2) in CC_X86_Intr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.cpp91 const size_t ArgCount = F->getFunctionType()->getNumParams(); in runFunction() local
93 ArgValues.slice(0, std::min(ArgValues.size(), ArgCount)); in runFunction()
/third_party/mesa3d/src/mesa/main/
Datifragshader.h51 GLuint ArgCount[2]; member
Datifragshader.c421 GLuint count0 = curProg->Instructions[j][i].ArgCount[0]; in _mesa_EndFragmentShaderATI()
422 GLuint count1 = curProg->Instructions[j][i].ArgCount[1]; in _mesa_EndFragmentShaderATI()
711 curI->ArgCount[optype] = arg_count; in _mesa_FragmentOpXATI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProcess.inc240 int ArgCount;
242 CommandLineToArgvW(GetCommandLineW(), &ArgCount);
246 Args.reserve(ArgCount);
261 for (int i = 1; i < ArgCount && !ec; ++i) {
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atifs_to_nir.c183 if (argId >= inst->ArgCount[alpha]) { in prepare_argument()
229 for (int i = 0; i < inst->ArgCount[alpha]; i++) in emit_arith_inst()
580 for (arg = 0; arg < inst->ArgCount[optype]; arg++) { in st_init_atifs_prog()