Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DCallingConv.h100 X86_FastCall = 65, enumerator
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86Subtarget.h348 case CallingConv::X86_FastCall: in isCallingConvWin64()
H A DX86FastISel.cpp1180 CC != CallingConv::X86_FastCall && in X86SelectRet()
3200 case CallingConv::X86_FastCall: in fastLowerCall()
H A DX86CallingConv.td1077 CCIfCC<"CallingConv::X86_FastCall", CCDelegateTo<CC_X86_32_FastCall>>,
H A DX86FrameLowering.cpp2973 if (CallingConvention == CallingConv::X86_FastCall || in GetScratchRegister()
H A DX86ISelLowering.cpp3028 F->setCallingConv(CallingConv::X86_FastCall); in insertSSPDeclarations()
3687 case CallingConv::X86_FastCall: in mayTailCallThisCC()
3934 if (is64Bit() || (CallConv != CallingConv::X86_FastCall && in createVarArgAreaAndStoreRegisters()
5499 case CallingConv::X86_FastCall: in isCalleePop()
29008 case CallingConv::X86_FastCall: in LowerINIT_TRAMPOLINE()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp1769 if (State.CC == llvm::CallingConv::X86_FastCall || in shouldAggregateUseDirect()
1786 if (!IsPtrOrInt && (State.CC == llvm::CallingConv::X86_FastCall || in shouldPrimitiveUseInReg()
1829 bool IsFastCall = State.CC == llvm::CallingConv::X86_FastCall; in classifyArgumentType()
1970 else if (State.CC == llvm::CallingConv::X86_FastCall) { in computeInfo()
H A DCGCall.cpp53 case CC_X86FastCall: return llvm::CallingConv::X86_FastCall; in ClangCallConvToLLVMCallConv()
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp2032 case lltok::kw_x86_fastcallcc: CC = CallingConv::X86_FastCall; break; in parseOptionalCallingConv()