Home
last modified time | relevance | path

Searched refs:visitSelectInst (Results 1 – 25 of 39) sorted by relevance

12

/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h198 SizeOffsetType visitSelectInst(SelectInst &I);
261 SizeOffsetEvalType visitSelectInst(SelectInst &I);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMemoryBuiltins.h241 SizeOffsetType visitSelectInst(SelectInst &I);
307 SizeOffsetEvalType visitSelectInst(SelectInst &I);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DInstVisitor.h190 RetTy visitSelectInst(SelectInst &I) { DELEGATE(Instruction); } in visitSelectInst() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInlineCost.cpp263 bool visitSelectInst(SelectInst &SI);
1325 bool CallAnalyzer::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in CallAnalyzer
1347 return Base::visitSelectInst(SI); in visitSelectInst()
1363 return Base::visitSelectInst(SI); in visitSelectInst()
1380 return Base::visitSelectInst(SI); in visitSelectInst()
DMemoryBuiltins.cpp706 SizeOffsetType ObjectSizeOffsetVisitor::visitSelectInst(SelectInst &I) { in visitSelectInst() function in ObjectSizeOffsetVisitor
941 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitSelectInst(SelectInst &I) { in visitSelectInst() function in ObjectSizeOffsetEvaluator
DCFLGraph.h330 void visitSelectInst(SelectInst &Inst) { in visitSelectInst() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h150 void visitSelectInst(SelectInst &I);
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DInterpreter.h162 void visitSelectInst(SelectInst &I);
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h169 void visitSelectInst(SelectInst &I);
/external/llvm/lib/Transforms/Scalar/
DScalarizer.cpp140 bool visitSelectInst(SelectInst &SI);
397 bool Scalarizer::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in Scalarizer
DSCCP.cpp489 void visitSelectInst(SelectInst &I);
841 void SCCPSolver::visitSelectInst(SelectInst &I) { in visitSelectInst() function in SCCPSolver
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstVisitor.h201 RetTy visitSelectInst(SelectInst &I) { DELEGATE(Instruction);} in visitSelectInst() function
/external/llvm/include/llvm/IR/
DInstVisitor.h198 RetTy visitSelectInst(SelectInst &I) { DELEGATE(Instruction);} in visitSelectInst() function
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp606 SizeOffsetType ObjectSizeOffsetVisitor::visitSelectInst(SelectInst &I) { in visitSelectInst() function in ObjectSizeOffsetVisitor
837 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitSelectInst(SelectInst &I) { in visitSelectInst() function in ObjectSizeOffsetEvaluator
DCFLGraph.h278 void visitSelectInst(SelectInst &Inst) { in visitSelectInst() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DScalarizer.cpp169 bool visitSelectInst(SelectInst &SI);
502 bool Scalarizer::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in Scalarizer
DSCCP.cpp575 void visitSelectInst(SelectInst &I);
886 void SCCPSolver::visitSelectInst(SelectInst &I) { in visitSelectInst() function in SCCPSolver
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp168 bool visitSelectInst(SelectInst &I);
856 bool AMDGPUCodeGenPrepare::visitSelectInst(SelectInst &I) { in visitSelectInst() function in AMDGPUCodeGenPrepare
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombine.h177 Instruction *visitSelectInst(SelectInst &SI);
DInstCombineSelect.cpp649 Instruction *InstCombiner::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in InstCombiner
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h311 Instruction *visitSelectInst(SelectInst &SI);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp326 void visitSelectInst(SelectInst &SI);
1250 void SelectInstVisitor::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in SelectInstVisitor
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSCCP.cpp510 void visitSelectInst(SelectInst &I);
873 void SCCPSolver::visitSelectInst(SelectInst &I) { in visitSelectInst() function in SCCPSolver
/external/swiftshader/third_party/LLVM/lib/VMCore/
DVerifier.cpp288 void visitSelectInst(SelectInst &SI);
835 void Verifier::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in Verifier
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h387 Instruction *visitSelectInst(SelectInst &SI);

12