Searched defs:SubOp (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/TableGen/ |
D | SetTheory.cpp | 37 struct SubOp : public SetTheory::Operator { struct 38 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply()
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.cpp | 640 for (unsigned SubOp = 0; SubOp != NumSubOps; ++SubOp) { in CodeGenInstAlias() local 659 for (unsigned SubOp = 0; SubOp != NumSubOps; ++SubOp) { in CodeGenInstAlias() local
|
/external/deqp/framework/randomshaders/ |
D | rsgBinaryOps.hpp | 136 class SubOp : public SubBase class
|
D | rsgBinaryOps.cpp | 381 SubOp::SubOp (GeneratorState& state, ConstValueRangeAccess valueRange) in SubOp() function in rsg::SubOp
|
/external/opencv3/modules/core/test/ |
D | test_arithm.cpp | 128 struct SubOp : public BaseAddOp struct 130 SubOp() : BaseAddOp(2, FIX_ALPHA+FIX_BETA+FIX_GAMMA+SUPPORT_MASK, 1, -1, Scalar::all(0)) {} in SubOp() argument 131 void op(const vector<Mat>& src, Mat& dst, const Mat& mask) in op()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 997 Instruction *AddOp = nullptr, *SubOp = nullptr; in visitSelectInst() local
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 1672 SDValue SubOp = Node->getOperand(i); in LowerCONCAT_VECTORS() local
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 813 Value *SubOp = nullptr; in SimplifyFAddInst() local
|