Home
last modified time | relevance | path

Searched refs:AllocateRegBlock (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.cpp180 unsigned RegResult = State.AllocateRegBlock( in CC_AArch64_Custom_Block()
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallingConv.cpp231 unsigned RegResult = State.AllocateRegBlock(RegList, PendingMembers.size()); in CC_ARM_AAPCS_Custom_Aggregate()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h363 MCPhysReg AllocateRegBlock(ArrayRef<MCPhysReg> Regs, unsigned RegsRequired) { in AllocateRegBlock() function