Home
last modified time | relevance | path

Searched refs:getPendingLocs (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64CallingConvention.h68 SmallVectorImpl<CCValAssign> &PendingMembers = State.getPendingLocs(); in CC_AArch64_Custom_Stack_Block()
105 SmallVectorImpl<CCValAssign> &PendingMembers = State.getPendingLocs(); in CC_AArch64_Custom_Block()
/external/llvm/lib/Target/X86/
DX86CallingConv.h56 SmallVectorImpl<CCValAssign> &PendingMembers = State.getPendingLocs(); in CC_X86_32_MCUInReg()
/external/llvm/lib/Target/SystemZ/
DSystemZCallingConv.h93 SmallVectorImpl<CCValAssign> &PendingMembers = State.getPendingLocs(); in CC_SystemZ_I128Indirect()
/external/llvm/lib/Target/ARM/
DARMCallingConv.h184 SmallVectorImpl<CCValAssign> &PendingMembers = State.getPendingLocs(); in CC_ARM_AAPCS_Custom_Aggregate()
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h499 SmallVectorImpl<llvm::CCValAssign> &getPendingLocs() { in getPendingLocs() function