reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
630 int ISD = TLI->InstructionOpcodeToISD(Opcode); 633 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(DL, Ty); 640 if (TLI->isOperationLegalOrPromote(ISD, LT.second)) { 646 if (!TLI->isOperationExpand(ISD, LT.second)) {