Searched refs:InitialValue (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAttributor.cpp | 294 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 D | Attributor.cpp | 483 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 D | CoroFrame.cpp | 2422 auto InitialValue = Constant::getNullValue(ValueTy); in eliminateSwiftErrorArgument() local 2423 Builder.CreateStore(InitialValue, Alloca); in eliminateSwiftErrorArgument()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 6061 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 D | WasmObjectWriter.cpp | 81 uint64_t InitialValue; member
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 5999 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()
|