Lines Matching defs:BFE
943 MAKE_CASE(NVPTXISD::BFE)
2352 SDValue BFE =
2353 DAG.getNode(NVPTXISD::BFE, DL, MVT::i32,
2359 return DAG.getAnyExtOrTrunc(BFE, DL, Op->getValueType(0));
5500 // Convert BFE-> truncate i16 -> and 255
5501 // To just BFE-> truncate i16, as the value already has all the bits in the
5504 SDValue BFE = Val.getOperand(0);
5505 if (BFE.getOpcode() != NVPTXISD::BFE)
5508 ConstantSDNode *BFEBits = dyn_cast<ConstantSDNode>(BFE.getOperand(0));
5949 // use BFE/BFI instruction for byte extraction/insertion, we do end up with