Home
last modified time | relevance | path

Searched refs:Type0 (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelDAGToDAG.cpp298 auto Type0 = N->getValueType(0); in selectAddCarry() local
310 Subtarget->has2E3() ? CSKY::ADDC32 : CSKY::ADDC16, Dl, {Type0, Type1}, in selectAddCarry()
316 Subtarget->has2E3() ? CSKY::ADDC32 : CSKY::ADDC16, Dl, {Type0, Type1}, in selectAddCarry()
321 Dl, {Type0, Type1}, {Op0, Op1, Op2}); in selectAddCarry()
341 auto Type0 = N->getValueType(0); in selectSubCarry() local
353 Subtarget->has2E3() ? CSKY::SUBC32 : CSKY::SUBC16, Dl, {Type0, Type1}, in selectSubCarry()
359 Subtarget->has2E3() ? CSKY::SUBC32 : CSKY::SUBC16, Dl, {Type0, Type1}, in selectSubCarry()
365 Dl, {Type0, Type1}, {Op0, Op1, CarryIn}); in selectSubCarry()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h206 LLT Type0; member
212 return Type0 == Other.Type0 && Type1 == Other.Type1 &&
219 return Type0 == Other.Type0 && Type1 == Other.Type1 && in isCompatible()