Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp454 EVT SelCondTy = TLI->getValueType(DL, CondTy); in getCmpSelInstrCost() local
456 if (SelCondTy.isSimple() && SelValTy.isSimple()) { in getCmpSelInstrCost()
458 SelCondTy.getSimpleVT(), in getCmpSelInstrCost()
/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp306 EVT SelCondTy = TLI->getValueType(DL, CondTy); in getCmpSelInstrCost() local
308 if (SelCondTy.isSimple() && SelValTy.isSimple()) { in getCmpSelInstrCost()
310 SelCondTy.getSimpleVT(), in getCmpSelInstrCost()