Searched defs:ObjSize (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCRegisterInfo.cpp177 int ObjSize = MF.getFrameInfo().getObjectSize(FrameIndex); local
38 ReplaceFrameIndex(MachineBasicBlock::iterator II, const ARCInstrInfo &TII, unsigned Reg, unsigned FrameReg, int Offset, int StackSize, int ObjSize, RegScavenger *RS, int SPAdj) argument
H A DARCISelLowering.cpp502 unsigned ObjSize = VA.getLocVT().getStoreSize(); local
641 unsigned ObjSize = VA.getLocVT().getStoreSize(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp90 Value *ObjSize = IRB.CreateSub(Size, Offset); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp115 uint64_t ObjSize = cast<ConstantSDNode>(Size)->getZExtValue(); local
62 EmitUnrolledSetTag(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Ptr, uint64_t ObjSize, const MachineMemOperand *BaseMemOperand, bool ZeroData) argument
[all...]
H A DAArch64MachineFunctionInfo.h208 int64_t ObjSize = MFI.getObjectSize(FrameIdx); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp690 int ObjSize = MFI.getObjectSize(i); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp905 Value *llvm::emitMemCpyChk(Value *Dst, Value *Src, Value *Len, Value *ObjSize, argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp492 unsigned ObjSize = VA.getLocVT().getSizeInBits() / 8; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp686 unsigned ObjSize = VA.getLocVT().getSizeInBits()/8; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp274 unsigned ObjSize = DL.getTypeAllocSize(ObjType); local
1322 unsigned ObjSize = VA.getLocVT().getSizeInBits()/8; local
1479 unsigned ObjSize = VA.getLocVT().getSizeInBits() / 8; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp819 unsigned ObjSize = Flags.isByVal() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3627 unsigned ObjSize = VA.getValVT().getStoreSize(); local
3832 unsigned ObjSize = ObjectVT.getStoreSize(); local
4229 unsigned ObjSize = Flags.getByValSize(); local
4275 unsigned ObjSize = ObjectVT.getSizeInBits()/8; local
[all...]

Completed in 226 milliseconds