| /freebsd/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/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonHardwareLoops.cpp | 181 MachineOperand *InitialValue, 505 MachineOperand *InitialValue, in getComparisonKind() argument 600 MachineOperand *InitialValue = nullptr; in getLoopTripCount() local 606 InitialValue = &IV_Phi->getOperand(i); in getLoopTripCount() 610 if (!InitialValue) in getLoopTripCount() 686 Cmp = getComparisonKind(CondOpc, InitialValue, EndValue, IVBump); in getLoopTripCount() 694 if (InitialValue->isReg()) { in getLoopTripCount() 695 Register R = InitialValue->getReg(); in getLoopTripCount() 699 if (!checkForImmediate(*InitialValue, V)) in getLoopTripCount() 715 return computeCount(L, InitialValue, EndValue, IVReg, IVBump, Cmp); in getLoopTripCount()
|
| /freebsd/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/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | IR2Vec.h | 83 Embedding(size_t Size, double InitialValue) : Data(Size, InitialValue) {} in Embedding()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAttributor.cpp | 387 bool InitialValue = false; in initialize() local 389 InitialValue = in initialize() 393 if (InitialValue) in initialize()
|
| /freebsd/sys/contrib/edk2/Include/Library/ |
| H A D | BaseLib.h | 4965 IN UINT16 InitialValue 4987 IN UINT32 InitialValue 5004 IN UINT16 InitialValue
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 544 Value *InitialValue = AA::getInitialValueForObj( in getPotentialCopiesOfMemoryValue() local 546 if (!InitialValue) { in getPotentialCopiesOfMemoryValue() 551 CheckForNullOnlyAndUndef(InitialValue, /* IsExact */ true); in getPotentialCopiesOfMemoryValue() 558 NewCopies.insert(InitialValue); in getPotentialCopiesOfMemoryValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 1701 auto InitialValue = Constant::getNullValue(ValueTy); in eliminateSwiftErrorArgument() local 1702 Builder.CreateStore(InitialValue, Alloca); in eliminateSwiftErrorArgument()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 6973 llvm::Constant *InitialValue = nullptr; in GetAddrOfGlobalTemporary() local 6979 InitialValue = emitter->emitForInitializer(*Value, AddrSpace, in GetAddrOfGlobalTemporary() 6984 Type = InitialValue->getType(); in GetAddrOfGlobalTemporary() 7008 getModule(), Type, Constant, Linkage, InitialValue, Name.c_str(), in GetAddrOfGlobalTemporary()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 79 uint64_t InitialValue; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 11209 SDValue InitialValue = in lowerReductionSeq() local 11212 InitialValue = in lowerReductionSeq() 11213 DAG.getInsertSubvector(DL, DAG.getUNDEF(M1VT), InitialValue, 0); in lowerReductionSeq() 11214 SDValue PassThru = NonZeroAVL ? DAG.getUNDEF(M1VT) : InitialValue; in lowerReductionSeq() 11216 SDValue Ops[] = {PassThru, Vec, InitialValue, Mask, VL, Policy}; in lowerReductionSeq()
|