Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp294 bool InitialValue = false; in initialize() local
296 InitialValue = F->getFnAttribute("uniform-work-group-size") in initialize()
300 if (InitialValue) in initialize()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributor.cpp483 Value *InitialValue = in getPotentialCopiesOfMemoryValue() local
485 if (!InitialValue) { in getPotentialCopiesOfMemoryValue()
490 CheckForNullOnlyAndUndef(InitialValue, /* IsExact */ true); in getPotentialCopiesOfMemoryValue()
497 NewCopies.push_back(InitialValue); in getPotentialCopiesOfMemoryValue()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2422 auto InitialValue = Constant::getNullValue(ValueTy); in eliminateSwiftErrorArgument() local
2423 Builder.CreateStore(InitialValue, Alloca); in eliminateSwiftErrorArgument()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp6061 llvm::Constant *InitialValue = nullptr; in GetAddrOfGlobalTemporary() local
6067 InitialValue = emitter->emitForInitializer(*Value, AddrSpace, in GetAddrOfGlobalTemporary()
6070 Type = InitialValue->getType(); in GetAddrOfGlobalTemporary()
6095 getModule(), Type, Constant, Linkage, InitialValue, Name.c_str(), in GetAddrOfGlobalTemporary()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp81 uint64_t InitialValue; member
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5999 SDValue InitialValue = lowerScalarInsert(StartValue, InnerVL, InnerVT, DL, in lowerReductionSeq() local
6002 InitialValue = DAG.getNode(ISD::INSERT_SUBVECTOR, DL, M1VT, in lowerReductionSeq()
6004 InitialValue, DAG.getConstant(0, DL, XLenVT)); in lowerReductionSeq()
6005 SDValue PassThru = NonZeroAVL ? DAG.getUNDEF(M1VT) : InitialValue; in lowerReductionSeq()
6007 InitialValue, Mask, VL); in lowerReductionSeq()