Searched defs:Opd2PropInfo (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp95 TTI::OperandValueProperties Opd2PropInfo) {
104 Opd1PropInfo, Opd2PropInfo);
117 Opd1PropInfo, Opd2PropInfo);
92 getArithmeticInstrCost( unsigned Opcode, Type *Ty, TTI::OperandValueKind Opd1Info, TTI::OperandValueKind Opd2Info, TTI::OperandValueProperties Opd1PropInfo, TTI::OperandValueProperties Opd2PropInfo) argument
/external/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp390 TTI::OperandValueProperties Opd2PropInfo) {
443 Opd1PropInfo, Opd2PropInfo);
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 DPPCTargetTransformInfo.cpp263 TTI::OperandValueProperties Opd2PropInfo) {
268 Opd1PropInfo, Opd2PropInfo);
260 getArithmeticInstrCost( unsigned Opcode, Type *Ty, TTI::OperandValueKind Op1Info, TTI::OperandValueKind Op2Info, TTI::OperandValueProperties Opd1PropInfo, TTI::OperandValueProperties Opd2PropInfo) argument
/external/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp322 TTI::OperandValueProperties Opd2PropInfo) {
330 Opd2PropInfo == TargetTransformInfo::OP_PowerOf2) {
353 Opd1PropInfo, Opd2PropInfo);
319 getArithmeticInstrCost( unsigned Opcode, Type *Ty, TTI::OperandValueKind Opd1Info, TTI::OperandValueKind Opd2Info, TTI::OperandValueProperties Opd1PropInfo, TTI::OperandValueProperties Opd2PropInfo) argument
/external/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp91 TTI::OperandValueProperties Opd2PropInfo) {
100 Opd2PropInfo == TargetTransformInfo::OP_PowerOf2) {
88 getArithmeticInstrCost( unsigned Opcode, Type *Ty, TTI::OperandValueKind Op1Info, TTI::OperandValueKind Op2Info, TTI::OperandValueProperties Opd1PropInfo, TTI::OperandValueProperties Opd2PropInfo) argument
/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h276 TTI::OperandValueProperties Opd2PropInfo) {
272 getArithmeticInstrCost(unsigned Opcode, Type *Ty, TTI::OperandValueKind Opd1Info, TTI::OperandValueKind Opd2Info, TTI::OperandValueProperties Opd1PropInfo, TTI::OperandValueProperties Opd2PropInfo) argument

Completed in 73 milliseconds