Home
last modified time | relevance | path

Searched refs:OpV (Results 1 – 20 of 20) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DDCE.cpp85 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()
DSpeculateAroundPHIs.cpp455 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()
DSimpleLoopUnswitch.cpp94 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/
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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLocal.cpp457 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/
DHexagonISelDAGToDAGHVX.cpp618 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/
DX86FlagsCopyLowering.cpp320 MachineOperand &OpV = MI.getOperand(OpIdx); in splitBlock() local
336 MI.addOperand(MF, OpV); in splitBlock()
DX86SpeculativeLoadHardening.cpp293 MachineOperand &OpV = MI.getOperand(OpIdx); in splitEdge() local
306 MI.addOperand(MF, OpV); in splitEdge()
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h646 for (const SDValue &OpV : M->op_values()) {
647 SDNode *Op = OpV.getNode();
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h868 for (const SDValue &OpV : M->op_values()) {
869 SDNode *Op = OpV.getNode();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DConstantFolding.cpp2180 double OpV = getValueAsDouble(OpC); in isMathLibCallNoop() local
2181 return ConstantFoldFP(tan, OpV, Ty) != nullptr; in isMathLibCallNoop()
DScalarEvolution.cpp8144 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/
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/swiftshader/third_party/subzero/src/
DIceInstARM32.cpp1951 if (const auto *OpV = llvm::dyn_cast<Variable>(Op)) { in isVariableWithoutRegister() local
1952 return !OpV->hasReg(); in isVariableWithoutRegister()
/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()