/external/llvm/lib/Transforms/Scalar/ |
D | DCE.cpp | 82 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/ |
D | DCE.cpp | 101 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()
|
D | SpeculateAroundPHIs.cpp | 466 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()
|
D | SimpleLoopUnswitch.cpp | 125 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/ |
D | DCE.cpp | 134 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()
|
D | SpeculateAroundPHIs.cpp | 462 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()
|
D | SimpleLoopUnswitch.cpp | 118 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/ |
D | IslExprBuilder.cpp | 213 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/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 366 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/llvm-project/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 533 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()
|
D | ScalarEvolutionExpander.cpp | 2603 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/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 469 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/llvm-project/llvm/lib/Target/X86/ |
D | X86FlagsCopyLowering.cpp | 316 MachineOperand &OpV = MI.getOperand(OpIdx); in splitBlock() local 332 MI.addOperand(MF, OpV); in splitBlock()
|
D | X86SpeculativeLoadHardening.cpp | 292 MachineOperand &OpV = MI.getOperand(OpIdx); in splitEdge() local 305 MI.addOperand(MF, OpV); in splitEdge()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAGHVX.cpp | 619 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/Target/Hexagon/ |
D | HexagonISelDAGToDAGHVX.cpp | 619 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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FlagsCopyLowering.cpp | 315 MachineOperand &OpV = MI.getOperand(OpIdx); in splitBlock() local 331 MI.addOperand(MF, OpV); in splitBlock()
|
D | X86SpeculativeLoadHardening.cpp | 291 MachineOperand &OpV = MI.getOperand(OpIdx); in splitEdge() local 304 MI.addOperand(MF, OpV); in splitEdge()
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 646 for (const SDValue &OpV : M->op_values()) { 647 SDNode *Op = OpV.getNode();
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 900 for (const SDValue &OpV : M->op_values()) { 901 SDNode *Op = OpV.getNode();
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 846 for (const SDValue &OpV : M->op_values()) { 847 SDNode *Op = OpV.getNode();
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 2557 double OpV = getValueAsDouble(OpC); in isMathLibCallNoop() local 2558 return ConstantFoldFP(tan, OpV, Ty) != nullptr; in isMathLibCallNoop()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 3043 double OpV = getValueAsDouble(OpC); in isMathLibCallNoop() local 3044 return ConstantFoldFP(tan, OpV, Ty) != nullptr; in isMathLibCallNoop()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInstARM32.cpp | 1948 if (const auto *OpV = llvm::dyn_cast<Variable>(Op)) { in isVariableWithoutRegister() local 1949 return !OpV->hasReg(); in isVariableWithoutRegister()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | AttributorAttributes.cpp | 7213 Value &OpV = *CastI->getOperand(0); in calculateCastInst() local 7214 if (!OpV.getType()->isIntegerTy()) in calculateCastInst() 7218 A.getAAFor<AAValueConstantRange>(*this, IRPosition::value(OpV)); in calculateCastInst()
|