Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp2830 NeededInt = NeededSSE = 0; in classifyRegCallStructTypeImpl()
2838 NeededInt = NeededSSE = 0; in classifyRegCallStructTypeImpl()
2850 NeededInt = NeededSSE = 0; in classifyRegCallStructTypeImpl()
2858 NeededInt = NeededSSE = 0; in classifyRegCallStructTypeImpl()
2866 NeededInt += LocalNeededInt; in classifyRegCallStructTypeImpl()
2879 NeededInt = 0; in classifyRegCallStructType()
2883 return classifyRegCallStructTypeImpl(Ty, NeededInt, NeededSSE, in classifyRegCallStructType()
2904 unsigned NeededInt = 0, NeededSSE = 0, MaxVectorWidth = 0; in computeInfo() local
2912 FreeIntRegs -= NeededInt; in computeInfo()
2959 if (FreeIntRegs >= NeededInt && FreeSSERegs >= NeededSSE) { in computeInfo()
[all …]