Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DCallingConv.h100 X86_FastCall = 65, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp206 CheckFunc->setCallingConv(CallingConv::X86_FastCall); in runImpl()
233 CI->setCallingConv(CallingConv::X86_FastCall); in runImpl()
H A DCallingConvLower.cpp198 return (CC == CallingConv::X86_VectorCall || CC == CallingConv::X86_FastCall); in isValueTypeInRegForCC()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DMangler.cpp83 case CallingConv::X86_FastCall: in hasByteCountSuffix()
162 if (CC == CallingConv::X86_FastCall) in getNameWithPrefix()
H A DAsmWriter.cpp313 case CallingConv::X86_FastCall: Out << "x86_fastcallcc"; break; in PrintCallingConv()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h359 case CallingConv::X86_FastCall: in isCallingConvWin64()
H A DX86ISelLoweringCall.cpp601 F->setCallingConv(CallingConv::X86_FastCall); in insertSSPDeclarations()
1264 case CallingConv::X86_FastCall: in mayTailCallThisCC()
1507 if (is64Bit() || (CallConv != CallingConv::X86_FastCall && in createVarArgAreaAndStoreRegisters()
2914 case CallingConv::X86_FastCall: in isCalleePop()
H A DX86FastISel.cpp1186 CC != CallingConv::X86_FastCall && in X86SelectRet()
3250 case CallingConv::X86_FastCall: in fastLowerCall()
H A DX86CallingConv.td1069 CCIfCC<"CallingConv::X86_FastCall", CCDelegateTo<CC_X86_32_FastCall>>,
H A DX86FrameLowering.cpp3132 if (CallingConvention == CallingConv::X86_FastCall || in GetScratchRegister()
H A DX86ISelLowering.cpp27355 case CallingConv::X86_FastCall: in LowerINIT_TRAMPOLINE()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp692 if (State.CC == llvm::CallingConv::X86_FastCall || in shouldAggregateUseDirect()
709 if (!IsPtrOrInt && (State.CC == llvm::CallingConv::X86_FastCall || in shouldPrimitiveUseInReg()
752 bool IsFastCall = State.CC == llvm::CallingConv::X86_FastCall; in classifyArgumentType()
912 else if (State.CC == llvm::CallingConv::X86_FastCall) { in computeInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp54 case CC_X86FastCall: return llvm::CallingConv::X86_FastCall; in ClangCallConvToLLVMCallConv()
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2113 case lltok::kw_x86_fastcallcc: CC = CallingConv::X86_FastCall; break; in parseOptionalCallingConv()