Home
last modified time | relevance | path

Searched refs:InitialValue (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DPostfixExpression.h33 InitialValue, enumerator
81 InitialValueNode() : Node(InitialValue) {} in InitialValueNode()
84 return node->GetKind() == InitialValue; in classof()
180 case Node::InitialValue: in Dispatch()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPerfMonitor.cpp73 Constant *InitialValue, Value **Location) { in TryRegisterGlobal() argument
78 *M, InitialValue->getType(), true, GlobalValue::WeakAnyLinkage, in TryRegisterGlobal()
79 InitialValue, Name, nullptr, GlobalVariable::InitialExecTLSModel); in TryRegisterGlobal()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp188 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()
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTestBase.h130 int32_t InitialValue) { in insertGlobalInt32() argument
132 Constant *IV = ConstantInt::get(Context, APInt(32, InitialValue)); in insertGlobalInt32()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp288 bool InitialValue = false; in initialize() local
290 InitialValue = F->getFnAttribute("uniform-work-group-size") in initialize()
294 if (InitialValue) in initialize()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributor.cpp456 Value *InitialValue = AA::getInitialValueForObj(*Obj, *I.getType(), TLI); in getPotentialCopiesOfMemoryValue() local
457 if (!InitialValue) in getPotentialCopiesOfMemoryValue()
459 CheckForNullOnlyAndUndef(InitialValue, /* IsExact */ true); in getPotentialCopiesOfMemoryValue()
466 NewCopies.push_back(InitialValue); in getPotentialCopiesOfMemoryValue()
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2339 auto InitialValue = Constant::getNullValue(ValueTy); in eliminateSwiftErrorArgument() local
2340 Builder.CreateStore(InitialValue, Alloca); in eliminateSwiftErrorArgument()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp5897 llvm::Constant *InitialValue = nullptr; in GetAddrOfGlobalTemporary() local
5903 InitialValue = emitter->emitForInitializer(*Value, AddrSpace, in GetAddrOfGlobalTemporary()
5906 Type = InitialValue->getType(); in GetAddrOfGlobalTemporary()
5931 getModule(), Type, Constant, Linkage, InitialValue, Name.c_str(), in GetAddrOfGlobalTemporary()
/llvm-project-15.0.7/llvm/lib/MC/
H A DWasmObjectWriter.cpp81 uint64_t InitialValue; member