Searched refs:Type0 (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelDAGToDAG.cpp | 298 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()
|
| /openbsd-src/gnu/llvm/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()
|