Home
last modified time | relevance | path

Searched refs:visitAllocaInst (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h186 SizeOffsetType visitAllocaInst(AllocaInst &I);
253 SizeOffsetEvalType visitAllocaInst(AllocaInst &I);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMemoryBuiltins.h229 SizeOffsetType visitAllocaInst(AllocaInst &I);
299 SizeOffsetEvalType visitAllocaInst(AllocaInst &I);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DInstVisitor.h170 RetTy visitAllocaInst(AllocaInst &I) { DELEGATE(Instruction); } in visitAllocaInst() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h131 void visitAllocaInst(AllocaInst &I);
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DInterpreter.h143 void visitAllocaInst(AllocaInst &I);
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h150 void visitAllocaInst(AllocaInst &I);
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLint.cpp90 void visitAllocaInst(AllocaInst &I);
500 void Lint::visitAllocaInst(AllocaInst &I) { in visitAllocaInst() function in Lint
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLint.cpp117 void visitAllocaInst(AllocaInst &I);
601 void Lint::visitAllocaInst(AllocaInst &I) { in visitAllocaInst() function in Lint
DMemoryBuiltins.cpp552 SizeOffsetType ObjectSizeOffsetVisitor::visitAllocaInst(AllocaInst &I) { in visitAllocaInst() function in ObjectSizeOffsetVisitor
830 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitAllocaInst(AllocaInst &I) { in visitAllocaInst() function in ObjectSizeOffsetEvaluator
DCFLGraph.h342 void visitAllocaInst(AllocaInst &Inst) { addNode(&Inst); } in visitAllocaInst() function
/external/llvm/lib/Analysis/
DLint.cpp95 void visitAllocaInst(AllocaInst &I);
567 void Lint::visitAllocaInst(AllocaInst &I) { in visitAllocaInst() function in Lint
DMemoryBuiltins.cpp451 SizeOffsetType ObjectSizeOffsetVisitor::visitAllocaInst(AllocaInst &I) { in visitAllocaInst() function in ObjectSizeOffsetVisitor
725 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitAllocaInst(AllocaInst &I) { in visitAllocaInst() function in ObjectSizeOffsetEvaluator
DCFLGraph.h290 void visitAllocaInst(AllocaInst &Inst) { addNode(&Inst); } in visitAllocaInst() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstVisitor.h180 RetTy visitAllocaInst(AllocaInst &I) { DELEGATE(UnaryInstruction);} in visitAllocaInst() function
/external/llvm/include/llvm/IR/
DInstVisitor.h177 RetTy visitAllocaInst(AllocaInst &I) { DELEGATE(UnaryInstruction);} in visitAllocaInst() function
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombine.h185 Instruction *visitAllocaInst(AllocaInst &AI);
DInstCombineLoadStoreAlloca.cpp25 Instruction *InstCombiner::visitAllocaInst(AllocaInst &AI) { in visitAllocaInst() function in InstCombiner
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h319 Instruction *visitAllocaInst(AllocaInst &AI);
DInstCombineLoadStoreAlloca.cpp226 Instruction *InstCombiner::visitAllocaInst(AllocaInst &AI) { in visitAllocaInst() function in InstCombiner
/external/swiftshader/third_party/LLVM/lib/VMCore/
DVerifier.cpp295 void visitAllocaInst(AllocaInst &AI);
1349 void Verifier::visitAllocaInst(AllocaInst &AI) { in visitAllocaInst() function in Verifier
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h394 Instruction *visitAllocaInst(AllocaInst &AI);
/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp350 void visitAllocaInst(AllocaInst &I);
1299 void DFSanVisitor::visitAllocaInst(AllocaInst &I) { in visitAllocaInst() function in DFSanVisitor
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp453 void visitAllocaInst(AllocaInst &I);
1409 void DFSanVisitor::visitAllocaInst(AllocaInst &I) { in visitAllocaInst() function in DFSanVisitor
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp310 void visitAllocaInst(AllocaInst &I);
3332 void CWriter::visitAllocaInst(AllocaInst &I) { in visitAllocaInst() function in CWriter
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp525 void visitAllocaInst (Instruction &I) { markOverdefined(&I); } in visitAllocaInst() function in __anon8a523c670211::SCCPSolver

12