Searched refs:BitcastOp (Results 1 – 4 of 4) sorted by relevance
43 typedef struct BitcastOp { struct48 } BitcastOp; argument51 auto* kernel = new BitcastOp; in BitcastOp_Create()86 delete static_cast<BitcastOp*>(kernel); in BitcastOp_Delete()90 auto* k = static_cast<BitcastOp*>(kernel); in BitcastOp_Compute()
100 class BitcastOp : public XlaOpKernel { class102 explicit BitcastOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in BitcastOp() function in tensorflow::__anon6709dca80111::BitcastOp139 TF_DISALLOW_COPY_AND_ASSIGN(BitcastOp);142 REGISTER_XLA_OP(Name("Bitcast"), BitcastOp);
3411 SDValue BitcastOp = Op->getOperand(0); in isFloatingPointZero() local3412 if (BitcastOp->getOpcode() == ARMISD::VMOVIMM && in isFloatingPointZero()3413 isNullConstant(BitcastOp->getOperand(0))) in isFloatingPointZero()
3838 SDValue BitcastOp = Op->getOperand(0); in isFloatingPointZero() local3839 if (BitcastOp->getOpcode() == ARMISD::VMOVIMM && in isFloatingPointZero()3840 isNullConstant(BitcastOp->getOperand(0))) in isFloatingPointZero()