Home
last modified time | relevance | path

Searched refs:OpV (Results 1 – 10 of 10) sorted by relevance

/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/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/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLocal.cpp281 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/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h646 for (const SDValue &OpV : M->op_values()) {
647 SDNode *Op = OpV.getNode();
/external/swiftshader/third_party/subzero/src/
DIceInstARM32.cpp1706 if (const auto *OpV = llvm::dyn_cast<Variable>(Op)) { in isVariableWithoutRegister() local
1707 return !OpV->hasReg(); in isVariableWithoutRegister()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp4973 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/llvm/lib/Analysis/
DScalarEvolution.cpp6773 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/
DAArch64ISelLowering.cpp8944 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/
DDAGCombiner.cpp1014 SDValue OpV = RV; in Run() local
1015 DAG.ReplaceAllUsesWith(N, &OpV, &DeadNodes); in Run()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1329 SDValue OpV = RV; in Run() local
1330 DAG.ReplaceAllUsesWith(N, &OpV); in Run()