Home
last modified time | relevance | path

Searched refs:XType (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/SemaTemplate/
Dinstantiate-c99.cpp8 template<typename T, typename XType, typename YType>
10 void f(XType x, YType y) { in f()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp12762 EVT XType = N0.getValueType(); in SimplifySelectCC() local
12764 if (XType.bitsGE(AType)) { in SimplifySelectCC()
12769 ShCtV = XType.getSizeInBits()-ShCtV-1; in SimplifySelectCC()
12773 XType, N0, ShCt); in SimplifySelectCC()
12776 if (XType.bitsGT(AType)) { in SimplifySelectCC()
12785 XType, N0, in SimplifySelectCC()
12786 DAG.getConstant(XType.getSizeInBits()-1, in SimplifySelectCC()
12790 if (XType.bitsGT(AType)) { in SimplifySelectCC()
12880 EVT XType = N0.getValueType(); in SimplifySelectCC() local
12882 TLI.isOperationLegal(ISD::SETCC, getSetCCResultType(XType))) { in SimplifySelectCC()
[all …]
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp2414 EVT XType = SRASrc0.getValueType(); in SelectABSOp() local
2415 unsigned Size = XType.getSizeInBits() - 1; in SelectABSOp()
2418 XType.isInteger() && SRAConstant != nullptr && in SelectABSOp()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.td2866 // Template Class -- XType Vector Instructions