Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DMangler.cpp83 case CallingConv::X86_FastCall: in hasByteCountSuffix()
156 if (CC == CallingConv::X86_FastCall) in getNameWithPrefix()
H A DAsmWriter.cpp303 case CallingConv::X86_FastCall: Out << "x86_fastcallcc"; break; in PrintCallingConv()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DCallingConv.h107 X86_FastCall = 65, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCallingConvLower.cpp203 return (CC == CallingConv::X86_VectorCall || CC == CallingConv::X86_FastCall); in isValueTypeInRegForCC()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h898 case CallingConv::X86_FastCall: in isCallingConvWin64()
H A DX86FastISel.cpp1187 CC != CallingConv::X86_FastCall && in X86SelectRet()
3203 case CallingConv::X86_FastCall: in fastLowerCall()
H A DX86CallingConv.td1043 CCIfCC<"CallingConv::X86_FastCall", CCDelegateTo<CC_X86_32_FastCall>>,
H A DX86FrameLowering.cpp2730 if (CallingConvention == CallingConv::X86_FastCall || in GetScratchRegister()
H A DX86ISelLowering.cpp2549 F->setCallingConv(CallingConv::X86_FastCall); in insertSSPDeclarations()
3207 case CallingConv::X86_FastCall: in mayTailCallThisCC()
3449 if (is64Bit() || (CallConv != CallingConv::X86_FastCall && in createVarArgAreaAndStoreRegisters()
4979 case CallingConv::X86_FastCall: in isCalleePop()
27068 case CallingConv::X86_FastCall: in LowerINIT_TRAMPOLINE()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp1706 if (State.CC == llvm::CallingConv::X86_FastCall || in shouldAggregateUseDirect()
1725 if (State.CC == llvm::CallingConv::X86_FastCall || in shouldPrimitiveUseInReg()
1767 bool IsFastCall = State.CC == llvm::CallingConv::X86_FastCall; in classifyArgumentType()
1908 else if (State.CC == llvm::CallingConv::X86_FastCall) { in computeInfo()
H A DCGCall.cpp51 case CC_X86FastCall: return llvm::CallingConv::X86_FastCall; in ClangCallConvToLLVMCallConv()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1825 case lltok::kw_x86_fastcallcc: CC = CallingConv::X86_FastCall; break; in parseOptionalCallingConv()