Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.h61 TTI::OperandValueKind Opd1Info = TTI::OK_AnyValue,
62 TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
H A DWebAssemblyTargetTransformInfo.cpp47 unsigned Opcode, Type *Ty, TTI::OperandValueKind Opd1Info, in getArithmeticInstrCost()
48 TTI::OperandValueKind Opd2Info, TTI::OperandValueProperties Opd1PropInfo, in getArithmeticInstrCost()
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.h91 TTI::OperandValueKind Opd1Info = TTI::OK_AnyValue,
92 TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
H A DNVPTXTargetTransformInfo.cpp116 unsigned Opcode, Type *Ty, TTI::OperandValueKind Opd1Info, in getArithmeticInstrCost()
117 TTI::OperandValueKind Opd2Info, TTI::OperandValueProperties Opd1PropInfo, in getArithmeticInstrCost()
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiTargetTransformInfo.h81 TTI::OperandValueKind Opd1Info = TTI::OK_AnyValue,
82 TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h76 TTI::OperandValueKind Opd1Info = TTI::OK_AnyValue,
77 TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
H A DPPCTargetTransformInfo.cpp328 unsigned Opcode, Type *Ty, TTI::OperandValueKind Op1Info, in getArithmeticInstrCost()
329 TTI::OperandValueKind Op2Info, TTI::OperandValueProperties Opd1PropInfo, in getArithmeticInstrCost()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h75 TTI::OperandValueKind Opd1Info = TTI::OK_AnyValue,
76 TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
H A DSystemZTargetTransformInfo.cpp352 TTI::OperandValueKind Op1Info, TTI::OperandValueKind Op2Info, in getArithmeticInstrCost()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h131 TTI::OperandValueKind Opd1Info = TTI::OK_AnyValue,
132 TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
H A DHexagonTargetTransformInfo.cpp229 TTI::OperandValueKind Opd1Info, TTI::OperandValueKind Opd2Info, in getArithmeticInstrCost()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h123 TTI::OperandValueKind Opd1Info = TTI::OK_AnyValue,
124 TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
H A DAArch64TargetTransformInfo.cpp478 unsigned Opcode, Type *Ty, TTI::OperandValueKind Opd1Info, in getArithmeticInstrCost()
479 TTI::OperandValueKind Opd2Info, TTI::OperandValueProperties Opd1PropInfo, in getArithmeticInstrCost()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h161 TTI::OperandValueKind Op1Info = TTI::OK_AnyValue,
162 TTI::OperandValueKind Op2Info = TTI::OK_AnyValue,
H A DARMTargetTransformInfo.cpp478 unsigned Opcode, Type *Ty, TTI::OperandValueKind Op1Info, in getArithmeticInstrCost()
479 TTI::OperandValueKind Op2Info, TTI::OperandValueProperties Opd1PropInfo, in getArithmeticInstrCost()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h67 TTI::OperandValueKind Opd1Info = TTI::OK_AnyValue,
68 TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
H A DX86TargetTransformInfo.cpp174 TTI::OperandValueKind Op1Info, TTI::OperandValueKind Op2Info, in getArithmeticInstrCost()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h673 enum OperandValueKind { enum
752 static OperandValueKind getOperandInfo(Value *V,
770 unsigned Opcode, Type *Ty, OperandValueKind Opd1Info = OK_AnyValue,
771 OperandValueKind Opd2Info = OK_AnyValue,
1131 getArithmeticInstrCost(unsigned Opcode, Type *Ty, OperandValueKind Opd1Info,
1132 OperandValueKind Opd2Info,
1460 getArithmeticInstrCost(unsigned Opcode, Type *Ty, OperandValueKind Opd1Info, in getArithmeticInstrCost()
1461 OperandValueKind Opd2Info, in getArithmeticInstrCost()
H A DTargetTransformInfoImpl.h405 TTI::OperandValueKind Opd1Info, in getArithmeticInstrCost()
406 TTI::OperandValueKind Opd2Info, in getArithmeticInstrCost()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h164 TTI::OperandValueKind Opd1Info = TTI::OK_AnyValue,
165 TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
H A DAMDGPUTargetTransformInfo.cpp338 unsigned Opcode, Type *Ty, TTI::OperandValueKind Opd1Info, in getArithmeticInstrCost()
339 TTI::OperandValueKind Opd2Info, TTI::OperandValueProperties Opd1PropInfo, in getArithmeticInstrCost()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp391 TargetTransformInfo::OperandValueKind
393 OperandValueKind OpInfo = OK_AnyValue; in getOperandInfo()
441 unsigned Opcode, Type *Ty, OperandValueKind Opd1Info, in getArithmeticInstrCost()
442 OperandValueKind Opd2Info, OperandValueProperties Opd1PropInfo, in getArithmeticInstrCost()
1018 TargetTransformInfo::OperandValueKind Op1VK, Op2VK; in getInstructionThroughput()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h570 TTI::OperandValueKind Opd1Info = TTI::OK_AnyValue,
571 TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
1076 TTI::OperandValueKind OpKindX = TTI::getOperandInfo(X, OpPropsX);
1077 TTI::OperandValueKind OpKindY = TTI::getOperandInfo(Y, OpPropsY);
1078 TTI::OperandValueKind OpKindZ = TTI::getOperandInfo(Z, OpPropsZ);
1079 TTI::OperandValueKind OpKindBW = TTI::OK_UniformConstantValue;
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2247 TargetTransformInfo::OperandValueKind Op1VK = in getEntryCost()
2249 TargetTransformInfo::OperandValueKind Op2VK = in getEntryCost()
2293 TargetTransformInfo::OperandValueKind Op1VK = in getEntryCost()
2295 TargetTransformInfo::OperandValueKind Op2VK = in getEntryCost()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6124 TargetTransformInfo::OperandValueKind Arg0OVK = in isProfitableToPromote()
6127 TargetTransformInfo::OperandValueKind Arg1OVK = in isProfitableToPromote()

12