search for: cprcs

Displaying 5 results from an estimated 5 matches for "cprcs".

Did you mean: cprc
2012 Oct 23
4
[LLVMdev] ABI: how to let the backend know that an aggregate should be allocated on stack
...does not conform to the standard when we have a few VFP registers available but not enough. In that case, the beginning members of HA will be allocated to VFP, and the rest will go on stack. To fix the problem, it will be great if we can let the backend know the HA will be on stack and later VPF CPRCs will be on stack as well. There are some discussions on this, at least from the comments in TargetInfo.cpp: // This assumption is optimistic, as there could be free registers available // when we need to pass this argument in memory, and LLVM could try to pass // the argument in the free register....
2012 Oct 23
0
[LLVMdev] ABI: how to let the backend know that an aggregate should be allocated on stack
...when we have a few VFP registers available but not > enough. > > In that case, the beginning members of HA will be allocated to VFP, and the > rest will go on stack. > > To fix the problem, it will be great if we can let the backend know the HA > will be on stack and later VPF CPRCs will be on stack as well. > There are some discussions on this, at least from the comments in > TargetInfo.cpp: > // This assumption is optimistic, as there could be free registers available > // when we need to pass this argument in memory, and LLVM could try to pass > // the argume...
2012 Oct 24
0
[LLVMdev] [llvm-commits] ABI: how to let the backend know that an aggregate should be allocated on stack
...the standard when we have a few VFP registers available but not enough. > > In that case, the beginning members of HA will be allocated to VFP, and the rest will go on stack. > > To fix the problem, it will be great if we can let the backend know the HA will be on stack and later VPF CPRCs will be on stack as well. > There are some discussions on this, at least from the comments in TargetInfo.cpp: > // This assumption is optimistic, as there could be free registers available > // when we need to pass this argument in memory, and LLVM could try to pass > // the argument in...
2012 Oct 24
5
[LLVMdev] [llvm-commits] ABI: how to let the backend know that an aggregate should be allocated on stack
...en we have a few VFP registers available but not enough. >> >> In that case, the beginning members of HA will be allocated to VFP, and the rest will go on stack. >> >> To fix the problem, it will be great if we can let the backend know the HA will be on stack and later VPF CPRCs will be on stack as well. >> There are some discussions on this, at least from the comments in TargetInfo.cpp: >> // This assumption is optimistic, as there could be free registers available >> // when we need to pass this argument in memory, and LLVM could try to pass >> //...
2012 Oct 24
0
[LLVMdev] [llvm-commits] ABI: how to let the backend know that an aggregate should be allocated on stack
...VFP registers available but not enough. >>> >>> In that case, the beginning members of HA will be allocated to VFP, and the rest will go on stack. >>> >>> To fix the problem, it will be great if we can let the backend know the HA will be on stack and later VPF CPRCs will be on stack as well. >>> There are some discussions on this, at least from the comments in TargetInfo.cpp: >>> // This assumption is optimistic, as there could be free registers available >>> // when we need to pass this argument in memory, and LLVM could try to pass...