Home
last modified time | relevance | path

Searched refs:convertToMem (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/Target/X86/
DX86CallingConv.h95 It.convertToMem(State.AllocateStack(4, 4)); in CC_X86_32_MCUInReg()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMCallingConv.h257 It.convertToMem(State.AllocateStack(Size, Size)); in CC_ARM_AAPCS_Custom_Aggregate()
278 It.convertToMem(State.AllocateStack(Size, Align)); in CC_ARM_AAPCS_Custom_Aggregate()
/external/llvm/lib/Target/ARM/
DARMCallingConv.h254 It.convertToMem(State.AllocateStack(Size, Size)); in CC_ARM_AAPCS_Custom_Aggregate()
270 It.convertToMem(State.AllocateStack(Size, Align)); in CC_ARM_AAPCS_Custom_Aggregate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86CallingConv.h109 It.convertToMem(State.AllocateStack(4, 4)); in CC_X86_32_MCUInReg()
/external/llvm/lib/Target/SystemZ/
DSystemZCallingConv.h119 It.convertToMem(Offset); in CC_SystemZ_I128Indirect()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZCallingConv.h119 It.convertToMem(Offset); in CC_SystemZ_I128Indirect()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64CallingConvention.h53 It.convertToMem(State.AllocateStack(Size, std::max(Align, SlotAlign))); in finishStackBlock()
/external/llvm/lib/Target/AArch64/
DAArch64CallingConvention.h53 It.convertToMem(State.AllocateStack(Size, std::max(Align, SlotAlign))); in finishStackBlock()
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h135 void convertToMem(unsigned Offset) { in convertToMem() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DCallingConvLower.h136 void convertToMem(unsigned Offset) { in convertToMem() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp798 It.convertToMem(StackOffset); in CC_RISCV()