/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyTargetTransformInfo.cpp | 48 TTI::OperandValueKind Opd2Info, TTI::OperandValueProperties Opd1PropInfo, in getArithmeticInstrCost() argument 53 Opcode, Ty, Opd1Info, Opd2Info, Opd1PropInfo, Opd2PropInfo); in getArithmeticInstrCost() 63 if (Opd2Info != TTI::OK_UniformValue && in getArithmeticInstrCost() 64 Opd2Info != TTI::OK_UniformConstantValue) in getArithmeticInstrCost()
|
D | WebAssemblyTargetTransformInfo.h | 61 TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 487 TTI::OperandValueKind Opd2Info, TTI::OperandValueProperties Opd1PropInfo, in getArithmeticInstrCost() argument 507 return Cost + BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost() 510 if (Opd2Info == TargetTransformInfo::OK_UniformConstantValue && in getArithmeticInstrCost() 516 Cost += getArithmeticInstrCost(Instruction::Add, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost() 519 Cost += getArithmeticInstrCost(Instruction::Sub, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost() 522 Cost += getArithmeticInstrCost(Instruction::Select, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost() 525 Cost += getArithmeticInstrCost(Instruction::AShr, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost() 532 if (Opd2Info == TargetTransformInfo::OK_UniformConstantValue) { in getArithmeticInstrCost() 539 Opd2Info, in getArithmeticInstrCost() 543 Opd2Info, in getArithmeticInstrCost() [all …]
|
D | AArch64TargetTransformInfo.h | 125 TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiTargetTransformInfo.h | 81 TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue, 90 return BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info, 101 return 64 * BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetTransformInfo.cpp | 116 TTI::OperandValueKind Opd2Info, TTI::OperandValueProperties Opd1PropInfo, in getArithmeticInstrCost() argument 126 return BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost() 139 return BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost()
|
D | NVPTXTargetTransformInfo.h | 91 TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetTransformInfo.cpp | 241 TTI::OperandValueKind Opd2Info, TTI::OperandValueProperties Opd1PropInfo, in getArithmeticInstrCost() argument 249 return BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost()
|
D | HexagonTargetTransformInfo.h | 133 TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.h | 75 TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.h | 91 TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetTransformInfo.cpp | 343 TTI::OperandValueKind Opd2Info, in getArithmeticInstrCost() argument 350 return BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost() 462 return BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost()
|
D | AMDGPUTargetTransformInfo.h | 177 TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.h | 125 TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 908 OperandValueKind Opd2Info = OK_AnyValue, 1317 OperandValueKind Opd2Info, OperandValueProperties Opd1PropInfo, 1716 OperandValueKind Opd2Info, 1721 return Impl.getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info,
|
D | TargetTransformInfoImpl.h | 434 TTI::OperandValueKind Opd2Info,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 596 OperandValueKind Opd2Info, OperandValueProperties Opd1PropInfo, in getArithmeticInstrCost() argument 600 Opcode, Ty, Opd1Info, Opd2Info, Opd1PropInfo, Opd2PropInfo, Args, CxtI); in getArithmeticInstrCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 633 TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
|