Searched refs:InitVal (Results 1 - 25 of 39) sorted by relevance

12

/netbsd-current/sys/external/bsd/acpica/dist/namespace/
H A Dnsaccess.c77 const ACPI_PREDEFINED_NAMES *InitVal = NULL; local
130 for (InitVal = AcpiGbl_PreDefinedNames; InitVal->Name; InitVal++)
136 if (!strcmp (InitVal->Name, "_OSI") && !AcpiGbl_CreateOsiMethod)
147 memcpy(&Name, InitVal->Name, sizeof(Name));
156 NewNode->Type = InitVal->Type;
174 if (InitVal->Val)
176 Status = AcpiOsPredefinedOverride (InitVal, &Val);
181 InitVal
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DGlobals.cpp334 Constant *InitVal, const Twine &Name,
339 InitVal != nullptr, Link, Name, AddressSpace),
345 if (InitVal) {
346 assert(InitVal->getType() == Ty &&
348 Op<0>() = InitVal;
353 LinkageTypes Link, Constant *InitVal,
360 InitVal != nullptr, Link, Name,
369 if (InitVal) {
370 assert(InitVal->getType() == Ty &&
372 Op<0>() = InitVal;
333 GlobalVariable(Type *Ty, bool constant, LinkageTypes Link, Constant *InitVal, const Twine &Name, ThreadLocalMode TLMode, unsigned AddressSpace, bool isExternallyInitialized) argument
352 GlobalVariable(Module &M, Type *Ty, bool constant, LinkageTypes Link, Constant *InitVal, const Twine &Name, GlobalVariable *Before, ThreadLocalMode TLMode, Optional<unsigned> AddressSpace, bool isExternallyInitialized) argument
389 setInitializer(Constant *InitVal) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DMangling.cpp60 const auto *InitVal = GV->getInitializer(); local
63 if (isa<ConstantAggregateZero>(InitVal))
65 const auto *InitIntValue = dyn_cast<ConstantInt>(InitVal);
H A DLayer.cpp63 const auto *InitVal = GV.getInitializer();
66 if (isa<ConstantAggregateZero>(InitVal))
68 const auto *InitIntValue = dyn_cast<ConstantInt>(InitVal);
/netbsd-current/sys/dev/acpi/acpica/
H A DOsdMisc.c197 AcpiOsPredefinedOverride(const ACPI_PREDEFINED_NAMES *InitVal, argument
200 if (!InitVal || !NewVal)
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h34 Vector(unsigned Length, PBQPNum InitVal) argument
36 std::fill(Data.get(), Data.get() + Length, InitVal);
133 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal)
136 std::fill(Data.get(), Data.get() + (Rows * Cols), InitVal);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalVariable.h145 /// any existing initializer if InitVal==NULL. If this GV has type T*, the
147 void setInitializer(Constant *InitVal);
/netbsd-current/sys/external/bsd/acpica/dist/os_specific/service_layers/
H A Doszephyr.c594 * PARAMETERS: InitVal - Initial Value of the predefined object
606 const ACPI_PREDEFINED_NAMES *InitVal,
610 if (!InitVal || !NewVal)
605 AcpiOsPredefinedOverride( const ACPI_PREDEFINED_NAMES *InitVal, ACPI_STRING *NewVal) argument
H A Doswinxf.c198 * PARAMETERS: InitVal - Initial value of the predefined object
210 const ACPI_PREDEFINED_NAMES *InitVal,
214 if (!InitVal || !NewVal)
209 AcpiOsPredefinedOverride( const ACPI_PREDEFINED_NAMES *InitVal, ACPI_STRING *NewVal) argument
H A Dosunixxf.c270 * PARAMETERS: InitVal - Initial value of the predefined object
282 const ACPI_PREDEFINED_NAMES *InitVal,
286 if (!InitVal || !NewVal)
281 AcpiOsPredefinedOverride( const ACPI_PREDEFINED_NAMES *InitVal, ACPI_STRING *NewVal) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DModuloSchedule.cpp36 unsigned &InitVal, unsigned &LoopVal) {
39 InitVal = 0;
43 InitVal = Phi.getOperand(i).getReg();
47 assert(InitVal != 0 && LoopVal != 0 && "Unexpected Phi structure.");
387 unsigned InitVal = 0; local
389 getPhiRegs(*BBI, BB, InitVal, LoopVal);
406 InitVal, NewReg);
439 PhiOp1 = InitVal;
469 PhiOp1 = InitVal;
1116 unsigned InitVal local
35 getPhiRegs(MachineInstr &Phi, MachineBasicBlock *Loop, unsigned &InitVal, unsigned &LoopVal) argument
1200 unsigned InitVal = 0; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp900 Value *InitVal; local
902 InitVal = Init->Codegen();
903 if (InitVal == 0) return 0;
905 InitVal = ConstantFP::get(TheContext, APFloat(0.0));
909 Builder.CreateStore(InitVal, Alloca);
H A Dtoy.cpp1264 Value *InitVal; local
1266 InitVal = Init->Codegen();
1267 if (InitVal == 0) return 0;
1269 InitVal = ConstantFP::get(TheContext, APFloat(0.0));
1273 Builder.CreateStore(InitVal, Alloca);
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp1122 Value *InitVal; local
1124 InitVal = Init->Codegen();
1125 if (InitVal == 0) return 0;
1127 InitVal = ConstantFP::get(TheContext, APFloat(0.0));
1131 Builder.CreateStore(InitVal, Alloca);
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp882 Value *InitVal; local
884 InitVal = Init->Codegen();
885 if (InitVal == 0) return 0;
887 InitVal = ConstantFP::get(TheContext, APFloat(0.0));
891 Builder.CreateStore(InitVal, Alloca);
H A Dtoy.cpp1162 Value *InitVal; local
1164 InitVal = Init->Codegen();
1165 if (InitVal == 0) return 0;
1167 InitVal = ConstantFP::get(TheContext, APFloat(0.0));
1171 Builder.CreateStore(InitVal, Alloca);
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp1003 Value *InitVal; local
1005 InitVal = Init->codegen();
1006 if (!InitVal)
1009 InitVal = ConstantFP::get(*TheContext, APFloat(0.0));
1013 Builder->CreateStore(InitVal, Alloca);
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp1003 Value *InitVal; local
1005 InitVal = Init->codegen();
1006 if (!InitVal)
1009 InitVal = ConstantFP::get(*TheContext, APFloat(0.0));
1013 Builder->CreateStore(InitVal, Alloca);
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp1003 Value *InitVal; local
1005 InitVal = Init->codegen();
1006 if (!InitVal)
1009 InitVal = ConstantFP::get(*TheContext, APFloat(0.0));
1013 Builder->CreateStore(InitVal, Alloca);
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp1009 Value *InitVal; local
1011 InitVal = Init->codegen();
1012 if (!InitVal)
1015 InitVal = ConstantFP::get(*TheContext, APFloat(0.0));
1019 Builder->CreateStore(InitVal, Alloca);
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp1008 Value *InitVal; local
1010 InitVal = Init->codegen();
1011 if (!InitVal)
1014 InitVal = ConstantFP::get(*TheContext, APFloat(0.0));
1018 Builder->CreateStore(InitVal, Alloca);
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp986 Value *InitVal; local
988 InitVal = Init->codegen();
989 if (!InitVal)
992 InitVal = ConstantFP::get(*TheContext, APFloat(0.0));
996 Builder->CreateStore(InitVal, Alloca);
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp1009 SVal InitVal; local
1013 InitVal = State->getSVal(InitExpr, LocCtxt);
1019 InitVal = State->getSVal(SizeExpr, LocCtxt);
1022 State = State->bindLoc(FieldLoc, InitVal, LocCtxt);
/netbsd-current/sys/external/bsd/acpica/dist/include/
H A Dacpiosxf.h113 const ACPI_PREDEFINED_NAMES *InitVal,
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp1342 Value *InitVal; local
1344 InitVal = Init->Codegen();
1345 if (InitVal == 0) return 0;
1347 InitVal = ConstantFP::get(TheContext, APFloat(0.0));
1351 Builder.CreateStore(InitVal, Alloca);

Completed in 409 milliseconds

12