/external/tensorflow/tensorflow/core/kernels/ |
D | constant_op.h | 27 class ConstantOp : public OpKernel { 29 explicit ConstantOp(OpKernelConstruction* ctx); 32 ~ConstantOp() override; 36 TF_DISALLOW_COPY_AND_ASSIGN(ConstantOp);
|
D | constant_op.cc | 70 ConstantOp::ConstantOp(OpKernelConstruction* ctx) in ConstantOp() function in tensorflow::ConstantOp 84 void ConstantOp::Compute(OpKernelContext* ctx) { in Compute() 91 ConstantOp::~ConstantOp() {} in ~ConstantOp() 93 REGISTER_KERNEL_BUILDER(Name("Const").Device(DEVICE_CPU), ConstantOp); 99 ConstantOp); 126 ConstantOp);
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 403 Constant *ConstantOp = 0; in FoldPHIArgOpIntoPHI() local 419 ConstantOp = dyn_cast<Constant>(FirstInst->getOperand(1)); in FoldPHIArgOpIntoPHI() 420 if (ConstantOp == 0) in FoldPHIArgOpIntoPHI() 442 } else if (I->getOperand(1) != ConstantOp) { in FoldPHIArgOpIntoPHI() 491 BinOp = BinaryOperator::Create(BinOp->getOpcode(), PhiVal, ConstantOp); in FoldPHIArgOpIntoPHI() 501 PhiVal, ConstantOp); in FoldPHIArgOpIntoPHI()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 485 Constant *ConstantOp = nullptr; in FoldPHIArgOpIntoPHI() local 500 ConstantOp = dyn_cast<Constant>(FirstInst->getOperand(1)); in FoldPHIArgOpIntoPHI() 501 if (!ConstantOp) in FoldPHIArgOpIntoPHI() 515 } else if (I->getOperand(1) != ConstantOp) { in FoldPHIArgOpIntoPHI() 557 BinOp = BinaryOperator::Create(BinOp->getOpcode(), PhiVal, ConstantOp); in FoldPHIArgOpIntoPHI() 569 PhiVal, ConstantOp); in FoldPHIArgOpIntoPHI()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 741 Constant *ConstantOp = nullptr; in FoldPHIArgOpIntoPHI() local 756 ConstantOp = dyn_cast<Constant>(FirstInst->getOperand(1)); in FoldPHIArgOpIntoPHI() 757 if (!ConstantOp) in FoldPHIArgOpIntoPHI() 771 } else if (I->getOperand(1) != ConstantOp) { in FoldPHIArgOpIntoPHI() 813 BinOp = BinaryOperator::Create(BinOp->getOpcode(), PhiVal, ConstantOp); in FoldPHIArgOpIntoPHI() 825 PhiVal, ConstantOp); in FoldPHIArgOpIntoPHI()
|
/external/llvm/include/llvm/CodeGen/ |
D | StackMaps.h | 163 typedef enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp } OpType; enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | StackMaps.h | 229 using OpType = enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp }; enumerator
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | xla_device_ops.h | 96 ConstantOp); \
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | saved_object_graph.proto | 125 // An Operation name for a ConstantOp in this SavedObjectGraph's MetaGraph.
|
/external/llvm/lib/CodeGen/ |
D | StackMaps.cpp | 117 case StackMaps::ConstantOp: { in parseOperand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | StackMaps.cpp | 132 case StackMaps::ConstantOp: { in parseOperand()
|
D | MachineVerifier.cpp | 1080 MI->getOperand(Offset).getImm() != StackMaps::ConstantOp || in visitMachineInstrBefore()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 45 Ops.push_back(Builder.DAG.getTargetConstant(StackMaps::ConstantOp, L, in pushStackMapConstant()
|
D | FastISel.cpp | 578 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp)); in addStackMapLiveVars() 581 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp)); in addStackMapLiveVars()
|
D | SelectionDAGBuilder.cpp | 7236 Builder.DAG.getTargetConstant(StackMaps::ConstantOp, DL, MVT::i64)); in addStackMapLiveVars()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 68 Ops.push_back(Builder.DAG.getTargetConstant(StackMaps::ConstantOp, L, in pushStackMapConstant()
|
D | FastISel.cpp | 756 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp)); in addStackMapLiveVars() 759 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp)); in addStackMapLiveVars()
|
D | DAGCombiner.cpp | 2005 SDValue ConstantOp = IsAdd ? N->getOperand(1) : N->getOperand(0); in foldAddSubOfSignBit() local 2007 ConstantSDNode *C = isConstOrConstSplat(ConstantOp); in foldAddSubOfSignBit()
|
D | SelectionDAGBuilder.cpp | 8005 Builder.DAG.getTargetConstant(StackMaps::ConstantOp, DL, MVT::i64)); in addStackMapLiveVars()
|