Searched defs:Op2Info (Results 1 - 3 of 3) sorted by relevance
/external/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 389 TTI::OperandValueKind Op2Info, TTI::OperandValueProperties Opd1PropInfo, 442 int Cost = BaseT::getArithmeticInstrCost(Opcode, Ty, Op1Info, Op2Info, 453 Op2Info == TargetTransformInfo::OK_UniformConstantValue) 387 getArithmeticInstrCost( unsigned Opcode, Type *Ty, TTI::OperandValueKind Op1Info, TTI::OperandValueKind Op2Info, TTI::OperandValueProperties Opd1PropInfo, TTI::OperandValueProperties Opd2PropInfo) argument
|
/external/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 262 TTI::OperandValueKind Op2Info, TTI::OperandValueProperties Opd1PropInfo, 267 return BaseT::getArithmeticInstrCost(Opcode, Ty, Op1Info, Op2Info, 260 getArithmeticInstrCost( unsigned Opcode, Type *Ty, TTI::OperandValueKind Op1Info, TTI::OperandValueKind Op2Info, TTI::OperandValueProperties Opd1PropInfo, TTI::OperandValueProperties Opd2PropInfo) argument
|
/external/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 90 TTI::OperandValueKind Op2Info, TTI::OperandValueProperties Opd1PropInfo, 99 Op2Info == TargetTransformInfo::OK_UniformConstantValue && 106 Op2Info, TargetTransformInfo::OP_None, 108 Cost += getArithmeticInstrCost(Instruction::LShr, Ty, Op1Info, Op2Info, 111 Cost += getArithmeticInstrCost(Instruction::Add, Ty, Op1Info, Op2Info, 127 if (Op2Info == TargetTransformInfo::OK_UniformConstantValue && 166 (Op2Info == TargetTransformInfo::OK_UniformConstantValue || 167 Op2Info == TargetTransformInfo::OK_NonUniformConstantValue)) 279 if (Op2Info == TargetTransformInfo::OK_UniformConstantValue && 291 Op2Info 88 getArithmeticInstrCost( unsigned Opcode, Type *Ty, TTI::OperandValueKind Op1Info, TTI::OperandValueKind Op2Info, TTI::OperandValueProperties Opd1PropInfo, TTI::OperandValueProperties Opd2PropInfo) argument [all...] |
Completed in 69 milliseconds