Searched refs:InitValue (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LowerEmuTLS.cpp | 122 const Constant *InitValue = nullptr; in addEmuTlsVar() local 124 InitValue = GV->getInitializer(); in addEmuTlsVar() 125 const ConstantInt *InitIntValue = dyn_cast<ConstantInt>(InitValue); in addEmuTlsVar() 128 if (isa<ConstantAggregateZero>(InitValue) || in addEmuTlsVar() 130 InitValue = nullptr; in addEmuTlsVar() 157 if (InitValue) { in addEmuTlsVar() 163 EmuTlsTmplVar->setInitializer(const_cast<Constant*>(InitValue)); in addEmuTlsVar()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | IndVarSimplify.cpp | 209 int64_t InitValue; in handleFloatingPointIV() local 210 if (!InitValueVal || !ConvertToSInt(InitValueVal->getValueAPF(), InitValue)) in handleFloatingPointIV() 288 if (!isInt<32>(InitValue) || !isInt<32>(IncValue) || !isInt<32>(ExitValue)) in handleFloatingPointIV() 299 if (InitValue >= ExitValue) in handleFloatingPointIV() 302 uint32_t Range = uint32_t(ExitValue-InitValue); in handleFloatingPointIV() 325 if (InitValue <= ExitValue) in handleFloatingPointIV() 328 uint32_t Range = uint32_t(InitValue-ExitValue); in handleFloatingPointIV() 354 NewPHI->addIncoming(ConstantInt::get(Int32Ty, InitValue), in handleFloatingPointIV()
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DecoderEmitter.cpp | 71 uint64_t InitValue; member 74 : Decoder(std::move(D)), HasCompleteDecoder(HCD), InitValue(0) {} in OperandInfo() 1139 bool UseInsertBits = OpInfo.numFields() != 1 || OpInfo.InitValue != 0; in emitBinaryParser() 1143 o.write_hex(OpInfo.InitValue); in emitBinaryParser() 1935 OpInfo.InitValue |= 1ULL << I; in addOneOperandFields()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 310 ConstantInt *InitValue; member 458 ICV.InitValue = nullptr; \ in initializeInternalControlVars() 461 ICV.InitValue = ConstantInt::get( \ in initializeInternalControlVars() 465 ICV.InitValue = ConstantInt::getFalse(OMPBuilder.Int1->getContext()); \ in initializeInternalControlVars() 1000 << (ICVInfo.InitValue in printICVs() 1001 ? toString(ICVInfo.InitValue->getValue(), 10, true) in printICVs()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 2262 #define OMP_TYPE(VarName, InitValue) Type *VarName = nullptr; argument
|
| H A D | OMPKinds.def | 25 #define OMP_TYPE(VarName, InitValue)
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 9947 Value *InitValue = nullptr; in computeSCEVAtScope() local 9951 if (!InitValue) in computeSCEVAtScope() 9952 InitValue = PN->getIncomingValue(i); in computeSCEVAtScope() 9953 else if (InitValue != PN->getIncomingValue(i)) { in computeSCEVAtScope() 9959 if (!MultipleInitValues && InitValue) in computeSCEVAtScope() 9960 return getSCEV(InitValue); in computeSCEVAtScope()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 19821 llvm::APFloat InitValue = llvm::APFloat::getAllOnesValue( in actOnOMPReductionKindClause() local 19823 Init = FloatingLiteral::Create(Context, InitValue, /*isexact=*/true, in actOnOMPReductionKindClause() 19828 llvm::APInt InitValue = llvm::APInt::getAllOnes(Size); in actOnOMPReductionKindClause() local 19829 Init = IntegerLiteral::Create(Context, InitValue, IntTy, ELoc); in actOnOMPReductionKindClause() 19850 llvm::APInt InitValue = in actOnOMPReductionKindClause() local 19855 Init = IntegerLiteral::Create(Context, InitValue, IntTy, ELoc); in actOnOMPReductionKindClause() 19865 llvm::APFloat InitValue = llvm::APFloat::getLargest( in actOnOMPReductionKindClause() local 19867 Init = FloatingLiteral::Create(Context, InitValue, /*isexact=*/true, in actOnOMPReductionKindClause()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 6371 #define OMP_TYPE(VarName, InitValue) VarName = InitValue; in initializeTypes() argument
|