Searched defs:Opd2PropInfo (Results 1 - 6 of 6) sorted by relevance
/external/llvm/lib/Target/NVPTX/ |
H A D | NVPTXTargetTransformInfo.cpp | 95 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 D | ARMTargetTransformInfo.cpp | 390 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 D | PPCTargetTransformInfo.cpp | 263 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 D | AArch64TargetTransformInfo.cpp | 322 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 D | X86TargetTransformInfo.cpp | 91 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 D | TargetTransformInfoImpl.h | 276 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