OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canGuaranteeTCO
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kISelLowering.cpp
222
static bool
canGuaranteeTCO
(CallingConv::ID CC) { return false; }
231
return
canGuaranteeTCO
(CC);
238
return GuaranteedTailCallOpt &&
canGuaranteeTCO
(CC);
517
assert(!(IsVarArg &&
canGuaranteeTCO
(CallConv)) &&
535
canGuaranteeTCO
(CallConv)) {
804
} else if (!
canGuaranteeTCO
(CallConv) && SR == StackStructReturn) {
995
if (!
canGuaranteeTCO
(CCID) && argsAreStructReturn(Ins) == StackStructReturn)
1178
if (
canGuaranteeTCO
(CalleeCC) && CCMatch)
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUCallLowering.cpp
1013
static bool
canGuaranteeTCO
(CallingConv::ID CC) {
1024
return
canGuaranteeTCO
(CC);
1062
return
canGuaranteeTCO
(CalleeCC) && CalleeCC == CallerF.getCallingConv();
SIISelLowering.cpp
2831
static bool
canGuaranteeTCO
(CallingConv::ID CC) {
2842
return
canGuaranteeTCO
(CC);
2873
if (
canGuaranteeTCO
(CalleeCC) && CCMatch)
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64CallLowering.cpp
612
static bool
canGuaranteeTCO
(CallingConv::ID CC, bool GuaranteeTailCalls) {
820
if (
canGuaranteeTCO
(CalleeCC, MF.getTarget().Options.GuaranteedTailCallOpt))
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp
3185
static bool
canGuaranteeTCO
(CallingConv::ID CC) {
3208
return
canGuaranteeTCO
(CC);
3215
return (GuaranteedTailCallOpt &&
canGuaranteeTCO
(CC)) ||
3627
!(IsVarArg &&
canGuaranteeTCO
(CallConv)) &&
3808
if (!Is64Bit && !
canGuaranteeTCO
(CallConv) &&
3979
assert(!(isVarArg &&
canGuaranteeTCO
(CallConv)) &&
4004
else if (IsGuaranteeTCO &&
canGuaranteeTCO
(CallConv))
4469
else if (!Is64Bit && !
canGuaranteeTCO
(CallConv) &&
4669
if (
canGuaranteeTCO
(CalleeCC) && CCMatch)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
5260
static bool
canGuaranteeTCO
(CallingConv::ID CC, bool GuaranteeTailCalls) {
5329
if (
canGuaranteeTCO
(CalleeCC, getTargetMachine().Options.GuaranteedTailCallOpt))
Completed in 61 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026