Searched refs:RegParmTypes (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | CallingConvLower.cpp | 238 SmallVectorImpl<ForwardedRegister> &Forwards, ArrayRef<MVT> RegParmTypes, in analyzeMustTailForwardedRegisters() argument 246 for (MVT RegVT : RegParmTypes) { in analyzeMustTailForwardedRegisters()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64CallLowering.cpp | 504 SmallVector<MVT, 2> RegParmTypes; in handleMustTailForwardedRegisters() local 505 RegParmTypes.push_back(MVT::i64); in handleMustTailForwardedRegisters() 506 RegParmTypes.push_back(MVT::f128); in handleMustTailForwardedRegisters() 511 CCInfo.analyzeMustTailForwardedRegisters(Forwards, RegParmTypes, AssignFn); in handleMustTailForwardedRegisters()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | CallingConvLower.h | 494 SmallVectorImpl<ForwardedRegister> &Forwards, ArrayRef<MVT> RegParmTypes,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.cpp | 1003 SmallVector<MVT, 2> RegParmTypes; in LowerFormalArguments() local 1005 RegParmTypes.push_back(IntVT); in LowerFormalArguments() 1011 CCInfo.analyzeMustTailForwardedRegisters(Forwards, RegParmTypes, CC_M68k); in LowerFormalArguments()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 6605 SmallVector<MVT, 2> RegParmTypes; in LowerFormalArguments() local 6606 RegParmTypes.push_back(MVT::i64); in LowerFormalArguments() 6607 RegParmTypes.push_back(MVT::f128); in LowerFormalArguments() 6611 CCInfo.analyzeMustTailForwardedRegisters(Forwards, RegParmTypes, in LowerFormalArguments()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 4055 SmallVector<MVT, 2> RegParmTypes; in forwardMustTailParameters() local 4057 RegParmTypes.push_back(IntVT); in forwardMustTailParameters() 4059 RegParmTypes.push_back(VecVT); in forwardMustTailParameters() 4064 CCInfo.analyzeMustTailForwardedRegisters(Forwards, RegParmTypes, CC_X86); in forwardMustTailParameters()
|