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

/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h362 extern SDValue ScanBUILD_VECTOR(SDValue Op, bool &isOnlyLowElement,
H A DAArch64ISelLowering.cpp3991 bool isOnlyLowElement = true; local
4005 isOnlyLowElement = false;
4028 if (isOnlyLowElement && !ISD::isNormalLoad(Value.getNode()))
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1792 bool isOnlyLowElement = true;
1800 isOnlyLowElement = false;
1817 if (isOnlyLowElement)
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4835 bool isOnlyLowElement = true; local
4849 isOnlyLowElement = false;
4872 if (isOnlyLowElement && !ISD::isNormalLoad(Value.getNode()))

Completed in 1380 milliseconds