Searched refs:getSameOpcode (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 601 getSameOpcode({BaseOp0, Op0}, TLI).getOpcode() || in areCompatibleCmpOps() 602 getSameOpcode({BaseOp1, Op1}, TLI).getOpcode(); in areCompatibleCmpOps() 1384 InstructionsState S = getSameOpcode(Ops, TLI); in getShallowScore() 5602 InstructionsState S = getSameOpcode(VL, *TLI); in buildTree_rec() 5829 S = getSameOpcode(*It, *TLI); in buildTree_rec() 6966 InstructionsState S = getSameOpcode(VL, *R.TLI); in getBuildVectorCost() 9594 if (!getSameOpcode({In, In1}, *TLI).getOpcode()) in isGatherShuffledSingleRegisterEntry() 9622 getSameOpcode({V, V1}, *TLI).getOpcode() && in isGatherShuffledSingleRegisterEntry() 10505 InstructionsState S = getSameOpcode(VL, *TLI); in vectorizeOperand() 10511 S = getSameOpcode(*It, *TLI); in vectorizeOperand() [all …]
|