Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h309 if (!TLI->isOperationExpand(ISD, LT.second)) {
376 if (!TLI->isOperationExpand(ISD, DstLT.second)) in getCastInstrCost()
401 if (!TLI->isOperationExpand(ISD, DstLT.second)) in getCastInstrCost()
450 !TLI->isOperationExpand(ISD, LT.second)) { in getCmpSelInstrCost()
705 if (!TLI->isOperationExpand(ISD, LT.second)) { in getIntrinsicInstrCost()
/external/llvm/include/llvm/Target/
DTargetLowering.h577 bool isOperationExpand(unsigned Op, EVT VT) const { in isOperationExpand() function
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp3819 assert(!TLI.isOperationExpand(ISD::SELECT, VT) && in ExpandNode()