Home
last modified time | relevance | path

Searched refs:XType (Results 1 – 9 of 9) 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/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7524 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/
DDAGCombiner.cpp14259 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-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp3008 auto *XType = X->getType(); in foldICmpWithTruncSignExtendedVal() local
3009 const unsigned XBitWidth = XType->getScalarSizeInBits(); in foldICmpWithTruncSignExtendedVal()
3024 Value *T0 = Builder.CreateAdd(X, ConstantInt::get(XType, AddCst)); in foldICmpWithTruncSignExtendedVal()
3026 Value *T1 = Builder.CreateICmp(DstPred, T0, ConstantInt::get(XType, ICmpCst)); in foldICmpWithTruncSignExtendedVal()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelDAGToDAG.cpp2337 EVT XType = SRASrc0.getValueType(); in SelectABSOp() local
2338 unsigned Size = XType.getSizeInBits() - 1; in SelectABSOp()
2342 XType.isInteger() && in SelectABSOp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp17761 EVT XType = N0.getValueType(); in foldSelectCCToShiftAnd() local
17763 if (!isNullConstant(N3) || !XType.bitsGE(AType)) in foldSelectCCToShiftAnd()
17788 unsigned ShCt = XType.getSizeInBits() - N2C->getAPIntValue().logBase2() - 1; in foldSelectCCToShiftAnd()
17790 SDValue Shift = DAG.getNode(ISD::SRL, DL, XType, N0, ShiftAmt); in foldSelectCCToShiftAnd()
17793 if (XType.bitsGT(AType)) { in foldSelectCCToShiftAnd()
17804 SDValue ShiftAmt = DAG.getConstant(XType.getSizeInBits() - 1, DL, ShiftAmtTy); in foldSelectCCToShiftAnd()
17805 SDValue Shift = DAG.getNode(ISD::SRA, DL, XType, N0, ShiftAmt); in foldSelectCCToShiftAnd()
17808 if (XType.bitsGT(AType)) { in foldSelectCCToShiftAnd()
17991 EVT XType = N0.getValueType(); in SimplifySelectCC() local
17992 if (SubC && SubC->isNullValue() && XType.isInteger()) { in SimplifySelectCC()
[all …]
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp2482 EVT XType = SRASrc0.getValueType(); in tryABSOp() local
2483 unsigned Size = XType.getSizeInBits() - 1; in tryABSOp()
2486 XType.isInteger() && SRAConstant != nullptr && in tryABSOp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp2446 EVT XType = SRASrc0.getValueType(); in tryABSOp() local
2447 unsigned Size = XType.getSizeInBits() - 1; in tryABSOp()
2450 XType.isInteger() && SRAConstant != nullptr && in tryABSOp()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.td2843 // Template Class -- XType Vector Instructions