Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp632 EVT EVTy = in mightUseCTR() local
635 if (EVTy == MVT::Other) in mightUseCTR()
638 if (TLI->isOperationLegalOrCustom(Opcode, EVTy)) in mightUseCTR()
640 else if (EVTy.isVector() && in mightUseCTR()
641 TLI->isOperationLegalOrCustom(Opcode, EVTy.getScalarType())) in mightUseCTR()