Searched refs:InitialValue (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | PostfixExpression.h | 33 InitialValue, enumerator 81 InitialValueNode() : Node(InitialValue) {} in InitialValueNode() 84 return node->GetKind() == InitialValue; in classof() 180 case Node::InitialValue: in Dispatch()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAttributor.cpp | 230 bool InitialValue = false; in initialize() local 232 InitialValue = F->getFnAttribute("uniform-work-group-size") in initialize() 236 if (InitialValue) in initialize()
|
| /freebsd-13.1/sys/contrib/dev/acpica/components/utilities/ |
| H A D | utobject.c | 332 UINT64 InitialValue) in AcpiUtCreateIntegerObject() argument 348 IntegerDesc->Integer.Value = InitialValue; in AcpiUtCreateIntegerObject()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonHardwareLoops.cpp | 188 MachineOperand *InitialValue, 509 MachineOperand *InitialValue, in getComparisonKind() argument 604 MachineOperand *InitialValue = nullptr; in getLoopTripCount() local 610 InitialValue = &IV_Phi->getOperand(i); in getLoopTripCount() 614 if (!InitialValue) in getLoopTripCount() 689 Cmp = getComparisonKind(CondOpc, InitialValue, EndValue, IVBump); in getLoopTripCount() 697 if (InitialValue->isReg()) { in getLoopTripCount() 698 Register R = InitialValue->getReg(); in getLoopTripCount() 702 if (!checkForImmediate(*InitialValue, V)) in getLoopTripCount() 718 return computeCount(L, InitialValue, EndValue, IVReg, IVBump, Cmp); in getLoopTripCount()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 2291 auto InitialValue = Constant::getNullValue(ValueTy); in eliminateSwiftErrorArgument() local 2292 Builder.CreateStore(InitialValue, Alloca); in eliminateSwiftErrorArgument()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 5504 llvm::Constant *InitialValue = nullptr; in GetAddrOfGlobalTemporary() local 5510 InitialValue = emitter->emitForInitializer(*Value, AddrSpace, in GetAddrOfGlobalTemporary() 5513 Type = InitialValue->getType(); in GetAddrOfGlobalTemporary() 5538 getModule(), Type, Constant, Linkage, InitialValue, Name.c_str(), in GetAddrOfGlobalTemporary()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 83 uint64_t InitialValue; member
|