Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DManglerTest.cpp91 llvm::CallingConv::X86_FastCall, Mod, Mang), in TEST()
99 llvm::CallingConv::X86_FastCall, Mod, Mang), in TEST()
127 llvm::CallingConv::X86_FastCall, Mod, Mang), in TEST()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DCallingConv.h107 X86_FastCall = 65, enumerator
/llvm-project-15.0.7/llvm/lib/IR/
H A DMangler.cpp83 case CallingConv::X86_FastCall: in hasByteCountSuffix()
161 if (CC == CallingConv::X86_FastCall) in getNameWithPrefix()
H A DAsmWriter.cpp302 case CallingConv::X86_FastCall: Out << "x86_fastcallcc"; break; in PrintCallingConv()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp199 CheckFunc->setCallingConv(CallingConv::X86_FastCall); in runOnModule()
226 CI->setCallingConv(CallingConv::X86_FastCall); in runOnModule()
H A DCallingConvLower.cpp195 return (CC == CallingConv::X86_VectorCall || CC == CallingConv::X86_FastCall); in isValueTypeInRegForCC()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86Subtarget.h335 case CallingConv::X86_FastCall: in isCallingConvWin64()
H A DX86FastISel.cpp1182 CC != CallingConv::X86_FastCall && in X86SelectRet()
3198 case CallingConv::X86_FastCall: in fastLowerCall()
H A DX86CallingConv.td1077 CCIfCC<"CallingConv::X86_FastCall", CCDelegateTo<CC_X86_32_FastCall>>,
H A DX86FrameLowering.cpp2887 if (CallingConvention == CallingConv::X86_FastCall || in GetScratchRegister()
H A DX86ISelLowering.cpp2950 F->setCallingConv(CallingConv::X86_FastCall); in insertSSPDeclarations()
3609 case CallingConv::X86_FastCall: in mayTailCallThisCC()
3856 if (is64Bit() || (CallConv != CallingConv::X86_FastCall && in createVarArgAreaAndStoreRegisters()
5418 case CallingConv::X86_FastCall: in isCalleePop()
28436 case CallingConv::X86_FastCall: in LowerINIT_TRAMPOLINE()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMOps.td96 def CConvX86_FastCall : LLVM_EnumAttrCase<"X86_FastCall", "x86_fastcallcc",
97 "X86_FastCall", 65>;
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp1759 if (State.CC == llvm::CallingConv::X86_FastCall || in shouldAggregateUseDirect()
1778 if (State.CC == llvm::CallingConv::X86_FastCall || in shouldPrimitiveUseInReg()
1820 bool IsFastCall = State.CC == llvm::CallingConv::X86_FastCall; in classifyArgumentType()
1961 else if (State.CC == llvm::CallingConv::X86_FastCall) { in computeInfo()
H A DCGCall.cpp52 case CC_X86FastCall: return llvm::CallingConv::X86_FastCall; in ClangCallConvToLLVMCallConv()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp1917 case lltok::kw_x86_fastcallcc: CC = CallingConv::X86_FastCall; break; in parseOptionalCallingConv()