Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h321 if (!TLI->isOperationExpand(ISD, LT.second)) {
395 if (!TLI->isOperationExpand(ISD, DstLT.second)) in getCastInstrCost()
420 if (!TLI->isOperationExpand(ISD, DstLT.second)) in getCastInstrCost()
493 !TLI->isOperationExpand(ISD, LT.second)) { in getCmpSelInstrCost()
846 } else if (!TLI->isOperationExpand(ISD, LT.second)) { in getIntrinsicInstrCost()
/external/llvm/include/llvm/Target/
DTargetLowering.h644 bool isOperationExpand(unsigned Op, EVT VT) const { in isOperationExpand() function
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp3600 assert(!TLI.isOperationExpand(ISD::SELECT, VT) && in ExpandNode()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp1628 if (isOperationExpand(Op, MVT::f32)) in X86TargetLowering()