Home
last modified time | relevance | path

Searched refs:areNonVolatileConsecutiveLoads (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2409 LLVM_ABI bool areNonVolatileConsecutiveLoads(LoadSDNode *LD, LoadSDNode *Base,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11302 if (DAG.areNonVolatileConsecutiveLoads(LHS, RHS, BitWidth / 8, 1)) { in visitFunnelShift()
16339 DAG.areNonVolatileConsecutiveLoads(LD2, LD1, LD1Bytes, 1) && in CombineConsecutiveLoads()
23092 if (!DAG.areNonVolatileConsecutiveLoads(ScalarLoad, VecLoad, EltSize / 8, in combineInsertEltToLoad()
23096 if (!DAG.areNonVolatileConsecutiveLoads( in combineInsertEltToLoad()
H A DSelectionDAG.cpp13105 bool SelectionDAG::areNonVolatileConsecutiveLoads(LoadSDNode *LD, in areNonVolatileConsecutiveLoads() function in SelectionDAG
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp15641 if (!DAG.areNonVolatileConsecutiveLoads(LD2, LD1, ElemSize, 1)) in combineBVOfConsecutiveLoads()
15643 if (!DAG.areNonVolatileConsecutiveLoads(LD1, LD2, ElemSize, 1)) in combineBVOfConsecutiveLoads()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7333 return DAG.areNonVolatileConsecutiveLoads(Ld, Base, BaseSizeInBytes, in EltsFromConsecutiveLoads()
59383 DAG.areNonVolatileConsecutiveLoads( in combineINSERT_SUBVECTOR()
59420 DAG.areNonVolatileConsecutiveLoads( in combineINSERT_SUBVECTOR()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp21336 DAG.areNonVolatileConsecutiveLoads(get<1>(L), get<0>(L), in areLoadedOffsetButOtherwiseSame()