Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp25 Instruction *InstCombiner::visitAllocaInst(AllocaInst &AI) { in visitAllocaInst() function in InstCombiner
/external/llvm/lib/Analysis/
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
DLint.cpp567 void Lint::visitAllocaInst(AllocaInst &I) { in visitAllocaInst() function in Lint
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DInstVisitor.h170 RetTy visitAllocaInst(AllocaInst &I) { DELEGATE(Instruction); } 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/Analysis/
DLint.cpp500 void Lint::visitAllocaInst(AllocaInst &I) { in visitAllocaInst() function in Lint
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp226 Instruction *InstCombiner::visitAllocaInst(AllocaInst &AI) { in visitAllocaInst() function in InstCombiner
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp525 void visitAllocaInst (Instruction &I) { markOverdefined(&I); } in visitAllocaInst() function in __anon357eee1d0211::SCCPSolver
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSCCP.cpp538 void visitAllocaInst (Instruction &I) { markOverdefined(&I); } in visitAllocaInst() function in __anonb057c7490211::SCCPSolver
/external/swiftshader/third_party/LLVM/lib/VMCore/
DVerifier.cpp1349 void Verifier::visitAllocaInst(AllocaInst &AI) { in visitAllocaInst() function in Verifier
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DExecution.cpp733 void Interpreter::visitAllocaInst(AllocaInst &I) { in visitAllocaInst() function in Interpreter
/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp1299 void DFSanVisitor::visitAllocaInst(AllocaInst &I) { in visitAllocaInst() function in DFSanVisitor
DAddressSanitizer.cpp725 void visitAllocaInst(AllocaInst &AI) { in visitAllocaInst() function
DMemorySanitizer.cpp2682 void visitAllocaInst(AllocaInst &I) { in visitAllocaInst() function
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp3332 void CWriter::visitAllocaInst(AllocaInst &I) { in visitAllocaInst() function in CWriter
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp962 void Interpreter::visitAllocaInst(AllocaInst &I) { in visitAllocaInst() function in Interpreter
/external/llvm/lib/IR/
DVerifier.cpp3067 void Verifier::visitAllocaInst(AllocaInst &AI) { in visitAllocaInst() function in Verifier