Home
last modified time | relevance | path

Searched refs:simplifyMaskedGather (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h231 Instruction *simplifyMaskedGather(IntrinsicInst &II);
DInstCombineCalls.cpp341 Instruction *InstCombinerImpl::simplifyMaskedGather(IntrinsicInst &II) { in simplifyMaskedGather() function in InstCombinerImpl
846 return simplifyMaskedGather(*II); in visitCallInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h516 Instruction *simplifyMaskedGather(IntrinsicInst &II);
DInstCombineCalls.cpp1118 Instruction *InstCombiner::simplifyMaskedGather(IntrinsicInst &II) { in simplifyMaskedGather() function in InstCombiner
1916 return simplifyMaskedGather(*II); in visitCallInst()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1089 static Instruction *simplifyMaskedGather(IntrinsicInst &II, InstCombiner &IC) { in simplifyMaskedGather() function
1382 return simplifyMaskedGather(*II, *this); in visitCallInst()