Home
last modified time | relevance | path

Searched refs:optimizeExtractElementInst (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp192 bool optimizeExtractElementInst(Instruction *Inst);
5130 bool CodeGenPrepare::optimizeExtractElementInst(Instruction *Inst) { in optimizeExtractElementInst() function in CodeGenPrepare
5293 return optimizeExtractElementInst(I); in optimizeInst()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp380 bool optimizeExtractElementInst(Instruction *Inst);
6708 bool CodeGenPrepare::optimizeExtractElementInst(Instruction *Inst) { in optimizeExtractElementInst() function in CodeGenPrepare
7187 return optimizeExtractElementInst(cast<ExtractElementInst>(I)); in optimizeInst()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp441 bool optimizeExtractElementInst(Instruction *Inst);
7605 bool CodeGenPrepare::optimizeExtractElementInst(Instruction *Inst) { in optimizeExtractElementInst() function in CodeGenPrepare
8188 return optimizeExtractElementInst(cast<ExtractElementInst>(I)); in optimizeInst()