Searched refs:areNonVolatileConsecutiveLoads (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 2409 LLVM_ABI bool areNonVolatileConsecutiveLoads(LoadSDNode *LD, LoadSDNode *Base,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 11302 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 D | SelectionDAG.cpp | 13105 bool SelectionDAG::areNonVolatileConsecutiveLoads(LoadSDNode *LD, in areNonVolatileConsecutiveLoads() function in SelectionDAG
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 15641 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 D | X86ISelLowering.cpp | 7333 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 D | AArch64ISelLowering.cpp | 21336 DAG.areNonVolatileConsecutiveLoads(get<1>(L), get<0>(L), in areLoadedOffsetButOtherwiseSame()
|