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

/external/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h303 if (TLI->isOperationLegalOrPromote(ISD, LT.second)) {
364 TLI->isOperationLegalOrPromote(ISD, DstLT.second))
695 if (TLI->isOperationLegalOrPromote(ISD, LT.second)) {
/external/llvm/include/llvm/Target/
H A DTargetLowering.h568 bool isOperationLegalOrPromote(unsigned Op, EVT VT) const { function in class:llvm::TargetLoweringBase
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp25294 if (!TLI.isOperationLegalOrPromote(Narrow->getOpcode(), WideVT))
[all...]

Completed in 154 milliseconds