Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DMangler.cpp83 case CallingConv::X86_FastCall: in hasByteCountSuffix()
154 if (CC == CallingConv::X86_FastCall) in getNameWithPrefix()
H A DAsmWriter.cpp357 case CallingConv::X86_FastCall: Out << "x86_fastcallcc"; break; in PrintCallingConv()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DCallingConv.h92 X86_FastCall = 65, enumerator
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCallingConvLower.cpp205 if (CC == CallingConv::X86_VectorCall || CC == CallingConv::X86_FastCall) in isValueTypeInRegForCC()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86Subtarget.h790 case CallingConv::X86_FastCall: in isCallingConvWin64()
H A DX86FastISel.cpp1177 CC != CallingConv::X86_FastCall && in X86SelectRet()
3230 case CallingConv::X86_FastCall: in fastLowerCall()
H A DX86CallingConv.td1006 CCIfCC<"CallingConv::X86_FastCall", CCDelegateTo<CC_X86_32_FastCall>>,
H A DX86FrameLowering.cpp2229 if (CallingConvention == CallingConv::X86_FastCall || in GetScratchRegister()
H A DX86ISelLowering.cpp2288 SecurityCheckCookie->setCallingConv(CallingConv::X86_FastCall); in insertSSPDeclarations()
2936 case CallingConv::X86_FastCall: in mayTailCallThisCC()
3330 (Is64Bit || (CallConv != CallingConv::X86_FastCall && in LowerFormalArguments()
3485 if (CallConv == CallingConv::X86_FastCall || in LowerFormalArguments()
4641 case CallingConv::X86_FastCall: in isCalleePop()
23116 case CallingConv::X86_FastCall: in LowerINIT_TRAMPOLINE()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp1594 if (State.CC == llvm::CallingConv::X86_FastCall || in shouldAggregateUseDirect()
1613 if (State.CC == llvm::CallingConv::X86_FastCall || in shouldPrimitiveUseInReg()
1694 State.CC == llvm::CallingConv::X86_FastCall || in classifyArgumentType()
1792 else if (State.CC == llvm::CallingConv::X86_FastCall) in computeInfo()
H A DCGCall.cpp50 case CC_X86FastCall: return llvm::CallingConv::X86_FastCall; in ClangCallConvToLLVMCallConv()
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp1914 case lltok::kw_x86_fastcallcc: CC = CallingConv::X86_FastCall; break; in ParseOptionalCallingConv()