HomeSort by relevance Sort by last modified time
    Searched defs:OpV (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Transforms/Scalar/
DCE.cpp 82 Value *OpV = I->getOperand(i);
85 if (!OpV->use_empty() || I == OpV)
91 if (Instruction *OpI = dyn_cast<Instruction>(OpV))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DCE.cpp 85 Value *OpV = I->getOperand(i);
88 if (!OpV->use_empty() || I == OpV)
94 if (Instruction *OpI = dyn_cast<Instruction>(OpV))
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
Local.cpp 281 Value *OpV = I->getOperand(i);
284 if (!OpV->use_empty()) continue;
289 if (Instruction *OpI = dyn_cast<Instruction>(OpV))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86FlagsCopyLowering.cpp 320 MachineOperand &OpV = MI.getOperand(OpIdx);
336 MI.addOperand(MF, OpV);
    [all...]
X86SpeculativeLoadHardening.cpp 293 MachineOperand &OpV = MI.getOperand(OpIdx);
306 MI.addOperand(MF, OpV);
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 366 Value *OpV = I->getOperand(i);
369 if (!OpV->use_empty()) continue;
374 if (Instruction *OpI = dyn_cast<Instruction>(OpV))
437 Value *OpV = I->getOperand(i);
440 if (!OpV->use_empty() || I == OpV)
446 if (Instruction *OpI = dyn_cast<Instruction>(OpV))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
Local.cpp 457 Value *OpV = OpU.get();
460 if (!OpV->use_empty())
466 if (Instruction *OpI = dyn_cast<Instruction>(OpV))
529 Value *OpV = I->getOperand(i);
532 if (!OpV->use_empty() || I == OpV)
538 if (Instruction *OpI = dyn_cast<Instruction>(OpV))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 703 milliseconds