Home
last modified time | relevance | path

Searched refs:IRArgs (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGCall.cpp1291 struct IRArgs { struct in __anond5d483060411::ClangToLLVMArgMapping
1298 IRArgs() in IRArgs() function
1303 SmallVector<IRArgs, 8> ArgInfo;
1369 auto &IRArgs = ArgInfo[ArgNo]; in construct() local
1372 IRArgs.PaddingArgIndex = IRArgNo++; in construct()
1380 IRArgs.NumberOfArgs = STy->getNumElements(); in construct()
1382 IRArgs.NumberOfArgs = 1; in construct()
1387 IRArgs.NumberOfArgs = 1; in construct()
1392 IRArgs.NumberOfArgs = 0; in construct()
1395 IRArgs.NumberOfArgs = AI.getCoerceAndExpandTypeSequence().size(); in construct()
[all …]
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp1386 struct IRArgs { struct in __anon48bc75540511::ClangToLLVMArgMapping
1393 IRArgs() in IRArgs() argument
1398 SmallVector<IRArgs, 8> ArgInfo;
1464 auto &IRArgs = ArgInfo[ArgNo]; in construct() local
1467 IRArgs.PaddingArgIndex = IRArgNo++; in construct()
1475 IRArgs.NumberOfArgs = STy->getNumElements(); in construct()
1477 IRArgs.NumberOfArgs = 1; in construct()
1483 IRArgs.NumberOfArgs = 1; in construct()
1488 IRArgs.NumberOfArgs = 0; in construct()
1491 IRArgs.NumberOfArgs = AI.getCoerceAndExpandTypeSequence().size(); in construct()
[all …]