| /src/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()
|
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonHardwareLoops.cpp | 188 MachineOperand *InitialValue, 512 MachineOperand *InitialValue, in getComparisonKind() argument 607 MachineOperand *InitialValue = nullptr; in getLoopTripCount() local 613 InitialValue = &IV_Phi->getOperand(i); in getLoopTripCount() 617 if (!InitialValue) in getLoopTripCount() 693 Cmp = getComparisonKind(CondOpc, InitialValue, EndValue, IVBump); in getLoopTripCount() 701 if (InitialValue->isReg()) { in getLoopTripCount() 702 Register R = InitialValue->getReg(); in getLoopTripCount() 706 if (!checkForImmediate(*InitialValue, V)) in getLoopTripCount() 722 return computeCount(L, InitialValue, EndValue, IVReg, IVBump, Cmp); in getLoopTripCount()
|
| /src/sys/contrib/dev/acpica/components/utilities/ |
| H A D | utobject.c | 332 UINT64 InitialValue) in AcpiUtCreateIntegerObject() argument 348 IntegerDesc->Integer.Value = InitialValue; in AcpiUtCreateIntegerObject()
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAttributor.cpp | 333 bool InitialValue = false; in initialize() local 335 InitialValue = in initialize() 339 if (InitialValue) in initialize()
|
| /src/sys/contrib/edk2/Include/Library/ |
| H A D | BaseLib.h | 4965 IN UINT16 InitialValue 4987 IN UINT32 InitialValue 5004 IN UINT16 InitialValue
|
| /src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 543 Value *InitialValue = AA::getInitialValueForObj( in getPotentialCopiesOfMemoryValue() local 545 if (!InitialValue) { in getPotentialCopiesOfMemoryValue() 550 CheckForNullOnlyAndUndef(InitialValue, /* IsExact */ true); in getPotentialCopiesOfMemoryValue() 557 NewCopies.insert(InitialValue); in getPotentialCopiesOfMemoryValue()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 2658 auto InitialValue = Constant::getNullValue(ValueTy); in eliminateSwiftErrorArgument() local 2659 Builder.CreateStore(InitialValue, Alloca); in eliminateSwiftErrorArgument()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 6648 llvm::Constant *InitialValue = nullptr; in GetAddrOfGlobalTemporary() local 6654 InitialValue = emitter->emitForInitializer(*Value, AddrSpace, in GetAddrOfGlobalTemporary() 6659 Type = InitialValue->getType(); in GetAddrOfGlobalTemporary() 6683 getModule(), Type, Constant, Linkage, InitialValue, Name.c_str(), in GetAddrOfGlobalTemporary()
|
| /src/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 80 uint64_t InitialValue; member
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 9818 SDValue InitialValue = lowerScalarInsert(StartValue, InnerVL, InnerVT, DL, in lowerReductionSeq() local 9821 InitialValue = in lowerReductionSeq() 9823 InitialValue, DAG.getVectorIdxConstant(0, DL)); in lowerReductionSeq() 9824 SDValue PassThru = NonZeroAVL ? DAG.getUNDEF(M1VT) : InitialValue; in lowerReductionSeq() 9826 SDValue Ops[] = {PassThru, Vec, InitialValue, Mask, VL, Policy}; in lowerReductionSeq()
|