Home
last modified time | relevance | path

Searched refs:shouldSplitFunctionArgumentsAsLittleEndian (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRISelLowering.h142 bool shouldSplitFunctionArgumentsAsLittleEndian( in shouldSplitFunctionArgumentsAsLittleEndian() function
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4325 shouldSplitFunctionArgumentsAsLittleEndian(const DataLayout &DL) const { in shouldSplitFunctionArgumentsAsLittleEndian() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9391 if (shouldSplitFunctionArgumentsAsLittleEndian(DAG.getDataLayout())) { in expandMULO()