/llvm-project/llvm/lib/ObjCopy/wasm/ |
H A D | WasmWriter.cpp | 49 size_t ObjectSize = sizeof(WasmMagic) + sizeof(WasmVersion); finalize() local
|
/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | WholeProgramDevirt.h | 94 uint64_t ObjectSize = 0; member
|
/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 603 lowerObjectSizeCall(IntrinsicInst * ObjectSize,const DataLayout & DL,const TargetLibraryInfo * TLI,bool MustSucceed) lowerObjectSizeCall() argument 612 lowerObjectSizeCall(IntrinsicInst * ObjectSize,const DataLayout & DL,const TargetLibraryInfo * TLI,AAResults * AA,bool MustSucceed,SmallVectorImpl<Instruction * > * InsertedInstructions) lowerObjectSizeCall() argument [all...] |
H A D | BasicAliasAnalysis.cpp | 156 std::optional<TypeSize> ObjectSize = getObjectSize(V, DL, TLI, NullIsValidLoc, isObjectSmallerThan() local 187 std::optional<TypeSize> ObjectSize = isObjectSize() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SeparateConstOffsetFromGEP.cpp | 1380 uint64_t ObjectSize; in swapGEPOperand() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPromoteAlloca.cpp | 1573 Function *ObjectSize = Intrinsic::getDeclaration( tryPromoteAllocaToLDS() local
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVFrameLowering.cpp | 1092 int64_t ObjectSize = MFI.getObjectSize(FI); assignRVVStackObjectOffsets() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.cpp | 3991 unsigned ObjectSize = 0; // Size of Object in bytes. global() member 4079 int ObjectSize = MFI.getObjectSize(Obj); orderFrameObjects() local [all...] |
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZFrameLowering.cpp | 76 uint64_t ObjectSize = 0; // Size of Object in bytes. global() member [all...] |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 270 LocationSize ObjectSize = isObjectScalable getStackAlignedMMO() local
|
H A D | SelectionDAGBuilder.cpp | 7532 const int64_t ObjectSize = visitIntrinsicCall() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 799 uint64_t ObjectSize; evaluateOrEmitBuiltinObjectSize() local
|