Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h186 SizeOffsetType visitAllocaInst(AllocaInst &I);
253 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/lib/ExecutionEngine/Interpreter/
DInterpreter.h143 void visitAllocaInst(AllocaInst &I);
DExecution.cpp733 void Interpreter::visitAllocaInst(AllocaInst &I) { in visitAllocaInst() function in Interpreter
/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/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h150 void visitAllocaInst(AllocaInst &I);
DExecution.cpp962 void Interpreter::visitAllocaInst(AllocaInst &I) { in visitAllocaInst() function in Interpreter
/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/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/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp350 void visitAllocaInst(AllocaInst &I);
1299 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.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 __anon10360b9e0211::SCCPSolver
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSCCP.cpp538 void visitAllocaInst (Instruction &I) { markOverdefined(&I); } in visitAllocaInst() function in __anon59b7b7ca0211::SCCPSolver
/external/llvm/lib/IR/
DVerifier.cpp426 void visitAllocaInst(AllocaInst &AI);
3067 void Verifier::visitAllocaInst(AllocaInst &AI) { in visitAllocaInst() function in Verifier