Searched refs:Type0 (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelDAGToDAG.cpp | 294 auto Type0 = N->getValueType(0); in selectAddCarry() local 306 Subtarget->has2E3() ? CSKY::ADDC32 : CSKY::ADDC16, Dl, {Type0, Type1}, in selectAddCarry() 312 Subtarget->has2E3() ? CSKY::ADDC32 : CSKY::ADDC16, Dl, {Type0, Type1}, in selectAddCarry() 317 Dl, {Type0, Type1}, {Op0, Op1, Op2}); in selectAddCarry() 337 auto Type0 = N->getValueType(0); in selectSubCarry() local 349 Subtarget->has2E3() ? CSKY::SUBC32 : CSKY::SUBC16, Dl, {Type0, Type1}, in selectSubCarry() 355 Subtarget->has2E3() ? CSKY::SUBC32 : CSKY::SUBC16, Dl, {Type0, Type1}, in selectSubCarry() 361 Dl, {Type0, Type1}, {Op0, Op1, CarryIn}); in selectSubCarry()
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/ |
| H A D | gmodules-deduction-guide.h | 11 typedef decltype(S(A())) Type0; typedef
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegalizerInfo.h | 205 LLT Type0; member 211 return Type0 == Other.Type0 && Type1 == Other.Type1 && 218 return Type0 == Other.Type0 && Type1 == Other.Type1 && in isCompatible()
|