Home
last modified time | relevance | path

Searched refs:canGuaranteeTCO (Results 1 – 25 of 83) sorted by relevance

1234

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp520 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function
532 return canGuaranteeTCO(CC); in mayTailCallThisCC()
757 return canGuaranteeTCO(CalleeCC) && CalleeCC == CallerF.getCallingConv(); in isEligibleForTailCallOptimization()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/AArch64/
H A DAArch64CallLowering.cpp498 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function
510 return canGuaranteeTCO(CC); in mayTailCallThisCC()
735 return canGuaranteeTCO(CalleeCC) && CalleeCC == CallerF.getCallingConv(); in isEligibleForTailCallOptimization()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp524 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function
536 return canGuaranteeTCO(CC); in mayTailCallThisCC()
722 return canGuaranteeTCO(CalleeCC) && CalleeCC == CallerF.getCallingConv(); in isEligibleForTailCallOptimization()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64CallLowering.cpp498 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function
510 return canGuaranteeTCO(CC); in mayTailCallThisCC()
735 return canGuaranteeTCO(CalleeCC) && CalleeCC == CallerF.getCallingConv(); in isEligibleForTailCallOptimization()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallLowering.cpp498 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function
510 return canGuaranteeTCO(CC); in mayTailCallThisCC()
735 return canGuaranteeTCO(CalleeCC) && CalleeCC == CallerF.getCallingConv(); in isEligibleForTailCallOptimization()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp524 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function
536 return canGuaranteeTCO(CC); in mayTailCallThisCC()
722 return canGuaranteeTCO(CalleeCC) && CalleeCC == CallerF.getCallingConv(); in isEligibleForTailCallOptimization()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp523 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function
535 return canGuaranteeTCO(CC); in mayTailCallThisCC()
760 return canGuaranteeTCO(CalleeCC) && CalleeCC == CallerF.getCallingConv(); in isEligibleForTailCallOptimization()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp525 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function
537 return canGuaranteeTCO(CC); in mayTailCallThisCC()
762 return canGuaranteeTCO(CalleeCC) && CalleeCC == CallerF.getCallingConv(); in isEligibleForTailCallOptimization()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp222 static bool canGuaranteeTCO(CallingConv::ID CC) { return false; } in canGuaranteeTCO() function
231 return canGuaranteeTCO(CC); in mayTailCallThisCC()
238 return GuaranteedTailCallOpt && canGuaranteeTCO(CC); in shouldGuaranteeTCO()
517 assert(!(IsVarArg && canGuaranteeTCO(CallConv)) && in LowerCall()
535 canGuaranteeTCO(CallConv)) { in LowerCall()
804 } else if (!canGuaranteeTCO(CallConv) && SR == StackStructReturn) { in LowerCall()
995 if (!canGuaranteeTCO(CCID) && argsAreStructReturn(Ins) == StackStructReturn) in LowerFormalArguments()
1178 if (canGuaranteeTCO(CalleeCC) && CCMatch) in IsEligibleForTailCallOptimization()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/M68k/
H A DM68kISelLowering.cpp222 static bool canGuaranteeTCO(CallingConv::ID CC) { return false; } in canGuaranteeTCO() function
231 return canGuaranteeTCO(CC); in mayTailCallThisCC()
238 return GuaranteedTailCallOpt && canGuaranteeTCO(CC); in shouldGuaranteeTCO()
517 assert(!(IsVarArg && canGuaranteeTCO(CallConv)) && in LowerCall()
535 canGuaranteeTCO(CallConv)) { in LowerCall()
804 } else if (!canGuaranteeTCO(CallConv) && SR == StackStructReturn) { in LowerCall()
995 if (!canGuaranteeTCO(CCID) && argsAreStructReturn(Ins) == StackStructReturn) in LowerFormalArguments()
1178 if (canGuaranteeTCO(CalleeCC) && CCMatch) in IsEligibleForTailCallOptimization()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp222 static bool canGuaranteeTCO(CallingConv::ID CC) { return false; } in canGuaranteeTCO() function
231 return canGuaranteeTCO(CC); in mayTailCallThisCC()
238 return GuaranteedTailCallOpt && canGuaranteeTCO(CC); in shouldGuaranteeTCO()
517 assert(!(IsVarArg && canGuaranteeTCO(CallConv)) && in LowerCall()
535 canGuaranteeTCO(CallConv)) { in LowerCall()
804 } else if (!canGuaranteeTCO(CallConv) && SR == StackStructReturn) { in LowerCall()
995 if (!canGuaranteeTCO(CCID) && argsAreStructReturn(Ins) == StackStructReturn) in LowerFormalArguments()
1178 if (canGuaranteeTCO(CalleeCC) && CCMatch) in IsEligibleForTailCallOptimization()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp222 static bool canGuaranteeTCO(CallingConv::ID CC) { return false; } in canGuaranteeTCO() function
231 return canGuaranteeTCO(CC); in mayTailCallThisCC()
238 return GuaranteedTailCallOpt && canGuaranteeTCO(CC); in shouldGuaranteeTCO()
517 assert(!(IsVarArg && canGuaranteeTCO(CallConv)) && in LowerCall()
536 canGuaranteeTCO(CallConv)) { in LowerCall()
805 } else if (!canGuaranteeTCO(CallConv) && SR == StackStructReturn) { in LowerCall()
998 if (!canGuaranteeTCO(CCID) && argsAreStructReturn(Ins) == StackStructReturn) in LowerFormalArguments()
1181 if (canGuaranteeTCO(CalleeCC) && CCMatch) in IsEligibleForTailCallOptimization()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp222 static bool canGuaranteeTCO(CallingConv::ID CC) { return false; } in canGuaranteeTCO() function
231 return canGuaranteeTCO(CC); in mayTailCallThisCC()
238 return GuaranteedTailCallOpt && canGuaranteeTCO(CC); in shouldGuaranteeTCO()
517 assert(!(IsVarArg && canGuaranteeTCO(CallConv)) && in LowerCall()
535 canGuaranteeTCO(CallConv)) { in LowerCall()
804 } else if (!canGuaranteeTCO(CallConv) && SR == StackStructReturn) { in LowerCall()
995 if (!canGuaranteeTCO(CCID) && argsAreStructReturn(Ins) == StackStructReturn) in LowerFormalArguments()
1178 if (canGuaranteeTCO(CalleeCC) && CCMatch) in IsEligibleForTailCallOptimization()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp222 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)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp1014 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function
1025 return canGuaranteeTCO(CC); in mayTailCallThisCC()
1063 return canGuaranteeTCO(CalleeCC) && CalleeCC == CallerF.getCallingConv(); in isEligibleForTailCallOptimization()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp1014 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function
1025 return canGuaranteeTCO(CC); in mayTailCallThisCC()
1063 return canGuaranteeTCO(CalleeCC) && CalleeCC == CallerF.getCallingConv(); in isEligibleForTailCallOptimization()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp1014 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function
1025 return canGuaranteeTCO(CC); in mayTailCallThisCC()
1063 return canGuaranteeTCO(CalleeCC) && CalleeCC == CallerF.getCallingConv(); in isEligibleForTailCallOptimization()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp1043 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function
1054 return canGuaranteeTCO(CC); in mayTailCallThisCC()
1092 return canGuaranteeTCO(CalleeCC) && CalleeCC == CallerF.getCallingConv(); in isEligibleForTailCallOptimization()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp1014 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function
1025 return canGuaranteeTCO(CC); in mayTailCallThisCC()
1063 return canGuaranteeTCO(CalleeCC) && CalleeCC == CallerF.getCallingConv(); in isEligibleForTailCallOptimization()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp1014 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function
1025 return canGuaranteeTCO(CC); in mayTailCallThisCC()
1063 return canGuaranteeTCO(CalleeCC) && CalleeCC == CallerF.getCallingConv(); in isEligibleForTailCallOptimization()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp604 static bool canGuaranteeTCO(CallingConv::ID CC, bool GuaranteeTailCalls) { in canGuaranteeTCO() function
812 if (canGuaranteeTCO(CalleeCC, MF.getTarget().Options.GuaranteedTailCallOpt)) in isEligibleForTailCallOptimization()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp604 static bool canGuaranteeTCO(CallingConv::ID CC, bool GuaranteeTailCalls) { in canGuaranteeTCO() function
812 if (canGuaranteeTCO(CalleeCC, MF.getTarget().Options.GuaranteedTailCallOpt)) in isEligibleForTailCallOptimization()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp604 static bool canGuaranteeTCO(CallingConv::ID CC, bool GuaranteeTailCalls) { in canGuaranteeTCO() function
812 if (canGuaranteeTCO(CalleeCC, MF.getTarget().Options.GuaranteedTailCallOpt)) in isEligibleForTailCallOptimization()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp642 static bool canGuaranteeTCO(CallingConv::ID CC, bool GuaranteeTailCalls) { in canGuaranteeTCO() function
850 if (canGuaranteeTCO(CalleeCC, MF.getTarget().Options.GuaranteedTailCallOpt)) in isEligibleForTailCallOptimization()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp604 static bool canGuaranteeTCO(CallingConv::ID CC, bool GuaranteeTailCalls) { in canGuaranteeTCO() function
812 if (canGuaranteeTCO(CalleeCC, MF.getTarget().Options.GuaranteedTailCallOpt)) in isEligibleForTailCallOptimization()

1234