Searched refs:RegParmTypes (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | CallingConvLower.cpp | 246 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 D | AArch64CallLowering.cpp | 485 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 D | CallingConvLower.h | 517 SmallVectorImpl<ForwardedRegister> &Forwards, ArrayRef<MVT> RegParmTypes,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.cpp | 969 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 D | AArch64ISelLowering.cpp | 5048 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 D | X86ISelLowering.cpp | 3569 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()
|