Searched refs:State (Results 176 - 200 of 318) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutobject.c176 ACPI_GENERIC_STATE *State,
757 ACPI_GENERIC_STATE *State,
786 State->Pkg.ThisTargetObj = NULL;
754 AcpiUtGetElementLength( UINT8 ObjectType, ACPI_OPERAND_OBJECT *SourceObject, ACPI_GENERIC_STATE *State, void *Context) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Frontend/
H A DCheckerRegistry.h160 StateFromCmdLine State = StateFromCmdLine::State_Unspecified; member in struct:clang::ento::CheckerRegistry::CheckerInfo
165 return State == StateFromCmdLine::State_Enabled && ShouldRegister(LO);
169 return State == StateFromCmdLine::State_Disabled && ShouldRegister(LO);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h208 template <typename JITType, typename SetterImpl, typename State>
297 template <typename JITType, typename SetterImpl, typename State>
299 : public LLJITBuilderSetters<JITType, SetterImpl, State> {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h360 enum { Plain, Empty, Tombstone } State = Plain; member in struct:llvm::wasm::WasmSignature
370 return LHS.State == RHS.State && LHS.Returns == RHS.Returns &&
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp487 /// operations if \p BlockInMask is non-null. Use \p State to translate given
489 void vectorizeInterleaveGroup(Instruction *Instr, VPTransformState &State,
494 /// non-null. Use \p State to translate given VPValues to IR values in the
496 void vectorizeMemoryInstruction(Instruction *Instr, VPTransformState &State,
2170 VPTransformState &State,
2206 Value *AddrPart = State.get(Addr, {Part, 0});
2253 Value *BlockInMaskPart = State.get(BlockInMask, Part);
2338 Value *BlockInMaskPart = State.get(BlockInMask, Part);
2355 VPTransformState &State,
2369 return vectorizeInterleaveGroup(Instr, State, Add
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp1049 ABIArgInfo getIndirectResult(QualType Ty, bool ByVal, CCState &State) const;
1051 ABIArgInfo getIndirectReturnResult(QualType Ty, CCState &State) const;
1057 ABIArgInfo classifyReturnType(QualType RetTy, CCState &State) const;
1058 ABIArgInfo classifyArgumentType(QualType RetTy, CCState &State) const;
1062 bool updateFreeRegs(QualType Ty, CCState &State) const;
1064 bool shouldAggregateUseDirect(QualType Ty, CCState &State, bool &InReg,
1066 bool shouldPrimitiveUseInReg(QualType Ty, CCState &State) const;
1077 void runVectorCallFirstPass(CGFunctionInfo &FI, CCState &State) const;
1381 ABIArgInfo X86_32ABIInfo::getIndirectReturnResult(QualType RetTy, CCState &State) const {
1384 if (State
1595 shouldAggregateUseDirect(QualType Ty, CCState &State, bool &InReg, bool &NeedsPadding) const argument
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswexec.c212 WalkState->ControlState->Common.State = 0;
245 "No predicate ObjDesc=%p State=%p",
265 "Bad predicate (not an integer) ObjDesc=%p State=%p Type=0x%X",
319 WalkState->ControlState->Common.State = ACPI_CONTROL_NORMAL;
396 (WalkState->ControlState->Common.State ==
400 "Exec predicate Op=%p State=%p\n",
403 WalkState->ControlState->Common.State =
855 (WalkState->ControlState->Common.State ==
H A Ddspkginit.c416 ACPI_GENERIC_STATE *State,
446 ElementPtr = State->Pkg.ThisTargetObj;
413 AcpiDsInitPackageElement( UINT8 ObjectType, ACPI_OPERAND_OBJECT *SourceObject, ACPI_GENERIC_STATE *State, void *Context) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp92 } State; member in struct:DefinedTracker
214 DT.State = DefinedTracker::DefinedMacro;
229 DT.State = DefinedTracker::Unknown;
414 DT.State = DefinedTracker::Unknown;
447 DT.State = DefinedTracker::Unknown;
460 DT.State = DefinedTracker::Unknown;
474 if (DT.State == DefinedTracker::DefinedMacro)
475 DT.State = DefinedTracker::NotDefinedMacro;
476 else if (DT.State == DefinedTracker::NotDefinedMacro)
477 DT.State
[all...]
/freebsd-11-stable/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc137 MOCK_CONST_METHOD0(State, vdev_state());
316 EXPECT_EQ(VDEV_STATE_OFFLINE, vdev.State());
325 EXPECT_EQ(VDEV_STATE_FAULTED, vdev.State());
358 EXPECT_EQ(VDEV_STATE_HEALTHY, vdev.State());
438 ON_CALL(*m_vdev, State())
647 ON_CALL(*m_vdev456, State())
653 ON_CALL(*m_vdev789, State())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1456 static bool CC_RISCVAssign2XLen(unsigned XLen, CCState &State, CCValAssign VA1, argument
1461 if (Register Reg = State.AllocateReg(ArgGPRs)) {
1463 State.addLoc(CCValAssign::getReg(VA1.getValNo(), VA1.getValVT(), Reg,
1468 State.addLoc(
1470 State.AllocateStack(XLenInBytes, StackAlign),
1472 State.addLoc(CCValAssign::getMem(
1473 ValNo2, ValVT2, State.AllocateStack(XLenInBytes, XLenInBytes), LocVT2,
1478 if (Register Reg = State.AllocateReg(ArgGPRs)) {
1480 State.addLoc(
1484 State
1493 CC_RISCV(const DataLayout &DL, RISCVABI::ABI ABI, unsigned ValNo, MVT ValVT, MVT LocVT, CCValAssign::LocInfo LocInfo, ISD::ArgFlagsTy ArgFlags, CCState &State, bool IsFixed, bool IsRet, Type *OrigTy) argument
1855 CC_RISCV_FastCC(unsigned ValNo, MVT ValVT, MVT LocVT, CCValAssign::LocInfo LocInfo, ISD::ArgFlagsTy ArgFlags, CCState &State) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp207 ProgramStateRef State = Pred->getState(); local
240 originalV = State->getSVal(copyExpr, LCtx);
242 originalV = State->getSVal(loc::MemRegionVal(originalR));
244 State = State->bindLoc(loc::MemRegionVal(capturedR), originalV, LCtx);
252 State->BindExpr(BE, Pred->getLocationContext(), V),
554 ProgramStateRef State = Pred->getState(); local
558 SVal V = State->getSVal(CL->getInitializer(), LCtx);
564 Loc CLLoc = State->getLValue(CL, LCtx);
565 State
983 ProgramStateRef State = (*I)->getState(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp27 State.MF = &MF;
28 State.MBB = nullptr;
29 State.MRI = &MF.getRegInfo();
30 State.TII = MF.getSubtarget().getInstrInfo();
31 State.DL = DebugLoc();
32 State.II = MachineBasicBlock::iterator();
33 State.Observer = nullptr;
37 State.MBB = &MBB;
38 State.II = MBB.end();
46 State
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h590 ParseState State = Default; local
599 State = FoundDot;
602 State = FoundExponent;
608 if (State == FoundDot) {
614 State = FoundExponent;
621 assert(State == FoundExponent && "Should have found exponent at this point.");
1610 static bool inSeqAnyElement(InState State);
1611 static bool inFlowSeqAnyElement(InState State);
1612 static bool inMapAnyKey(InState State);
1613 static bool inFlowMapAnyKey(InState State);
[all...]
/freebsd-11-stable/stand/efi/libefi/
H A Definet.c70 printf("State = %x\n", mode->State);
206 if (net->Mode->State == EfiSimpleNetworkStopped) {
215 if (net->Mode->State != EfiSimpleNetworkInitialized) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.h129 AggressiveAntiDepState *State = nullptr; member in class:llvm::AggressiveAntiDepBreaker
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.h44 u64 State : 2; // available, allocated, or quarantined member in struct:__scudo::UnpackedHeader
H A Dscudo_allocator.cpp184 if (UNLIKELY(Header.State != ChunkQuarantine))
187 NewHeader.State = ChunkAvailable;
379 Header.State = ChunkAllocated;
408 NewHeader.State = ChunkAvailable;
429 NewHeader.State = ChunkQuarantine;
467 if (UNLIKELY(Header.State != ChunkAllocated))
509 if (UNLIKELY(OldHeader.State != ChunkAllocated))
554 if (UNLIKELY(Header.State != ChunkAllocated))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DADCE.cpp274 } State; local
276 State.reserve(F.size());
280 for (auto *BB: depth_first_ext(&F.getEntryBlock(), State)) {
286 if (State.onStack(Succ)) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvalEmitter.h46 EvalEmitter(Context &Ctx, Program &P, State &Parent, InterpStack &Stk,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp556 enum { Other, ControlBlock, ASTBlock, DiagnosticOptionsBlock } State = Other; local
571 if (State == Other) {
587 State = ControlBlock;
596 State = ASTBlock;
605 State = DiagnosticOptionsBlock;
615 State = Other;
628 if (State == ControlBlock && Code == IMPORTS) {
686 if (State == ASTBlock && Code == IDENTIFIER_TABLE && Record[0] > 0) {
706 if (State == DiagnosticOptionsBlock && Code == SIGNATURE)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp441 static void AnalyzeVarArgs(CCState &State, argument
443 State.AnalyzeCallOperands(Outs, CC_MSP430_AssignStack);
446 static void AnalyzeVarArgs(CCState &State, argument
448 State.AnalyzeFormalArguments(Ins, CC_MSP430_AssignStack);
456 static void AnalyzeArguments(CCState &State, argument
472 bool Builtin = (State.getCallingConv() == CallingConv::MSP430_BUILTIN);
481 if (State.isVarArg()) {
482 AnalyzeVarArgs(State, Args);
517 State.HandleByVal(ValNo++, ArgVT, LocVT, LocInfo, 2, 2, ArgFlags);
530 unsigned Reg = State
550 AnalyzeRetResult(CCState &State, const SmallVectorImpl<ISD::InputArg> &Ins) argument
555 AnalyzeRetResult(CCState &State, const SmallVectorImpl<ISD::OutputArg> &Outs) argument
561 AnalyzeReturnValues(CCState &State, SmallVectorImpl<CCValAssign> &RVLocs, const SmallVectorImpl<ArgT> &Args) argument
[all...]
/freebsd-11-stable/cddl/usr.sbin/zfsd/
H A Dvdev.cc161 Vdev::State() const function in class:Vdev
309 if (State() != VDEV_STATE_HEALTHY)
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacdispat.h247 ACPI_WALK_STATE *State);
452 ACPI_GENERIC_STATE *State,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.h228 /// Updates the next token of \p State to the next token after this
231 virtual void updateNextToken(LineState &State) const {}
456 void updateNextToken(LineState &State) const override;

Completed in 412 milliseconds

1234567891011>>