OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EV
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp
1053
Value *
EV
= IRB.CreateExtractValue(OldRet, RetI, "oldret");
1059
RetVal = IRB.CreateInsertValue(RetVal,
EV
, NewRetIdxs[RetI],
1064
RetVal =
EV
;
/src/libexec/getty/
gettytab.h
74
#define
EV
gettystrs[9].value
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
RegisterInfoEmitter.cpp
1277
unsigned
EV
= 0;
1285
assert(RC.EnumValue ==
EV
&& "Unexpected order of register classes");
1286
++
EV
;
1287
(void)
EV
;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
AtomicExpandPass.cpp
1334
ExtractValueInst *
EV
= dyn_cast<ExtractValueInst>(User);
1335
if (!
EV
)
1338
assert(
EV
->getNumIndices() == 1 &&
EV
->getIndices()[0] <= 1 &&
1341
if (
EV
->getIndices()[0] == 0)
1342
EV
->replaceAllUsesWith(Loaded);
1344
EV
->replaceAllUsesWith(Success);
1346
PrunedInsts.push_back(
EV
);
1350
for (auto
EV
: PrunedInsts)
1351
EV
->eraseFromParent()
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonConstExtenders.cpp
365
bool operator<(const ExtValue &
EV
) const;
366
bool operator==(const ExtValue &
EV
) const {
367
return ExtRoot(*this) == ExtRoot(
EV
) && Offset ==
EV
.Offset;
369
bool operator!=(const ExtValue &
EV
) const {
370
return !operator==(
EV
);
426
friend raw_ostream &operator<< (raw_ostream &OS, const ExtValue &
EV
);
542
raw_ostream &operator<< (raw_ostream &OS, const HCE::ExtValue &
EV
) {
543
OS << HCE::ExtRoot(
EV
) << " off:" <<
EV
.Offset
[
all
...]
HexagonISelDAGToDAG.cpp
1066
unsigned
EV
= EN->getZExtValue();
1067
if (
EV
% (1 << CV) != 0)
1069
unsigned DV =
EV
/ (1 << CV);
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp
1517
const auto *
EV
= dyn_cast<PathDiagnosticEventPiece>(NextI->get());
1518
if (
EV
) {
1519
StringRef S =
EV
->getString();
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FastISel.cpp
3324
const auto *
EV
= cast<ExtractValueInst>(Cond);
3325
if (!isa<IntrinsicInst>(
EV
->getAggregateOperand()))
3328
const auto *II = cast<IntrinsicInst>(
EV
->getAggregateOperand());
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FastISel.cpp
239
const auto *
EV
= cast<ExtractValueInst>(Cond);
240
if (!isa<IntrinsicInst>(
EV
->getAggregateOperand()))
243
const auto *II = cast<IntrinsicInst>(
EV
->getAggregateOperand());
/src/sys/arch/hppa/hppa/
db_disasm.c
186
#define
EV
0xF
1427
case
EV
: return(",
ev
");
1458
case
EV
: return(",
ev
");
1497
case XEV: return(",
ev
");
Completed in 29 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026