Home
last modified time | relevance | path

Searched defs:OldOp (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Dtest_ops.cc148 class OldOp : public OpKernel { class
150 explicit OldOp(OpKernelConstruction* ctx) : OpKernel(ctx) {} in OldOp() function in tensorflow::OldOp
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp2372 Value *OldOp = LI.getOperand(0); in visitLoadInst() local
2451 bool rewriteVectorizedStoreInst(Value *V, StoreInst &SI, Value *OldOp) { in rewriteVectorizedStoreInst()
2497 Value *OldOp = SI.getOperand(1); in visitStoreInst() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSROA.cpp2453 Value *OldOp = LI.getOperand(0); in visitLoadInst() local
2556 bool rewriteVectorizedStoreInst(Value *V, StoreInst &SI, Value *OldOp, in rewriteVectorizedStoreInst()
2606 Value *OldOp = SI.getOperand(1); in visitStoreInst() local
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp1583 Ice::Operand *OldOp = LocalOperands[LocalIndex]; in setOperand() local