Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp486 getSameOpcode({BaseOp0, Op0}).getOpcode() || in areCompatibleCmpOps()
487 getSameOpcode({BaseOp1, Op1}).getOpcode(); in areCompatibleCmpOps()
1208 InstructionsState S = getSameOpcode(Ops); in getShallowScore()
4594 InstructionsState S = getSameOpcode(VL); in buildTree_rec()
4802 S = getSameOpcode(*It); in buildTree_rec()
7697 InstructionsState S = getSameOpcode(VL); in vectorizeTree()
7703 S = getSameOpcode(*It); in vectorizeTree()
10298 InstructionsState S = getSameOpcode(VL); in tryToVectorizeList()
11948 InstructionsState S = getSameOpcode({I1, I2}); in compareCmp()
12398 InstructionsState S = getSameOpcode({I1, I2}); in vectorizeStoreChains()
[all …]