Home
last modified time | relevance | path

Searched refs:InitialValue (Results 1 – 9 of 9) 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.cpp188 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()
/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/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp333 bool InitialValue = false; in initialize() local
335 InitialValue = F->getFnAttribute("uniform-work-group-size") in initialize()
339 if (InitialValue) in initialize()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp543 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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2628 auto InitialValue = Constant::getNullValue(ValueTy); in eliminateSwiftErrorArgument() local
2629 Builder.CreateStore(InitialValue, Alloca); in eliminateSwiftErrorArgument()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp6502 llvm::Constant *InitialValue = nullptr; in GetAddrOfGlobalTemporary() local
6508 InitialValue = emitter->emitForInitializer(*Value, AddrSpace, in GetAddrOfGlobalTemporary()
6513 Type = InitialValue->getType(); in GetAddrOfGlobalTemporary()
6537 getModule(), Type, Constant, Linkage, InitialValue, Name.c_str(), in GetAddrOfGlobalTemporary()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp81 uint64_t InitialValue; member
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp9196 SDValue InitialValue = lowerScalarInsert(StartValue, InnerVL, InnerVT, DL, in lowerReductionSeq() local
9199 InitialValue = DAG.getNode(ISD::INSERT_SUBVECTOR, DL, M1VT, in lowerReductionSeq()
9201 InitialValue, DAG.getConstant(0, DL, XLenVT)); in lowerReductionSeq()
9202 SDValue PassThru = NonZeroAVL ? DAG.getUNDEF(M1VT) : InitialValue; in lowerReductionSeq()
9204 SDValue Ops[] = {PassThru, Vec, InitialValue, Mask, VL, Policy}; in lowerReductionSeq()