OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpV
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
DCE.cpp
101
Value *
OpV
= I->getOperand(i);
104
if (!
OpV
->use_empty() || I ==
OpV
)
110
if (Instruction *OpI = dyn_cast<Instruction>(
OpV
))
SpeculateAroundPHIs.cpp
468
for (Value *
OpV
: I->operand_values())
469
if (auto *OpI = dyn_cast<Instruction>(
OpV
)) {
541
for (auto *
OpV
: SpecI->operand_values()) {
542
auto *OpI = dyn_cast<Instruction>(
OpV
);
633
for (auto *
OpV
: OrigI->operand_values()) {
634
auto *OpPN = dyn_cast<PHINode>(
OpV
);
SimpleLoopUnswitch.cpp
131
for (Value *
OpV
: I.operand_values()) {
133
if (isa<Constant>(
OpV
))
137
if (L.isLoopInvariant(
OpV
)) {
138
Invariants.push_back(
OpV
);
143
Instruction *OpI = dyn_cast<Instruction>(
OpV
);
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FlagsCopyLowering.cpp
316
MachineOperand &
OpV
= MI.getOperand(OpIdx);
332
MI.addOperand(MF,
OpV
);
X86SpeculativeLoadHardening.cpp
292
MachineOperand &
OpV
= MI.getOperand(OpIdx);
305
MI.addOperand(MF,
OpV
);
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAGHVX.cpp
619
OpRef(SDValue V) :
OpV
(V) {}
620
bool isValue() const { return
OpV
.getNode() != nullptr; }
636
SDValue
OpV
= SDValue();
712
OpV
.getNode()->print(OS, &G);
974
Ops.push_back(R.
OpV
);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Local.cpp
553
Value *
OpV
= OpU.get();
556
if (!
OpV
->use_empty())
562
if (Instruction *OpI = dyn_cast<Instruction>(
OpV
))
638
Value *
OpV
= I->getOperand(i);
641
if (!
OpV
->use_empty() || I ==
OpV
)
647
if (Instruction *OpI = dyn_cast<Instruction>(
OpV
))
ScalarEvolutionExpander.cpp
2626
auto *
OpV
= User->getOperand(OpIdx);
2627
auto *OpI = dyn_cast<Instruction>(
OpV
);
2629
return
OpV
;
2634
return
OpV
;
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
858
for (const SDValue &
OpV
: M->op_values()) {
859
SDNode *Op =
OpV
.getNode();
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp
7302
Value &
OpV
= *CastI->getOperand(0);
7303
if (!
OpV
.getType()->isIntegerTy())
7307
*this, IRPosition::value(
OpV
, getCallBaseContext()),
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp
8671
const SCEV *
OpV
= getSCEVAtScope(OrigV, L);
8672
MadeImprovement |= OrigV !=
OpV
;
8674
Constant *C = BuildConstantFromSCEV(
OpV
);
Completed in 65 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026