Searched refs:ArgCount (Results 1 – 7 of 7) sorted by relevance
208 for (unsigned ArgCount = 1; ArgCount < CI->getNumArgOperands() && in lowerPrintfForGpu() local209 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 …]
301 size_t ArgCount = State.getMachineFunction().getFunction().arg_size(); in CC_X86_Intr() local305 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()
91 const size_t ArgCount = F->getFunctionType()->getNumParams(); in runFunction() local93 ArgValues.slice(0, std::min(ArgValues.size(), ArgCount)); in runFunction()
51 GLuint ArgCount[2]; member
421 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()
240 int ArgCount;242 CommandLineToArgvW(GetCommandLineW(), &ArgCount);246 Args.reserve(ArgCount);261 for (int i = 1; i < ArgCount && !ec; ++i) {
183 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()