Home
last modified time | relevance | path

Searched refs:TypeB (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp70 bool WebAssemblyAsmTypeCheck::match(StackType TypeA, StackType TypeB) { in match() argument
73 !std::get_if<Polymorphic>(&TypeB)); in match()
75 if (TypeA == TypeB) in match()
77 if (std::get_if<Any>(&TypeA) || std::get_if<Any>(&TypeB)) in match()
80 if (std::get_if<Ref>(&TypeB)) in match()
81 std::swap(TypeA, TypeB); in match()
82 assert(std::get_if<wasm::ValType>(&TypeB)); in match()
84 WebAssembly::isRefType(std::get<wasm::ValType>(TypeB))) in match()
H A DWebAssemblyAsmTypeCheck.h67 bool match(StackType TypeA, StackType TypeB);
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp148 u8 TypeA, u8 TypeB) { in reportDeallocTypeMismatch() argument
151 stringifyAction(Action), Ptr, TypeA, TypeB); in reportDeallocTypeMismatch()
H A Dreport.h47 u8 TypeA, u8 TypeB);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp795 const uint8_t TypeB = XCOFF::RelocationType::R_NEG; in recordRelocation() local
796 XCOFFRelocation RelocB = {IndexB, FixupOffsetInCsect, SignAndSize, TypeB}; in recordRelocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsNVVM.td409 // TypeB and TypeD may be empty if it must match that of TypeA or TypeC.
410 class MMA_OPS<list<string> Geom, list<string> TypeA, list<string> TypeB,
415 !foldl([]<list<WMMA_REGS>>, !if(!size(TypeB), TypeB, [type_a]), t3, type_b, !listconcat(t3,
/freebsd/sys/dev/acpica/
H A Dacpi.c645 UINT8 TypeA, TypeB; in acpi_attach() local
647 if (ACPI_SUCCESS(AcpiGetSleepTypeData(state, &TypeA, &TypeB))) { in acpi_attach()