Home
last modified time | relevance | path

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

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