OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PartValue
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
IntrinsicLowering.cpp
164
Value *
PartValue
= V;
168
Value *LHS = Builder.CreateAnd(
PartValue
, MaskCst, "cppop.and1");
169
Value *VShift = Builder.CreateLShr(
PartValue
,
173
PartValue
= Builder.CreateAdd(LHS, RHS, "ctpop.step");
175
Count = Builder.CreateAdd(
PartValue
, Count, "ctpop.part");
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp
7569
SDValue
PartValue
= OutVals[i + 1];
7571
EVT PartVT =
PartValue
.getValueType();
7574
Parts.push_back(std::make_pair(
PartValue
, PartOffset));
7583
SDValue
PartValue
= Part.first;
7588
DAG.getStore(Chain, DL,
PartValue
, Address,
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp
1609
SDValue
PartValue
= OutVals[I + 1];
1614
DAG.getStore(Chain, DL,
PartValue
, Address,
1616
assert((PartOffset +
PartValue
.getValueType().getStoreSize() <=
Completed in 38 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026