Home
last modified time | relevance | path

Searched refs:isLegalAltInstr (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h289 bool isLegalAltInstr(VectorType *VecTy, unsigned Opcode0, unsigned Opcode1,
H A DX86TargetTransformInfo.cpp1520 if (isLegalAltInstr(VecTy, Opcode0, Opcode1, OpcodeMask)) in getAltInstrCost()
6438 bool X86TTIImpl::isLegalAltInstr(VectorType *VecTy, unsigned Opcode0, in isLegalAltInstr() function in X86TTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp498 bool TargetTransformInfo::isLegalAltInstr( in isLegalAltInstr() function in TargetTransformInfo
501 return TTIImpl->isLegalAltInstr(VecTy, Opcode0, Opcode1, OpcodeMask); in isLegalAltInstr()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h864 LLVM_ABI bool isLegalAltInstr(VectorType *VecTy, unsigned Opcode0,
H A DTargetTransformInfoImpl.h363 virtual bool isLegalAltInstr(VectorType *VecTy, unsigned Opcode0, in isLegalAltInstr() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7155 if (TTIRef.isLegalAltInstr(VecTy, Opcode0, Opcode1, OpcodeMask)) { in reorderTopToBottom()
8831 if (TTI->isLegalAltInstr(getWidenedType(ScalarTy, VL.size()), Opcode0, in areAltOperandsProfitable()
9693 TTI->isLegalAltInstr(VecTy, Opcode0, Opcode1, OpcodeMask) || in canBuildSplitNode()
13843 if (TTIRef.isLegalAltInstr(VecTy, Opcode0, Opcode1, OpcodeMask)) { in getEntryCost()