Home
last modified time | relevance | path

Searched refs:isArrayAllocation (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp236 Info.AI->isArrayAllocation() in alignAndPadAlloca()
H A DEvaluator.cpp342 if (AI->isArrayAllocation()) { in EvaluateBlock()
H A DLocal.cpp1923 return AI->isArrayAllocation() || in isArray()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp176 if (AI->isArrayAllocation()) in isDereferenceableForAllocaSize()
188 if (!AI.isArrayAllocation()) { in simplifyAllocaArraySize()
488 if (AI.isArrayAllocation()) in visitAllocaInst()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp435 if (AI->isArrayAllocation()) { in requiresStackProtector()
H A DSafeStack.cpp207 if (AI->isArrayAllocation()) { in getStaticAllocaAllocationSize()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp902 if (!I.isArrayAllocation()) in visitAllocaInst()
1284 assert(I.isArrayAllocation() || I.getAllocatedType()->isScalableTy()); in visitAllocaInst()
H A DLint.cpp462 if (!AI->isArrayAllocation() && ATy->isSized() && !ATy->isScalableTy()) in visitMemoryReference()
H A DStackSafetyAnalysis.cpp165 if (AI.isArrayAllocation()) { in getStaticAllocaSizeRange()
H A DInlineCost.cpp1580 if (I.isArrayAllocation()) { in visitAlloca()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp198 if (AI->isArrayAllocation()) { in addFieldForAlloca()
1234 if (Alloca->isArrayAllocation()) in insertSpills()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp940 if (!AI->isArrayAllocation()) { in getPointerDereferenceableBytes()
H A DInstructions.cpp67 if (isArrayAllocation()) { in getAllocationSize()
1290 bool AllocaInst::isArrayAllocation() const { in isArrayAllocation() function in AllocaInst
H A DAsmWriter.cpp4738 if (!AI->getArraySize() || AI->isArrayAllocation() || in printInstruction()
H A DVerifier.cpp4457 Check(!AI.isArrayAllocation(), in visitAllocaInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h2213 bool isArrayAllocation() const { in isArrayAllocation() function
2214 return cast<llvm::AllocaInst>(Val)->isArrayAllocation(); in isArrayAllocation()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp885 if (alloca_inst->isArrayAllocation()) { in Interpret()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp1117 if (AI->isArrayAllocation()) { in InjectCoverageAtBlock()
H A DMemorySanitizer.cpp6149 if (I.isArrayAllocation()) in instrumentAlloca()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp323 if (!AI->isStaticAlloca() || AI->isArrayAllocation()) in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp1780 if (I.isArrayAllocation()) { in visitAllocaInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h93 LLVM_ABI bool isArrayAllocation() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp5686 if (AI.isArrayAllocation() || !AT->isSized() || Size.isScalable() || in runOnAlloca()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc21469 {"_ZNK4llvm10AllocaInst17isArrayAllocationEv", "llvm::AllocaInst::isArrayAllocation() const"},