Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/dev/acpica/components/executer/
H A Dexresop.c263 UINT32 ThisArgType; in AcpiExResolveOperands() local
399 ThisArgType = GET_CURRENT_ARG_TYPE (ArgTypes); in AcpiExResolveOperands()
406 switch (ThisArgType) in AcpiExResolveOperands()
491 switch (ThisArgType) in AcpiExResolveOperands()
809 ThisArgType)); in AcpiExResolveOperands()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1498 auto *ThisArgType = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local
1500 if ((ReferenceType != nullptr) != (ThisArgType != nullptr)) in matchIntrinsicType()
1503 if (ThisArgType) { in matchIntrinsicType()
1505 ThisArgType->getElementCount()) in matchIntrinsicType()
1507 EltTy = ThisArgType->getElementType(); in matchIntrinsicType()
1516 PointerType *ThisArgType = dyn_cast<PointerType>(Ty); in matchIntrinsicType() local
1517 return (!ThisArgType || ThisArgType->getElementType() != ReferenceType); in matchIntrinsicType()
1524 PointerType *ThisArgType = dyn_cast<PointerType>(Ty); in matchIntrinsicType() local
1526 if (!ThisArgType || !ReferenceType) in matchIntrinsicType()
1528 if (!ThisArgType->isOpaque()) in matchIntrinsicType()
[all …]