Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64TargetTransformInfo.cpp617 EVT SelCondTy = TLI->getValueType(DL, CondTy); in getCmpSelInstrCost() local
619 if (SelCondTy.isSimple() && SelValTy.isSimple()) { in getCmpSelInstrCost()
621 SelCondTy.getSimpleVT(), in getCmpSelInstrCost()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMTargetTransformInfo.cpp459 EVT SelCondTy = TLI->getValueType(DL, CondTy); in getCmpSelInstrCost() local
461 if (SelCondTy.isSimple() && SelValTy.isSimple()) { in getCmpSelInstrCost()
463 SelCondTy.getSimpleVT(), in getCmpSelInstrCost()