Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/include/llvm/IR/
H A DCallingConv.h103 X86_FastCall = 65, enumerator
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMangler.cpp85 case CallingConv::X86_FastCall: in hasByteCountSuffix()
164 if (CC == CallingConv::X86_FastCall) in getNameWithPrefix()
H A DFunction.cpp1199 case CallingConv::X86_FastCall: in supportsNonVoidReturnType()
H A DAsmWriter.cpp353 case CallingConv::X86_FastCall: Out << "x86_fastcallcc"; break; in PrintCallingConv()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h358 case CallingConv::X86_FastCall: in isCallingConvWin64()
H A DX86ISelLoweringCall.cpp620 F->setCallingConv(CallingConv::X86_FastCall); in insertSSPDeclarations()
1296 case CallingConv::X86_FastCall: in mayTailCallThisCC()
1539 if (is64Bit() || (CallConv != CallingConv::X86_FastCall && in createVarArgAreaAndStoreRegisters()
2993 case CallingConv::X86_FastCall: in isCalleePop()
H A DX86FastISel.cpp1187 CC != CallingConv::X86_FastCall && in X86SelectRet()
3288 case CallingConv::X86_FastCall: in fastLowerCall()
H A DX86CallingConv.td1064 CCIfCC<"CallingConv::X86_FastCall", CCDelegateTo<CC_X86_32_FastCall>>,
H A DX86FrameLowering.cpp3251 if (CallingConvention == CallingConv::X86_FastCall || in GetScratchRegister()
H A DX86ISelLowering.cpp28519 case CallingConv::X86_FastCall: in LowerINIT_TRAMPOLINE()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp459 if (State.CC != llvm::CallingConv::X86_FastCall && in getIndirectReturnResult()
688 if (State.CC == llvm::CallingConv::X86_FastCall || in shouldAggregateUseDirect()
705 if (!IsPtrOrInt && (State.CC == llvm::CallingConv::X86_FastCall || in shouldPrimitiveUseInReg()
748 bool IsFastCall = State.CC == llvm::CallingConv::X86_FastCall; in classifyArgumentType()
914 else if (State.CC == llvm::CallingConv::X86_FastCall) { in computeInfo()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp59 return llvm::CallingConv::X86_FastCall; in ClangCallConvToLLVMCallConv()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2215 case lltok::kw_x86_fastcallcc: CC = CallingConv::X86_FastCall; break; in parseOptionalCallingConv()