/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYISelDAGToDAG.cpp | 306 auto Type1 = N->getValueType(1); in selectAddCarry() local 315 Subtarget->has2E3() ? CSKY::CLRC32 : CSKY::CLRC16, Dl, Type1); in selectAddCarry() 317 Subtarget->has2E3() ? CSKY::ADDC32 : CSKY::ADDC16, Dl, {Type0, Type1}, in selectAddCarry() 321 Subtarget->has2E3() ? CSKY::SETC32 : CSKY::SETC16, Dl, Type1); in selectAddCarry() 323 Subtarget->has2E3() ? CSKY::ADDC32 : CSKY::ADDC16, Dl, {Type0, Type1}, in selectAddCarry() 328 Dl, {Type0, Type1}, {Op0, Op1, Op2}); in selectAddCarry() 349 auto Type1 = N->getValueType(1); in selectSubCarry() local 358 Subtarget->has2E3() ? CSKY::SETC32 : CSKY::SETC16, Dl, Type1); in selectSubCarry() 360 Subtarget->has2E3() ? CSKY::SUBC32 : CSKY::SUBC16, Dl, {Type0, Type1}, in selectSubCarry() 364 Subtarget->has2E3() ? CSKY::CLRC32 : CSKY::CLRC16, Dl, Type1); in selectSubCarry() [all …]
|
/freebsd/contrib/kyua/store/ |
H A D | dbtypes_test.cpp | 56 template< typename Type1, typename Type2, typename Type3 > 58 do_ok_test(void (*bind)(sqlite::statement&, const char*, Type1), in do_ok_test() argument 82 template< typename Type1, typename Type2 > 84 do_invalid_test(Type1 value, in do_invalid_test()
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | aslload.c | 1042 ACPI_OBJECT_TYPE Type1, in LdMatchExternType() argument 1045 BOOLEAN Type1IsLocal = Type1 > ACPI_TYPE_EXTERNAL_MAX; in LdMatchExternType() 1060 LocalType = Type1; in LdMatchExternType() 1066 ExternalType = Type1; in LdMatchExternType() 1070 return (Type1 == Type2); in LdMatchExternType()
|
H A D | aslprepkg.c | 167 UINT8 Type1, 617 UINT8 Type1, in ApCheckPackageElements() argument 636 ApCheckObjectType (PredefinedName, Op, Type1, i); in ApCheckPackageElements()
|
/freebsd/sys/contrib/dev/acpica/components/namespace/ |
H A D | nsprepkg.c | 175 UINT8 Type1, 857 UINT8 Type1, in AcpiNsCheckPackageElements() argument 878 Type1, i + StartIndex); in AcpiNsCheckPackageElements()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.h | 207 LLT Type1; member 212 return Type0 == Other.Type0 && Type1 == Other.Type1 && 219 return Type0 == Other.Type0 && Type1 == Other.Type1 && in isCompatible()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVGlobalRegistry.cpp | 1084 bool SPIRVGlobalRegistry::isBitcastCompatible(const SPIRVType *Type1, in isBitcastCompatible() argument 1086 if (!Type1 || !Type2) in isBitcastCompatible() 1088 auto Op1 = Type1->getOpcode(), Op2 = Type2->getOpcode(); in isBitcastCompatible() 1096 (Op1 == SPIRV::OpTypePointer || retrieveScalarOrVectorIntType(Type1))) in isBitcastCompatible() 1098 unsigned Bits1 = getNumScalarOrVectorTotalBitWidth(Type1), in isBitcastCompatible()
|
H A D | SPIRVGlobalRegistry.h | 390 bool isBitcastCompatible(const SPIRVType *Type1,
|
/freebsd/crypto/heimdal/doc/ |
H A D | layman.asc | 804 [identifier1] Type1, 809 identifiers for the alternatives, and Type1, ..., Typen are 1192 [identifier1] Type1 [{OPTIONAL | DEFAULT value1}], 1197 identifiers for the components, Type1, ..., Typen are the 1286 [identifier1] Type1 [{OPTIONAL | DEFAULT value1}], 1291 identifiers for the components, Type1, ..., Typen are the
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELF.h | 693 uint8_t Type1 = (Type >> 0) & 0xFF; in getRelocationTypeName() local 698 StringRef Name = getRelocationTypeName(Type1); in getRelocationTypeName()
|
/freebsd/share/misc/ |
H A D | pci_vendors | 20895 14e4 1202 BCM957412M4122C OCP 1x25G Type1 wRoCE 20907 14e4 1404 BCM957414M4142C OCP 2x25G Type1 wRoCE
|