Home
last modified time | relevance | path

Searched defs:ObjSize (Results 1 – 25 of 43) sorted by relevance

12

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARC/
H A DARCRegisterInfo.cpp41 int ObjSize, RegScavenger *RS, int SPAdj) { in replaceFrameIndex()
174 int ObjSize = MF.getFrameInfo().getObjectSize(FrameIndex); in eliminateFrameIndex() local
H A DARCISelLowering.cpp538 unsigned ObjSize = VA.getLocVT().getStoreSize(); in LowerCallArguments() local
678 unsigned ObjSize = VA.getLocVT().getStoreSize(); in LowerReturn() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
H A DARCRegisterInfo.cpp41 int ObjSize, RegScavenger *RS, int SPAdj) { in ReplaceFrameIndex()
177 int ObjSize = MF.getFrameInfo().getObjectSize(FrameIndex); in eliminateFrameIndex() local
H A DARCISelLowering.cpp502 unsigned ObjSize = VA.getLocVT().getStoreSize(); in LowerCallArguments() local
641 unsigned ObjSize = VA.getLocVT().getStoreSize(); in LowerReturn() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp63 SDValue Chain, SDValue Ptr, uint64_t ObjSize, in EmitUnrolledSetTag()
115 uint64_t ObjSize = cast<ConstantSDNode>(Size)->getZExtValue(); in EmitTargetCodeForSetTag() local
H A DAArch64MachineFunctionInfo.h208 int64_t ObjSize = MFI.getObjectSize(FrameIdx); in getCalleeSavedStackSize() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp122 SDValue Chain, SDValue Ptr, uint64_t ObjSize, in EmitUnrolledSetTag()
176 uint64_t ObjSize = cast<ConstantSDNode>(Size)->getZExtValue(); in EmitTargetCodeForSetTag() local
H A DAArch64MachineFunctionInfo.h288 int64_t ObjSize = MFI.getObjectSize(FrameIdx); in getCalleeSavedStackSize() local
295 int64_t ObjSize = MFI.getObjectSize(getSwiftAsyncContextFrameIdx()); in getCalleeSavedStackSize() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp605 int ObjSize = MFI->getObjectSize(i); in computeFreeStackSlots() local
641 int64_t ObjSize = MFI->getObjectSize(FrameIdx); in scavengeStackSlot() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp690 int ObjSize = MFI.getObjectSize(i); in computeFreeStackSlots() local
725 int64_t ObjSize = MFI.getObjectSize(FrameIdx); in scavengeStackSlot() local
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp153 Value *ObjSize = Builder->CreateSub(Size, Offset); in instrument() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp88 Value *ObjSize = IRB.CreateSub(Size, Offset); in getBoundsCheckCond() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp274 unsigned ObjSize = DL.getTypeAllocSize(ObjType); in IsSmallObject() local
1322 unsigned ObjSize = VA.getLocVT().getSizeInBits()/8; in LowerCCCArguments() local
1479 unsigned ObjSize = VA.getLocVT().getSizeInBits() / 8; in LowerReturn() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp271 unsigned ObjSize = DL.getTypeAllocSize(ObjType); in IsSmallObject() local
1316 unsigned ObjSize = VA.getLocVT().getSizeInBits()/8; in LowerCCCArguments() local
1471 unsigned ObjSize = VA.getLocVT().getSizeInBits() / 8; in LowerReturn() local
/aosp_15_r20/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp277 unsigned ObjSize = DL.getTypeAllocSize(ObjType); in IsSmallObject() local
1332 unsigned ObjSize = VA.getLocVT().getSizeInBits()/8; in LowerCCCArguments() local
1490 unsigned ObjSize = VA.getLocVT().getSizeInBits() / 8; in LowerReturn() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp750 int ObjSize = MFI.getObjectSize(i); in computeFreeStackSlots() local
785 int64_t ObjSize = MFI.getObjectSize(FrameIdx); in scavengeStackSlot() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp90 Value *ObjSize = IRB.CreateSub(Size, Offset); in getBoundsCheckCond() local
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp805 Value *llvm::emitMemCpyChk(Value *Dst, Value *Src, Value *Len, Value *ObjSize, in emitMemCpyChk()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DLoads.cpp134 uint64_t ObjSize; in isDereferenceableAndAlignedPointer() local
/aosp_15_r20/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp479 unsigned ObjSize = VA.getLocVT().getSizeInBits()/8; in LowerCCCArguments() local
/aosp_15_r20/external/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp476 unsigned ObjSize = VA.getLocVT().getSizeInBits() / 8; in LowerCCCArguments() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp686 unsigned ObjSize = VA.getLocVT().getSizeInBits()/8; in LowerCCCArguments() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp905 Value *llvm::emitMemCpyChk(Value *Dst, Value *Src, Value *Len, Value *ObjSize, in emitMemCpyChk()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp686 unsigned ObjSize = VA.getLocVT().getSizeInBits()/8; in LowerCCCArguments() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp488 unsigned ObjSize = VA.getLocVT().getSizeInBits() / 8; in LowerCCCArguments() local

12