/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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | DCE.cpp | 85 Value *OpV = I->getOperand(i); in DCEInstruction() local 88 if (!OpV->use_empty() || I == OpV) in DCEInstruction() 94 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in DCEInstruction()
|
D | SpeculateAroundPHIs.cpp | 455 for (Value *OpV : I->operand_values()) in findProfitablePHIs() 456 if (auto *OpI = dyn_cast<Instruction>(OpV)) { in findProfitablePHIs() 528 for (auto *OpV : SpecI->operand_values()) { in findProfitablePHIs() local 529 auto *OpI = dyn_cast<Instruction>(OpV); in findProfitablePHIs() 620 for (auto *OpV : OrigI->operand_values()) { in speculatePHIs() local 621 auto *OpPN = dyn_cast<PHINode>(OpV); in speculatePHIs()
|
D | SimpleLoopUnswitch.cpp | 94 for (Value *OpV : I.operand_values()) { in collectHomogenousInstGraphLoopInvariants() 96 if (isa<Constant>(OpV)) in collectHomogenousInstGraphLoopInvariants() 100 if (L.isLoopInvariant(OpV)) { in collectHomogenousInstGraphLoopInvariants() 101 Invariants.push_back(OpV); in collectHomogenousInstGraphLoopInvariants() 106 Instruction *OpI = dyn_cast<Instruction>(OpV); in collectHomogenousInstGraphLoopInvariants()
|
/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/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | Local.cpp | 281 Value *OpV = I->getOperand(i); in RecursivelyDeleteTriviallyDeadInstructions() local 284 if (!OpV->use_empty()) continue; in RecursivelyDeleteTriviallyDeadInstructions() 289 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in RecursivelyDeleteTriviallyDeadInstructions()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 457 Value *OpV = OpU.get(); in RecursivelyDeleteTriviallyDeadInstructions() local 460 if (!OpV->use_empty()) in RecursivelyDeleteTriviallyDeadInstructions() 466 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in RecursivelyDeleteTriviallyDeadInstructions() 529 Value *OpV = I->getOperand(i); in simplifyAndDCEInstruction() local 532 if (!OpV->use_empty() || I == OpV) in simplifyAndDCEInstruction() 538 if (Instruction *OpI = dyn_cast<Instruction>(OpV)) in simplifyAndDCEInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAGHVX.cpp | 618 OpRef(SDValue V) : OpV(V) {} in OpRef() 619 bool isValue() const { return OpV.getNode() != nullptr; } in isValue() 635 SDValue OpV = SDValue(); member 708 OpV.getNode()->print(OS, &G); in print() 989 Ops.push_back(R.OpV); in materialize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86FlagsCopyLowering.cpp | 320 MachineOperand &OpV = MI.getOperand(OpIdx); in splitBlock() local 336 MI.addOperand(MF, OpV); in splitBlock()
|
D | X86SpeculativeLoadHardening.cpp | 293 MachineOperand &OpV = MI.getOperand(OpIdx); in splitEdge() local 306 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-7.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 868 for (const SDValue &OpV : M->op_values()) { 869 SDNode *Op = OpV.getNode();
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 2180 double OpV = getValueAsDouble(OpC); in isMathLibCallNoop() local 2181 return ConstantFoldFP(tan, OpV, Ty) != nullptr; in isMathLibCallNoop()
|
D | ScalarEvolution.cpp | 8144 const SCEV *OpV = getSCEVAtScope(OrigV, L); in computeSCEVAtScope() local 8145 MadeImprovement |= OrigV != OpV; in computeSCEVAtScope() 8147 Constant *C = BuildConstantFromSCEV(OpV); in computeSCEVAtScope()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolution.cpp | 4973 const SCEV *OpV = getSCEVAtScope(OrigV, L); in computeSCEVAtScope() local 4974 MadeImprovement |= OrigV != OpV; in computeSCEVAtScope() 4977 if (const SCEVConstant *SC = dyn_cast<SCEVConstant>(OpV)) in computeSCEVAtScope() 4979 if (const SCEVUnknown *SU = dyn_cast<SCEVUnknown>(OpV)) in computeSCEVAtScope()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInstARM32.cpp | 1951 if (const auto *OpV = llvm::dyn_cast<Variable>(Op)) { in isVariableWithoutRegister() local 1952 return !OpV->hasReg(); in isVariableWithoutRegister()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 6773 const SCEV *OpV = getSCEVAtScope(OrigV, L); in computeSCEVAtScope() local 6774 MadeImprovement |= OrigV != OpV; in computeSCEVAtScope() 6776 Constant *C = BuildConstantFromSCEV(OpV); in computeSCEVAtScope()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 8944 static SDValue tryMatchAcrossLaneShuffleForReduction(SDNode *N, SDValue OpV, in tryMatchAcrossLaneShuffleForReduction() argument 8947 EVT VTy = OpV->getOperand(0).getValueType(); in tryMatchAcrossLaneShuffleForReduction() 8961 SDValue PreOp = OpV; in tryMatchAcrossLaneShuffleForReduction()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 1014 SDValue OpV = RV; in Run() local 1015 DAG.ReplaceAllUsesWith(N, &OpV, &DeadNodes); in Run()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 1329 SDValue OpV = RV; in Run() local 1330 DAG.ReplaceAllUsesWith(N, &OpV); in Run()
|