Lines Matching refs:Instruction
82 case Instruction::GetElementPtr: in getIntImmCost()
89 case Instruction::Store: in getIntImmCost()
99 case Instruction::ICmp: in getIntImmCost()
109 case Instruction::Add: in getIntImmCost()
110 case Instruction::Sub: in getIntImmCost()
120 case Instruction::Mul: in getIntImmCost()
127 case Instruction::Or: in getIntImmCost()
128 case Instruction::Xor: in getIntImmCost()
138 case Instruction::And: in getIntImmCost()
156 case Instruction::Shl: in getIntImmCost()
157 case Instruction::LShr: in getIntImmCost()
158 case Instruction::AShr: in getIntImmCost()
163 case Instruction::UDiv: in getIntImmCost()
164 case Instruction::SDiv: in getIntImmCost()
165 case Instruction::URem: in getIntImmCost()
166 case Instruction::SRem: in getIntImmCost()
167 case Instruction::Trunc: in getIntImmCost()
168 case Instruction::ZExt: in getIntImmCost()
169 case Instruction::SExt: in getIntImmCost()
170 case Instruction::IntToPtr: in getIntImmCost()
171 case Instruction::PtrToInt: in getIntImmCost()
172 case Instruction::BitCast: in getIntImmCost()
173 case Instruction::PHI: in getIntImmCost()
174 case Instruction::Call: in getIntImmCost()
175 case Instruction::Select: in getIntImmCost()
176 case Instruction::Ret: in getIntImmCost()
177 case Instruction::Load: in getIntImmCost()