Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DCallingConv.h103 X86_FastCall = 65, enumerator
/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/lib/IR/
H A DMangler.cpp85 case CallingConv::X86_FastCall: in hasByteCountSuffix()
164 if (CC == CallingConv::X86_FastCall) in getNameWithPrefix()
H A DAsmWriter.cpp314 case CallingConv::X86_FastCall: Out << "x86_fastcallcc"; break; in PrintCallingConv()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h345 case CallingConv::X86_FastCall: in isCallingConvWin64()
H A DX86ISelLoweringCall.cpp603 F->setCallingConv(CallingConv::X86_FastCall); in insertSSPDeclarations()
1265 case CallingConv::X86_FastCall: in mayTailCallThisCC()
1508 if (is64Bit() || (CallConv != CallingConv::X86_FastCall && in createVarArgAreaAndStoreRegisters()
2931 case CallingConv::X86_FastCall: in isCalleePop()
H A DX86FastISel.cpp1188 CC != CallingConv::X86_FastCall && in X86SelectRet()
3252 case CallingConv::X86_FastCall: in fastLowerCall()
H A DX86CallingConv.td1088 CCIfCC<"CallingConv::X86_FastCall", CCDelegateTo<CC_X86_32_FastCall>>,
H A DX86FrameLowering.cpp3187 if (CallingConvention == CallingConv::X86_FastCall || in GetScratchRegister()
H A DX86ISelLowering.cpp27574 case CallingConv::X86_FastCall: in LowerINIT_TRAMPOLINE()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp472 if (State.CC != llvm::CallingConv::X86_FastCall && in getIndirectReturnResult()
693 if (State.CC == llvm::CallingConv::X86_FastCall || in shouldAggregateUseDirect()
710 if (!IsPtrOrInt && (State.CC == llvm::CallingConv::X86_FastCall || in shouldPrimitiveUseInReg()
753 bool IsFastCall = State.CC == llvm::CallingConv::X86_FastCall; in classifyArgumentType()
915 else if (State.CC == llvm::CallingConv::X86_FastCall) { in computeInfo()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp54 case CC_X86FastCall: return llvm::CallingConv::X86_FastCall; in ClangCallConvToLLVMCallConv()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2218 case lltok::kw_x86_fastcallcc: CC = CallingConv::X86_FastCall; break; in parseOptionalCallingConv()