Home
last modified time | relevance | path

Searched refs:Opd2Info (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetTransformInfo.cpp48 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()
DWebAssemblyTargetTransformInfo.h61 TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp487 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 …]
DAArch64TargetTransformInfo.h125 TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiTargetTransformInfo.h81 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/
DNVPTXTargetTransformInfo.cpp116 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()
DNVPTXTargetTransformInfo.h91 TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp241 TTI::OperandValueKind Opd2Info, TTI::OperandValueProperties Opd1PropInfo, in getArithmeticInstrCost() argument
249 return BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost()
DHexagonTargetTransformInfo.h133 TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.h75 TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.h91 TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp343 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()
DAMDGPUTargetTransformInfo.h177 TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.h125 TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h908 OperandValueKind Opd2Info = OK_AnyValue,
1317 OperandValueKind Opd2Info, OperandValueProperties Opd1PropInfo,
1716 OperandValueKind Opd2Info,
1721 return Impl.getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info,
DTargetTransformInfoImpl.h434 TTI::OperandValueKind Opd2Info,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp596 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/
DBasicTTIImpl.h633 TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,