OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaskedGatherSDNode
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.h
327
SDValue PromoteIntRes_MGATHER(
MaskedGatherSDNode
*N);
389
SDValue PromoteIntOp_MGATHER(
MaskedGatherSDNode
*N, unsigned OpNo);
838
void SplitVecRes_MGATHER(
MaskedGatherSDNode
*MGT, SDValue &Lo, SDValue &Hi);
865
SDValue SplitVecOp_MGATHER(
MaskedGatherSDNode
*MGT, unsigned OpNo);
901
SDValue WidenVecRes_MGATHER(
MaskedGatherSDNode
* N);
SelectionDAGDumper.cpp
756
} else if (const auto *MGather = dyn_cast<
MaskedGatherSDNode
>(this)) {
LegalizeVectorTypes.cpp
942
SplitVecRes_MGATHER(cast<
MaskedGatherSDNode
>(N), Lo, Hi);
1813
void DAGTypeLegalizer::SplitVecRes_MGATHER(
MaskedGatherSDNode
*MGT,
2176
Res = SplitVecOp_MGATHER(cast<
MaskedGatherSDNode
>(N), OpNo);
2506
SDValue DAGTypeLegalizer::SplitVecOp_MGATHER(
MaskedGatherSDNode
*MGT,
3004
Res = WidenVecRes_MGATHER(cast<
MaskedGatherSDNode
>(N));
4076
SDValue DAGTypeLegalizer::WidenVecRes_MGATHER(
MaskedGatherSDNode
*N) {
4934
auto *MG = cast<
MaskedGatherSDNode
>(N);
LegalizeIntegerTypes.cpp
74
case ISD::MGATHER: Res = PromoteIntRes_MGATHER(cast<
MaskedGatherSDNode
>(N));
712
SDValue DAGTypeLegalizer::PromoteIntRes_MGATHER(
MaskedGatherSDNode
*N) {
1512
case ISD::MGATHER: Res = PromoteIntOp_MGATHER(cast<
MaskedGatherSDNode
>(N),
1873
SDValue DAGTypeLegalizer::PromoteIntOp_MGATHER(
MaskedGatherSDNode
*N,
SelectionDAG.cpp
700
const
MaskedGatherSDNode
*MG = cast<
MaskedGatherSDNode
>(N);
7639
ID.AddInteger(getSyntheticNodeSubclassData<
MaskedGatherSDNode
>(
7644
cast<
MaskedGatherSDNode
>(E)->refineAlignment(MMO);
7649
auto *N = newSDNode<
MaskedGatherSDNode
>(dl.getIROrder(), dl.getDebugLoc(),
7654
"Incompatible type of the PassThru value in
MaskedGatherSDNode
");
DAGCombiner.cpp
5803
if (auto *GN0 = dyn_cast<
MaskedGatherSDNode
>(N0)) {
9721
MaskedGatherSDNode
*MGT = cast<
MaskedGatherSDNode
>(N);
11955
if (auto *GN0 = dyn_cast<
MaskedGatherSDNode
>(N0)) {
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
529
friend class
MaskedGatherSDNode
;
2446
//
MaskedGatherSDNode
(Chain, passthru, mask, base, index, scale)
2462
class
MaskedGatherSDNode
: public MaskedGatherScatterSDNode {
2466
MaskedGatherSDNode
(unsigned Order, const DebugLoc &dl, SDVTList VTs,
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp
4353
auto *MGN = cast<
MaskedGatherSDNode
>(Op.getNode());
5908
if (const auto *MGN = dyn_cast<
MaskedGatherSDNode
>(N)) {
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
4228
MaskedGatherSDNode
*MGT = cast<
MaskedGatherSDNode
>(Op);
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 158 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026