Searched refs:Type0 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYISelDAGToDAG.cpp | 305 auto Type0 = N->getValueType(0); in selectAddCarry() local 317 Subtarget->has2E3() ? CSKY::ADDC32 : CSKY::ADDC16, Dl, {Type0, Type1}, in selectAddCarry() 323 Subtarget->has2E3() ? CSKY::ADDC32 : CSKY::ADDC16, Dl, {Type0, Type1}, in selectAddCarry() 328 Dl, {Type0, Type1}, {Op0, Op1, Op2}); in selectAddCarry() 348 auto Type0 = N->getValueType(0); in selectSubCarry() local 360 Subtarget->has2E3() ? CSKY::SUBC32 : CSKY::SUBC16, Dl, {Type0, Type1}, in selectSubCarry() 366 Subtarget->has2E3() ? CSKY::SUBC32 : CSKY::SUBC16, Dl, {Type0, Type1}, in selectSubCarry() 372 Dl, {Type0, Type1}, {Op0, Op1, CarryIn}); in selectSubCarry()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.h | 206 LLT Type0; member 212 return Type0 == Other.Type0 && Type1 == Other.Type1 && 219 return Type0 == Other.Type0 && Type1 == Other.Type1 && in isCompatible()
|