Home
last modified time | relevance | path

Searched refs:OperandValueProperties (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.h66 TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
67 TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None,
H A DWebAssemblyTargetTransformInfo.cpp56 TTI::OperandValueProperties Opd1PropInfo, in getArithmeticInstrCost()
57 TTI::OperandValueProperties Opd2PropInfo, ArrayRef<const Value *> Args, in getArithmeticInstrCost()
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFTargetTransformInfo.h62 TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
63 TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None,
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.h100 TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
101 TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None,
H A DNVPTXTargetTransformInfo.cpp427 TTI::OperandValueProperties Opd1PropInfo, in getArithmeticInstrCost()
428 TTI::OperandValueProperties Opd2PropInfo, ArrayRef<const Value *> Args, in getArithmeticInstrCost()
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiTargetTransformInfo.h97 TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
98 TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None,
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h90 TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
91 TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None,
H A DSystemZTargetTransformInfo.cpp423 TTI::OperandValueProperties Opd1PropInfo, in getArithmeticInstrCost()
424 TTI::OperandValueProperties Opd2PropInfo, ArrayRef<const Value *> Args, in getArithmeticInstrCost()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h146 TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
147 TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None,
H A DHexagonTargetTransformInfo.cpp267 TTI::OperandValueProperties Opd1PropInfo, in getArithmeticInstrCost()
268 TTI::OperandValueProperties Opd2PropInfo, ArrayRef<const Value *> Args, in getArithmeticInstrCost()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h109 TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
110 TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None,
H A DPPCTargetTransformInfo.cpp984 TTI::OperandValueProperties Opd1PropInfo, in getArithmeticInstrCost()
985 TTI::OperandValueProperties Opd2PropInfo, ArrayRef<const Value *> Args, in getArithmeticInstrCost()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h151 TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
152 TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None,
H A DAMDGPUTargetTransformInfo.cpp516 TTI::OperandValueProperties Opd1PropInfo, in getArithmeticInstrCost()
517 TTI::OperandValueProperties Opd2PropInfo, ArrayRef<const Value *> Args, in getArithmeticInstrCost()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h484 TTI::OperandValueProperties Opd1PropInfo,
485 TTI::OperandValueProperties Opd2PropInfo, ArrayRef<const Value *> Args,
1050 TTI::OperandValueProperties Op1VP = TTI::OP_None; in getUserCost()
1051 TTI::OperandValueProperties Op2VP = TTI::OP_None; in getUserCost()
1110 TTI::OperandValueProperties Op1VP = TTI::OP_None; in getUserCost()
1111 TTI::OperandValueProperties Op2VP = TTI::OP_None; in getUserCost()
H A DTargetTransformInfo.h919 enum OperandValueProperties { OP_None = 0, OP_PowerOf2 = 1 }; enum
1052 OperandValueProperties &OpProps);
1075 OperandValueProperties Opd1PropInfo = OP_None,
1076 OperandValueProperties Opd2PropInfo = OP_None,
1716 OperandValueProperties Opd1PropInfo, OperandValueProperties Opd2PropInfo,
2251 OperandValueProperties Opd1PropInfo, OperandValueProperties Opd2PropInfo,
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h193 TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
194 TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None,
H A DAArch64TargetTransformInfo.cpp1979 TTI::OperandValueProperties Opd1PropInfo, in getArithmeticInstrCost()
1980 TTI::OperandValueProperties Opd2PropInfo, ArrayRef<const Value *> Args, in getArithmeticInstrCost()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h133 TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
134 TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None,
H A DX86TargetTransformInfo.cpp180 TTI::OperandValueProperties Opd1PropInfo, in getArithmeticInstrCost()
181 TTI::OperandValueProperties Opd2PropInfo, ArrayRef<const Value *> Args, in getArithmeticInstrCost()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h250 TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
251 TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None,
H A DARMTargetTransformInfo.cpp1312 TTI::OperandValueProperties Opd1PropInfo, in getArithmeticInstrCost()
1313 TTI::OperandValueProperties Opd2PropInfo, ArrayRef<const Value *> Args, in getArithmeticInstrCost()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp713 OperandValueProperties &OpProps) { in getOperandInfo()
764 OperandValueProperties Opd1PropInfo, OperandValueProperties Opd2PropInfo, in getArithmeticInstrCost()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h788 TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
789 TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None,
1533 TTI::OperandValueProperties OpPropsX, OpPropsY, OpPropsZ, OpPropsBW; in getIntrinsicInstrCost()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7076 TargetTransformInfo::OperandValueProperties Op2VP; in getInstructionCost()
7104 TTI::OperandValueProperties Op1VP = TTI::OP_None; in getInstructionCost()
7105 TTI::OperandValueProperties Op2VP = TTI::OP_None; in getInstructionCost()

12