/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARC/ |
H A D | ARCRegisterInfo.cpp | 41 int ObjSize, RegScavenger *RS, int SPAdj) { in replaceFrameIndex() 174 int ObjSize = MF.getFrameInfo().getObjectSize(FrameIndex); in eliminateFrameIndex() local
|
H A D | ARCISelLowering.cpp | 538 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 D | ARCRegisterInfo.cpp | 41 int ObjSize, RegScavenger *RS, int SPAdj) { in ReplaceFrameIndex() 177 int ObjSize = MF.getFrameInfo().getObjectSize(FrameIndex); in eliminateFrameIndex() local
|
H A D | ARCISelLowering.cpp | 502 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 D | AArch64SelectionDAGInfo.cpp | 63 SDValue Chain, SDValue Ptr, uint64_t ObjSize, in EmitUnrolledSetTag() 115 uint64_t ObjSize = cast<ConstantSDNode>(Size)->getZExtValue(); in EmitTargetCodeForSetTag() local
|
H A D | AArch64MachineFunctionInfo.h | 208 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 D | AArch64SelectionDAGInfo.cpp | 122 SDValue Chain, SDValue Ptr, uint64_t ObjSize, in EmitUnrolledSetTag() 176 uint64_t ObjSize = cast<ConstantSDNode>(Size)->getZExtValue(); in EmitTargetCodeForSetTag() local
|
H A D | AArch64MachineFunctionInfo.h | 288 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 D | PrologEpilogInserter.cpp | 605 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 D | PrologEpilogInserter.cpp | 690 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 D | BoundsChecking.cpp | 153 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 D | BoundsChecking.cpp | 88 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 D | XCoreISelLowering.cpp | 274 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 D | XCoreISelLowering.cpp | 271 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 D | XCoreISelLowering.cpp | 277 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 D | PrologEpilogInserter.cpp | 750 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 D | BoundsChecking.cpp | 90 Value *ObjSize = IRB.CreateSub(Size, Offset); in getBoundsCheckCond() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 805 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 D | Loads.cpp | 134 uint64_t ObjSize; in isDereferenceableAndAlignedPointer() local
|
/aosp_15_r20/external/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelLowering.cpp | 479 unsigned ObjSize = VA.getLocVT().getSizeInBits()/8; in LowerCCCArguments() local
|
/aosp_15_r20/external/llvm/lib/Target/Lanai/ |
H A D | LanaiISelLowering.cpp | 476 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 D | MSP430ISelLowering.cpp | 686 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 D | BuildLibCalls.cpp | 905 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 D | MSP430ISelLowering.cpp | 686 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 D | LanaiISelLowering.cpp | 488 unsigned ObjSize = VA.getLocVT().getSizeInBits() / 8; in LowerCCCArguments() local
|