Searched refs:isOnlyLowElement (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1915 bool isOnlyLowElement = true;
1923 isOnlyLowElement = false;
1940 if (isOnlyLowElement)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7906 bool isOnlyLowElement = true; local
7921 isOnlyLowElement = false;
7948 if (isOnlyLowElement && !(NumElts == 1 && isa<ConstantSDNode>(Value))) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7210 bool isOnlyLowElement = true; local
7224 isOnlyLowElement = false;
7247 if (isOnlyLowElement && !ISD::isNormalLoad(Value.getNode()))

Completed in 205 milliseconds