Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp181 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 Dutobject.c332 UINT64 InitialValue) in AcpiUtCreateIntegerObject() argument
348 IntegerDesc->Integer.Value = InitialValue; in AcpiUtCreateIntegerObject()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIR2Vec.h83 Embedding(size_t Size, double InitialValue) : Data(Size, InitialValue) {} in Embedding()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp387 bool InitialValue = false; in initialize() local
389 InitialValue = in initialize()
393 if (InitialValue) in initialize()
/freebsd/sys/contrib/edk2/Include/Library/
H A DBaseLib.h4965 IN UINT16 InitialValue
4987 IN UINT32 InitialValue
5004 IN UINT16 InitialValue
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp544 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 DCoroFrame.cpp1701 auto InitialValue = Constant::getNullValue(ValueTy); in eliminateSwiftErrorArgument() local
1702 Builder.CreateStore(InitialValue, Alloca); in eliminateSwiftErrorArgument()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp6973 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 DWasmObjectWriter.cpp79 uint64_t InitialValue; member
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp11209 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()