Home
last modified time | relevance | path

Searched refs:RegParmTypes (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCallingConvLower.cpp246 SmallVectorImpl<ForwardedRegister> &Forwards, ArrayRef<MVT> RegParmTypes, in analyzeMustTailForwardedRegisters() argument
254 for (MVT RegVT : RegParmTypes) { in analyzeMustTailForwardedRegisters()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp485 SmallVector<MVT, 2> RegParmTypes; in handleMustTailForwardedRegisters() local
486 RegParmTypes.push_back(MVT::i64); in handleMustTailForwardedRegisters()
487 RegParmTypes.push_back(MVT::f128); in handleMustTailForwardedRegisters()
492 CCInfo.analyzeMustTailForwardedRegisters(Forwards, RegParmTypes, AssignFn); in handleMustTailForwardedRegisters()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h517 SmallVectorImpl<ForwardedRegister> &Forwards, ArrayRef<MVT> RegParmTypes,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp969 SmallVector<MVT, 2> RegParmTypes; in LowerFormalArguments() local
971 RegParmTypes.push_back(IntVT); in LowerFormalArguments()
977 CCInfo.analyzeMustTailForwardedRegisters(Forwards, RegParmTypes, CC_M68k); in LowerFormalArguments()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5048 SmallVector<MVT, 2> RegParmTypes; in LowerFormalArguments() local
5049 RegParmTypes.push_back(MVT::i64); in LowerFormalArguments()
5050 RegParmTypes.push_back(MVT::f128); in LowerFormalArguments()
5054 CCInfo.analyzeMustTailForwardedRegisters(Forwards, RegParmTypes, in LowerFormalArguments()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3569 SmallVector<MVT, 2> RegParmTypes; in forwardMustTailParameters() local
3571 RegParmTypes.push_back(IntVT); in forwardMustTailParameters()
3573 RegParmTypes.push_back(VecVT); in forwardMustTailParameters()
3578 CCInfo.analyzeMustTailForwardedRegisters(Forwards, RegParmTypes, CC_X86); in forwardMustTailParameters()