Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h308 if (TLI->isOperationLegalOrPromote(ISD, LT.second)) {
374 TLI->isOperationLegalOrPromote(ISD, DstLT.second)) in getCastInstrCost()
637 if (TLI->isOperationLegalOrPromote(ISD, LT.second)) { in getIntrinsicInstrCost()
/external/llvm/include/llvm/Target/
DTargetLowering.h553 bool isOperationLegalOrPromote(unsigned Op, EVT VT) const { in isOperationLegalOrPromote() function
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp22119 if (!TLI.isOperationLegalOrPromote(Narrow->getOpcode(), WideVT)) in WidenMaskArithmetic()