Home
last modified time | relevance | path

Searched defs:isLegalAltInstr (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h300 bool isLegalAltInstr(VectorType *VecTy, unsigned Opcode0, unsigned Opcode1, isLegalAltInstr() function
H A DTargetTransformInfo.h2344 bool isLegalAltInstr(VectorType *VecTy, unsigned Opcode0, unsigned Opcode1, isLegalAltInstr() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp474 bool TargetTransformInfo::isLegalAltInstr( isLegalAltInstr() function in TargetTransformInfo
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp6002 bool X86TTIImpl::isLegalAltInstr(VectorType *VecTy, unsigned Opcode0, isLegalAltInstr() function in X86TTIImpl