/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kFrameLowering.h | 35 unsigned SlotSize; variable
|
H A D | M68kISelLowering.cpp | 389 unsigned SlotSize = Subtarget.getSlotSize(); in getReturnAddressFrameIndex() local 413 EVT PtrVT, unsigned SlotSize, int FPDiff, const SDLoc &DL) const { in EmitTailCallStoreRetAddr() argument 1209 unsigned SlotSize = Subtarget.getSlotSize(); in GetAlignedArgumentStackSize() local [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86RegisterInfo.h | 36 unsigned SlotSize; variable
|
H A D | X86FrameLowering.h | 38 unsigned SlotSize; variable
|
H A D | X86MachineFunctionInfo.cpp | 42 unsigned SlotSize = RegInfo->getSlotSize(); in setRestoreBasePointer() local
|
H A D | X86ArgumentStackSlotRebase.cpp | 159 unsigned SlotSize = TRI->getSlotSize(); runOnMachineFunction() local
|
H A D | X86DynAllocaExpander.cpp | 63 unsigned SlotSize = 0; global() member in __anona6af4fc20111::X86DynAllocaExpander
|
H A D | X86CallingConv.cpp | 304 unsigned SlotSize = Is64Bit ? 8 : 4; CC_X86_Intr() local
|
H A D | X86CallFrameOptimization.cpp | 123 unsigned SlotSize = 0; member in __anon871769c20111::X86CallFrameOptimization
|
H A D | X86ISelLoweringCall.cpp | 1964 EmitTailCallStoreRetAddr(SelectionDAG & DAG,MachineFunction & MF,SDValue Chain,SDValue RetAddrFrIdx,EVT PtrVT,unsigned SlotSize,int FPDiff,const SDLoc & dl) EmitTailCallStoreRetAddr() argument 2623 const uint64_t SlotSize = Subtarget.getRegisterInfo()->getSlotSize(); GetAlignedArgumentStackSize() local
|
H A D | X86ISelLowering.cpp | 2763 unsigned SlotSize = RegInfo->getSlotSize(); getReturnAddressFrameIndex() local 27354 unsigned SlotSize = RegInfo->getSlotSize(); LowerFRAMEADDR() local [all...] |
/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | CSKY.cpp | 62 CharUnits SlotSize = CharUnits::fromQuantity(XLen / 8); in EmitVAArg() local
|
H A D | PPC.cpp | 17 QualType Ty, CharUnits SlotSize, in complexTempStructure() argument 245 CharUnits SlotSize = CharUnits::fromQuantity(PtrByteSize); EmitVAArg() local 432 CharUnits SlotSize = CharUnits::fromQuantity(4); EmitVAArg() local 963 CharUnits SlotSize = CharUnits::fromQuantity(8); EmitVAArg() local [all...] |
H A D | LoongArch.cpp | 422 CharUnits SlotSize = CharUnits::fromQuantity(GRLen / 8); in EmitVAArg() local
|
H A D | Sparc.cpp | 288 CharUnits SlotSize = CharUnits::fromQuantity(8); in EmitVAArg() local
|
H A D | AArch64.cpp | 725 CharUnits SlotSize = BaseAddr.getAlignment(); EmitAAPCSVAArg() local 811 CharUnits SlotSize = CharUnits::fromQuantity(PointerSize); EmitDarwinVAArg() local
|
H A D | RISCV.cpp | 494 CharUnits SlotSize = CharUnits::fromQuantity(XLen / 8); EmitVAArg() local
|
H A D | ARM.cpp | 758 CharUnits SlotSize = CharUnits::fromQuantity(4); EmitVAArg() local
|
H A D | XCore.cpp | 142 CharUnits SlotSize = CharUnits::fromQuantity(4); in EmitVAArg() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | ABIInfoImpl.cpp | 171 emitVoidPtrDirectVAArg(CodeGenFunction & CGF,Address VAListAddr,llvm::Type * DirectTy,CharUnits DirectSize,CharUnits DirectAlign,CharUnits SlotSize,bool AllowHigherAlign,bool ForceRightAdjust) emitVoidPtrDirectVAArg() argument
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | NumericalStabilitySanitizer.cpp | 728 TypeSize SlotSize = DL.getTypeStoreSize(ExtendedVT); createShadowArguments() local 824 TypeSize SlotSize = DL.getTypeStoreSize(ExtendedVT); populateShadowStack() local 1781 TypeSize SlotSize = DL.getTypeStoreSize(VT); propagateNonFTStore() local
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVFrameLowering.cpp | 84 int64_t SlotSize = STI.getXLen() / 8; emitSCSPrologue() local 144 int64_t SlotSize = STI.getXLen() / 8; emitSCSEpilogue() local
|
/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelLowering.cpp | 1251 uint64_t SlotSize = PtrVT.getStoreSize(); in getReturnAddressFrameIndex() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 5232 int SlotSize = isPPC64 ? 8 : 4; EmitTailCallStoreFPAndRetAddr() local
|