Home
last modified time | relevance | path

Searched full:opv (Results 1 – 25 of 44) sorted by relevance

12

/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVInstrFormatsV.td103 class RVInstVV<bits<6> funct6, RISCVVFormat opv, dag outs, dag ins,
115 let Inst{14-12} = opv.Value;
123 class RVInstVX<bits<6> funct6, RISCVVFormat opv, dag outs, dag ins,
135 let Inst{14-12} = opv.Value;
143 class RVInstV2<bits<6> funct6, bits<5> vs2, RISCVVFormat opv, dag outs, dag ins,
154 let Inst{14-12} = opv.Value;
182 class RVInstV<bits<6> funct6, bits<5> vs1, RISCVVFormat opv, dag outs,
193 let Inst{14-12} = opv.Value;
DRISCVInstrInfoV.td188 class VALUVV<bits<6> funct6, RISCVVFormat opv, string opcodestr>
189 : RVInstVV<funct6, opv, (outs VR:$vd),
194 class VALUmVV<bits<6> funct6, RISCVVFormat opv, string opcodestr>
195 : RVInstVV<funct6, opv, (outs VR:$vd),
202 class VALUrVV<bits<6> funct6, RISCVVFormat opv, string opcodestr>
203 : RVInstVV<funct6, opv, (outs VR:$vd),
208 class VALUVVNoVm<bits<6> funct6, RISCVVFormat opv, string opcodestr>
209 : RVInstVV<funct6, opv, (outs VR:$vd),
216 class VALUVX<bits<6> funct6, RISCVVFormat opv, string opcodestr>
217 : RVInstVX<funct6, opv, (outs VR:$vd),
[all …]
/external/llvm/lib/Transforms/Scalar/
DDCE.cpp82 Value *OpV = I->getOperand(i); in DCEInstruction() local
85 if (!OpV->use_empty() || I == OpV) in DCEInstruction()
91 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in DCEInstruction()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DDCE.cpp101 Value *OpV = I->getOperand(i); in DCEInstruction() local
104 if (!OpV->use_empty() || I == OpV) in DCEInstruction()
110 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in DCEInstruction()
DSpeculateAroundPHIs.cpp466 for (Value *OpV : I->operand_values()) in findProfitablePHIs()
467 if (auto *OpI = dyn_cast<Instruction>(OpV)) { in findProfitablePHIs()
539 for (auto *OpV : SpecI->operand_values()) { in findProfitablePHIs() local
540 auto *OpI = dyn_cast<Instruction>(OpV); in findProfitablePHIs()
631 for (auto *OpV : OrigI->operand_values()) { in speculatePHIs() local
632 auto *OpPN = dyn_cast<PHINode>(OpV); in speculatePHIs()
DSimpleLoopUnswitch.cpp125 for (Value *OpV : I.operand_values()) { in collectHomogenousInstGraphLoopInvariants()
127 if (isa<Constant>(OpV)) in collectHomogenousInstGraphLoopInvariants()
131 if (L.isLoopInvariant(OpV)) { in collectHomogenousInstGraphLoopInvariants()
132 Invariants.push_back(OpV); in collectHomogenousInstGraphLoopInvariants()
137 Instruction *OpI = dyn_cast<Instruction>(OpV); in collectHomogenousInstGraphLoopInvariants()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DDCE.cpp134 Value *OpV = I->getOperand(i); in DCEInstruction() local
137 if (!OpV->use_empty() || I == OpV) in DCEInstruction()
143 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in DCEInstruction()
DSpeculateAroundPHIs.cpp462 for (Value *OpV : I->operand_values()) in findProfitablePHIs()
463 if (auto *OpI = dyn_cast<Instruction>(OpV)) { in findProfitablePHIs()
535 for (auto *OpV : SpecI->operand_values()) { in findProfitablePHIs() local
536 auto *OpI = dyn_cast<Instruction>(OpV); in findProfitablePHIs()
627 for (auto *OpV : OrigI->operand_values()) { in speculatePHIs() local
628 auto *OpPN = dyn_cast<PHINode>(OpV); in speculatePHIs()
DSimpleLoopUnswitch.cpp118 for (Value *OpV : I.operand_values()) { in collectHomogenousInstGraphLoopInvariants()
120 if (isa<Constant>(OpV)) in collectHomogenousInstGraphLoopInvariants()
124 if (L.isLoopInvariant(OpV)) { in collectHomogenousInstGraphLoopInvariants()
125 Invariants.push_back(OpV); in collectHomogenousInstGraphLoopInvariants()
130 Instruction *OpI = dyn_cast<Instruction>(OpV); in collectHomogenousInstGraphLoopInvariants()
/external/llvm-project/polly/lib/CodeGen/
DIslExprBuilder.cpp213 Value *OpV = create(isl_ast_expr_get_op_arg(Expr, i)); in createOpNAry() local
214 Type *Ty = getWidestType(V->getType(), OpV->getType()); in createOpNAry()
216 if (Ty != OpV->getType()) in createOpNAry()
217 OpV = Builder.CreateSExt(OpV, Ty); in createOpNAry()
222 Value *Cmp = Builder.CreateICmp(Pred, V, OpV); in createOpNAry()
223 V = Builder.CreateSelect(Cmp, V, OpV); in createOpNAry()
/external/chromium-trace/catapult/third_party/polymer/components/paper-menu/
D.travis.yml12 …UKIrW6iMM38oTlGvL3fzQ/0jdnTgettommG9+oPv+/zFBKfJQeN4Gxndqv3oqlt081SA5uNXHU7WhjPaGmv4h3oK5glX2p825P…
/external/skqp/src/gpu/ops/
DGrQuadPerEdgeAA.cpp259 Sk4f opV = SkNx_shuffle<2, 3, 0, 1>(*v); in compute_quad_persp_vertices() local
261 *v = opV + t * (*v - opV); in compute_quad_persp_vertices()
301 Sk4f opV = SkNx_shuffle<1, 0, 3, 2>(*v); in compute_quad_persp_vertices() local
303 *v = opV + t * (*v - opV); in compute_quad_persp_vertices()
/external/python/cryptography/vectors/cryptography_vectors/x509/PKITS_data/smime/
DSignedDifferentPoliciesTest7.eml144 CrWN8T/OPv+bjEO7aV2QRIHWsa7BpT6ygfcj38CZDumgnQ92qGo5ZfHeR85oav60
/external/llvm/lib/Transforms/Utils/
DLocal.cpp366 Value *OpV = I->getOperand(i); in RecursivelyDeleteTriviallyDeadInstructions() local
369 if (!OpV->use_empty()) continue; in RecursivelyDeleteTriviallyDeadInstructions()
374 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in RecursivelyDeleteTriviallyDeadInstructions()
437 Value *OpV = I->getOperand(i); in simplifyAndDCEInstruction() local
440 if (!OpV->use_empty() || I == OpV) in simplifyAndDCEInstruction()
446 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in simplifyAndDCEInstruction()
/external/tensorflow/tensorflow/python/ops/
Dnn_batchnorm_test.py443 opm, opv = self._opNormalizeMoments(tf_counts, tf_mean_ss,
445 tfm, tfv = self.evaluate([opm, opv])
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp469 Value *OpV = OpU.get(); in RecursivelyDeleteTriviallyDeadInstructions() local
472 if (!OpV->use_empty()) in RecursivelyDeleteTriviallyDeadInstructions()
478 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in RecursivelyDeleteTriviallyDeadInstructions()
554 Value *OpV = I->getOperand(i); in simplifyAndDCEInstruction() local
557 if (!OpV->use_empty() || I == OpV) in simplifyAndDCEInstruction()
563 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in simplifyAndDCEInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAGHVX.cpp619 OpRef(SDValue V) : OpV(V) {} in OpRef()
620 bool isValue() const { return OpV.getNode() != nullptr; } in isValue()
636 SDValue OpV = SDValue(); member
712 OpV.getNode()->print(OS, &G); in print()
994 Ops.push_back(R.OpV); in materialize()
/external/llvm-project/llvm/lib/Transforms/Utils/
DLocal.cpp533 Value *OpV = OpU.get(); in RecursivelyDeleteTriviallyDeadInstructions() local
536 if (!OpV->use_empty()) in RecursivelyDeleteTriviallyDeadInstructions()
542 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in RecursivelyDeleteTriviallyDeadInstructions()
619 Value *OpV = I->getOperand(i); in simplifyAndDCEInstruction() local
622 if (!OpV->use_empty() || I == OpV) in simplifyAndDCEInstruction()
628 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in simplifyAndDCEInstruction()
DScalarEvolutionExpander.cpp2603 auto *OpV = User->getOperand(OpIdx); in fixupLCSSAFormFor() local
2604 auto *OpI = dyn_cast<Instruction>(OpV); in fixupLCSSAFormFor()
2606 return OpV; in fixupLCSSAFormFor()
2611 return OpV; in fixupLCSSAFormFor()
/external/linux-kselftest/tools/testing/selftests/net/
Dip_defrag.c435 while ((c = getopt(argc, argv, "46opv")) != -1) { in parse_opts()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAGHVX.cpp619 OpRef(SDValue V) : OpV(V) {} in OpRef()
620 bool isValue() const { return OpV.getNode() != nullptr; } in isValue()
636 SDValue OpV = SDValue(); member
712 OpV.getNode()->print(OS, &G); in print()
974 Ops.push_back(R.OpV); in materialize()
/external/llvm-project/llvm/lib/Target/X86/
DX86FlagsCopyLowering.cpp316 MachineOperand &OpV = MI.getOperand(OpIdx); in splitBlock() local
332 MI.addOperand(MF, OpV); in splitBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FlagsCopyLowering.cpp315 MachineOperand &OpV = MI.getOperand(OpIdx); in splitBlock() local
331 MI.addOperand(MF, OpV); in splitBlock()
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h646 for (const SDValue &OpV : M->op_values()) {
647 SDNode *Op = OpV.getNode();
/external/llvm-project/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h846 for (const SDValue &OpV : M->op_values()) {
847 SDNode *Op = OpV.getNode();

12