reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/BasicTTIImpl.h
  640     if (TLI->isOperationLegalOrPromote(ISD, LT.second)) {
  731         TLI->isOperationLegalOrPromote(ISD, DstLT.second))
 1466       if (TLI->isOperationLegalOrPromote(ISD, LT.second)) {
lib/Target/X86/X86ISelLowering.cpp
 9217     if (!TLI.isOperationLegalOrPromote(Opcode, VT))
38821   if (!TLI.isOperationLegalOrPromote(Narrow->getOpcode(), VT))
40990     if (TLI.isOperationLegalOrPromote(SrcOpcode, VT) &&