Lines Matching refs:getSameOpcode
475 static InstructionsState getSameOpcode(ArrayRef<Value *> VL,
486 getSameOpcode({BaseOp0, Op0}).getOpcode() || in areCompatibleCmpOps()
487 getSameOpcode({BaseOp1, Op1}).getOpcode(); in areCompatibleCmpOps()
493 static InstructionsState getSameOpcode(ArrayRef<Value *> VL, in getSameOpcode() function
1208 InstructionsState S = getSameOpcode(Ops); in getShallowScore()
1707 if (!OpcodeI || !getSameOpcode({OpcodeI, I}).getOpcode() || in getMaxNumOperandsThatCanBeReordered()
1952 getSameOpcode({MainAltOps[OpIdx].front(), AltOp.V}); in reorder()
2550 InstructionsState S = getSameOpcode(Last->Scalars); in newTreeEntry()
3526 getSameOpcode({GEP->getOperand(1), GEP0->getOperand(1)}) in canVectorizeLoads()
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()
11055 InstructionsState S = getSameOpcode(OrigReducedVals); in tryToReduce()
11074 InstructionsState NextS = getSameOpcode(ReducedVals[I + 1]); in tryToReduce()
11948 InstructionsState S = getSameOpcode({I1, I2}); in compareCmp()
12081 InstructionsState S = getSameOpcode({I1, I2}); in vectorizeChainsInBlock()
12115 InstructionsState S = getSameOpcode({I1, I2}); in vectorizeChainsInBlock()
12398 InstructionsState S = getSameOpcode({I1, I2}); in vectorizeStoreChains()
12423 InstructionsState S = getSameOpcode({I1, I2}); in vectorizeStoreChains()