Home
last modified time | relevance | path

Searched defs:OpcodeMask (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h312 isLegalAltInstr(VectorType * VecTy,unsigned Opcode0,unsigned Opcode1,const SmallBitVector & OpcodeMask) isLegalAltInstr() argument
589 getAltInstrCost(VectorType * VecTy,unsigned Opcode0,unsigned Opcode1,const SmallBitVector & OpcodeMask,TTI::TargetCostKind CostKind) getAltInstrCost() argument
H A DTargetTransformInfo.h2411 isLegalAltInstr(VectorType * VecTy,unsigned Opcode0,unsigned Opcode1,const SmallBitVector & OpcodeMask) isLegalAltInstr() argument
2663 getAltInstrCost(VectorType * VecTy,unsigned Opcode0,unsigned Opcode1,const SmallBitVector & OpcodeMask,TTI::TargetCostKind CostKind) getAltInstrCost() argument
[all...]
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp922 getAltInstrCost(VectorType * VecTy,unsigned Opcode0,unsigned Opcode1,const SmallBitVector & OpcodeMask,TTI::TargetCostKind CostKind) const getAltInstrCost() argument
/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp1519 getAltInstrCost(VectorType * VecTy,unsigned Opcode0,unsigned Opcode1,const SmallBitVector & OpcodeMask,TTI::TargetCostKind CostKind) const getAltInstrCost() argument
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1013 SmallBitVector OpcodeMask(VL.size(), false); getAltInstrMask() local
5245 SmallBitVector OpcodeMask(getAltInstrMask(TE->Scalars, Opcode0, Opcode1)); reorderTopToBottom() local
6157 SmallBitVector OpcodeMask(getAltInstrMask(VL, Opcode0, Opcode1)); areAltOperandsProfitable() local
9921 SmallBitVector OpcodeMask(getAltInstrMask(E->Scalars, Opcode0, Opcode1)); getEntryCost() local
[all...]