Home | History | Annotate | Download | only in PowerPC

Lines Matching full:instruction

118   case Instruction::GetElementPtr:
125 case Instruction::And:
128 case Instruction::Add:
129 case Instruction::Or:
130 case Instruction::Xor:
133 case Instruction::Sub:
134 case Instruction::Mul:
135 case Instruction::Shl:
136 case Instruction::LShr:
137 case Instruction::AShr:
140 case Instruction::ICmp:
144 case Instruction::Select:
147 case Instruction::PHI:
148 case Instruction::Call:
149 case Instruction::Ret:
150 case Instruction::Load:
151 case Instruction::Store:
188 // helps expose latency-hiding opportunities to the instruction scheduler.
317 assert((Opcode == Instruction::Load || Opcode == Instruction::Store) &&
332 Opcode == Instruction::Load;
343 if (Src->isVectorTy() && Opcode == Instruction::Store)
345 Cost += getVectorInstrCost(Instruction::ExtractElement, Src, i);