Home
last modified time | relevance | path

Searched refs:ThisOp (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslpld.c201 ACPI_PARSE_OBJECT *ThisOp; in OpcDoPld() local
223 ThisOp = Op->Asl.Child; in OpcDoPld()
224 while (ThisOp) in OpcDoPld()
228 ParseOpcode = ThisOp->Asl.Child->Asl.ParseOpcode; in OpcDoPld()
229 Value = (UINT32) ThisOp->Asl.Child->Asl.Value.Integer; in OpcDoPld()
231 switch (ThisOp->Asl.ParseOpcode) in OpcDoPld()
237 AslError (ASL_ERROR, ASL_MSG_INVALID_TYPE, ThisOp, NULL); in OpcDoPld()
243 AslError (ASL_ERROR, ASL_MSG_RANGE, ThisOp, NULL); in OpcDoPld()
254 AslError (ASL_ERROR, ASL_MSG_INVALID_TYPE, ThisOp, NULL); in OpcDoPld()
260 AslError (ASL_ERROR, ASL_MSG_RANGE, ThisOp, NULL); in OpcDoPld()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h161 DbgValueLocEntry ThisOp = ValueLocEntries[0]; in isEquivalent() local
163 return ThisOp.isLocation() && OtherOp.isLocation() && in isEquivalent()
164 ThisOp.getLoc().getReg() == OtherOp.getLoc().getReg(); in isEquivalent()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td56 /// SDTCisEltOfVec - This indicates that ThisOp is a scalar type of the same
58 class SDTCisEltOfVec<int ThisOp, int OtherOp>
59 : SDTypeConstraint<ThisOp> {
63 /// SDTCisSubVecOfVec - This indicates that ThisOp is a vector type
65 class SDTCisSubVecOfVec<int ThisOp, int OtherOp>
66 : SDTypeConstraint<ThisOp> {