Home
last modified time | relevance | path

Searched refs:Type1 (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYISelDAGToDAG.cpp299 auto Type1 = N->getValueType(1); in selectAddCarry() local
308 Subtarget->has2E3() ? CSKY::CLRC32 : CSKY::CLRC16, Dl, Type1); in selectAddCarry()
310 Subtarget->has2E3() ? CSKY::ADDC32 : CSKY::ADDC16, Dl, {Type0, Type1}, in selectAddCarry()
314 Subtarget->has2E3() ? CSKY::SETC32 : CSKY::SETC16, Dl, Type1); in selectAddCarry()
316 Subtarget->has2E3() ? CSKY::ADDC32 : CSKY::ADDC16, Dl, {Type0, Type1}, in selectAddCarry()
321 Dl, {Type0, Type1}, {Op0, Op1, Op2}); in selectAddCarry()
342 auto Type1 = N->getValueType(1); in selectSubCarry() local
351 Subtarget->has2E3() ? CSKY::SETC32 : CSKY::SETC16, Dl, Type1); in selectSubCarry()
353 Subtarget->has2E3() ? CSKY::SUBC32 : CSKY::SUBC16, Dl, {Type0, Type1}, in selectSubCarry()
357 Subtarget->has2E3() ? CSKY::CLRC32 : CSKY::CLRC16, Dl, Type1); in selectSubCarry()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h206 LLT Type1; member
211 return Type0 == Other.Type0 && Type1 == Other.Type1 &&
218 return Type0 == Other.Type0 && Type1 == Other.Type1 && in isCompatible()
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_case.py113 (test1, (Type1, instance1, _)), (test2,
115 self.assertEqual((test1, Type1, instance1), (test, Exception, exc1))
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DELF.h566 uint8_t Type1 = (Type >> 0) & 0xFF; in getRelocationTypeName() local
571 StringRef Name = getRelocationTypeName(Type1); in getRelocationTypeName()