| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | PerfMonitor.cpp | 73 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 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()
|
| /llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/ |
| H A D | MCJITTestBase.h | 130 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 D | AMDGPUAttributor.cpp | 288 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 D | Attributor.cpp | 456 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 D | CoroFrame.cpp | 2339 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 D | CodeGenModule.cpp | 5897 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 D | WasmObjectWriter.cpp | 81 uint64_t InitialValue; member
|