OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MLD
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
DebugInfo.cpp
583
DILocation *getReplacementMDLocation(DILocation *
MLD
) {
584
auto *Scope = map(
MLD
->getScope());
585
auto *InlinedAt = map(
MLD
->getInlinedAt());
586
if (
MLD
->isDistinct())
587
return DILocation::getDistinct(
MLD
->getContext(),
MLD
->getLine(),
588
MLD
->getColumn(), Scope, InlinedAt);
589
return DILocation::get(
MLD
->getContext(),
MLD
->getLine(),
MLD
->getColumn()
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp
1728
void DAGTypeLegalizer::SplitVecRes_MLOAD(MaskedLoadSDNode *
MLD
,
1730
assert(
MLD
->isUnindexed() && "Indexed masked load during type legalization!");
1732
SDLoc dl(
MLD
);
1733
std::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(
MLD
->getValueType(0));
1735
SDValue Ch =
MLD
->getChain();
1736
SDValue Ptr =
MLD
->getBasePtr();
1737
SDValue Offset =
MLD
->getOffset();
1739
SDValue Mask =
MLD
->getMask();
1740
SDValue PassThru =
MLD
->getPassThru();
1741
Align Alignment =
MLD
->getOriginalAlign()
[
all
...]
LegalizeTypes.h
837
void SplitVecRes_MLOAD(MaskedLoadSDNode *
MLD
, SDValue &Lo, SDValue &Hi);
DAGCombiner.cpp
9754
MaskedLoadSDNode *
MLD
= cast<MaskedLoadSDNode>(N);
9755
SDValue Mask =
MLD
->getMask();
9760
return CombineTo(N,
MLD
->getPassThru(),
MLD
->getChain());
9765
MLD
->isUnindexed() && !
MLD
->isExpandingLoad() &&
9766
MLD
->getExtensionType() == ISD::NON_EXTLOAD) {
9767
SDValue NewLd = DAG.getLoad(N->getValueType(0), SDLoc(N),
MLD
->getChain(),
9768
MLD
->getBasePtr(),
MLD
->getMemOperand())
[
all
...]
SelectionDAG.cpp
686
const MaskedLoadSDNode *
MLD
= cast<MaskedLoadSDNode>(N);
687
ID.AddInteger(
MLD
->getMemoryVT().getRawBits());
688
ID.AddInteger(
MLD
->getRawSubclassData());
689
ID.AddInteger(
MLD
->getPointerInfo().getAddrSpace());
Completed in 65 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026