Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ISDOpcode

956     int ISDOpcode = TLI.InstructionOpcodeToISD(TruncUser->getOpcode());
957 if (!ISDOpcode)
966 ISDOpcode, TLI.getValueType(DL, TruncUser->getType(), true)))
2698 int ISDOpcode = TLI.InstructionOpcodeToISD(PromotedInst->getOpcode());
2699 // If the ISDOpcode is undefined, it was undefined before the promotion.
2700 if (!ISDOpcode)
2704 ISDOpcode, TLI.getValueType(DL, PromotedInst->getType()));
4953 int ISDOpcode = TLI.InstructionOpcodeToISD(ToBePromoted->getOpcode());
4954 if (!ISDOpcode)
4958 ISDOpcode, TLI.getValueType(DL, getTransitionType(), true));