Home
last modified time | relevance | path

Searched defs:visitAllocaInst (Results 1 – 14 of 14) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyRefTypeMem2Local.cpp59 void WebAssemblyRefTypeMem2Local::visitAllocaInst(AllocaInst &AI) { in visitAllocaInst() function in WebAssemblyRefTypeMem2Local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
HDIROutliner.h360 bool visitAllocaInst(AllocaInst &AI) { return false; } in visitAllocaInst() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDMemoryBuiltins.cpp780 SizeOffsetAPInt ObjectSizeOffsetVisitor::visitAllocaInst(AllocaInst &I) { in visitAllocaInst() function in ObjectSizeOffsetVisitor
1137 SizeOffsetValue ObjectSizeOffsetEvaluator::visitAllocaInst(AllocaInst &I) { in visitAllocaInst() function in ObjectSizeOffsetEvaluator
HDLint.cpp569 void Lint::visitAllocaInst(AllocaInst &I) { in visitAllocaInst() function in Lint
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDIRSimilarityIdentifier.h537 InstrType visitAllocaInst(AllocaInst &AI) { return Illegal; } in visitAllocaInst() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDInstVisitor.h168 RetTy visitAllocaInst(AllocaInst &I) { DELEGATE(UnaryInstruction);} in visitAllocaInst() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineLoadStoreAlloca.cpp461 Instruction *InstCombinerImpl::visitAllocaInst(AllocaInst &AI) { in visitAllocaInst() function in InstCombinerImpl
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPULowerBufferFatPointers.cpp523 bool StoreFatPtrsAsIntsVisitor::visitAllocaInst(AllocaInst &I) { in visitAllocaInst() function in StoreFatPtrsAsIntsVisitor
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVEmitIntrinsics.cpp1321 Instruction *SPIRVEmitIntrinsics::visitAllocaInst(AllocaInst &I) { in visitAllocaInst() function in SPIRVEmitIntrinsics
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
HDExecution.cpp981 void Interpreter::visitAllocaInst(AllocaInst &I) { in visitAllocaInst() function in Interpreter
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDDataFlowSanitizer.cpp2840 void DFSanVisitor::visitAllocaInst(AllocaInst &I) { in visitAllocaInst() function in DFSanVisitor
HDAddressSanitizer.cpp1140 void visitAllocaInst(AllocaInst &AI) { in visitAllocaInst() function
HDMemorySanitizer.cpp4675 void visitAllocaInst(AllocaInst &I) { in visitAllocaInst() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDVerifier.cpp4280 void Verifier::visitAllocaInst(AllocaInst &AI) { in visitAllocaInst() function in Verifier