Searched refs:XType (Results 1 – 6 of 6) sorted by relevance
/external/clang/test/SemaTemplate/ |
D | instantiate-c99.cpp | 8 template<typename T, typename XType, typename YType> 10 void f(XType x, YType y) { in f()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 7524 EVT XType = N0.getValueType(); in SimplifySelectCC() local 7526 if (XType.bitsGE(AType)) { in SimplifySelectCC() 7531 ShCtV = XType.getSizeInBits()-ShCtV-1; in SimplifySelectCC() 7535 XType, N0, ShCt); in SimplifySelectCC() 7538 if (XType.bitsGT(AType)) { in SimplifySelectCC() 7547 XType, N0, in SimplifySelectCC() 7548 DAG.getConstant(XType.getSizeInBits()-1, in SimplifySelectCC() 7552 if (XType.bitsGT(AType)) { in SimplifySelectCC() 7637 EVT XType = N0.getValueType(); in SimplifySelectCC() local 7639 TLI.isOperationLegal(ISD::SETCC, TLI.getSetCCResultType(XType))) { in SimplifySelectCC() [all …]
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 14259 EVT XType = N0.getValueType(); in SimplifySelectCC() local 14261 if (XType.bitsGE(AType)) { in SimplifySelectCC() 14266 ShCtV = XType.getSizeInBits() - ShCtV - 1; in SimplifySelectCC() 14270 XType, N0, ShCt); in SimplifySelectCC() 14273 if (XType.bitsGT(AType)) { in SimplifySelectCC() 14282 XType, N0, in SimplifySelectCC() 14283 DAG.getConstant(XType.getSizeInBits() - 1, in SimplifySelectCC() 14288 if (XType.bitsGT(AType)) { in SimplifySelectCC() 14388 EVT XType = N0.getValueType(); in SimplifySelectCC() local 14389 if (SubC && SubC->isNullValue() && XType.isInteger()) { in SimplifySelectCC() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 2337 EVT XType = SRASrc0.getValueType(); in SelectABSOp() local 2338 unsigned Size = XType.getSizeInBits() - 1; in SelectABSOp() 2342 XType.isInteger() && in SelectABSOp()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 2482 EVT XType = SRASrc0.getValueType(); in tryABSOp() local 2483 unsigned Size = XType.getSizeInBits() - 1; in tryABSOp() 2486 XType.isInteger() && SRAConstant != nullptr && in tryABSOp()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.td | 2843 // Template Class -- XType Vector Instructions
|