Home
last modified time | relevance | path

Searched defs:ConstVal (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-14-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDSyntheticTypeNameBuilder.cpp48 if (std::optional<uint64_t> ConstVal = Val->getAsUnsignedConstant()) { in addArrayDimension() local
50 } else if (std::optional<int64_t> ConstVal = in addArrayDimension() local
142 if (std::optional<uint64_t> ConstVal = Val->getAsUnsignedConstant()) in addTemplateParamNames() local
144 else if (std::optional<int64_t> ConstVal = Val->getAsSignedConstant()) in addTemplateParamNames() local
267 if (std::optional<uint64_t> ConstVal = Val->getAsUnsignedConstant()) { in addValueName() local
270 } else if (std::optional<int64_t> ConstVal = Val->getAsSignedConstant()) { in addValueName() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineConstantPool.h71 const Constant *ConstVal; member
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDValueLattice.h89 Constant *ConstVal; member
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDFunctionSpecialization.cpp515 if (auto *ConstVal = dyn_cast<ConstantInt>(Val)) in getConstantStackValue() local
564 auto *ConstVal = getConstantStackValue(Call, ArgOp); in promoteConstantStackValues() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineSSAUpdater.cpp204 if (unsigned ConstVal = InsertedPHI->isConstantValuePHI()) { in GetValueInMiddleOfBlock() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDCallSiteSplitting.cpp168 Constant *ConstVal = cast<Constant>(Cond.first->getOperand(1)); in addConditions() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/GISel/
HDX86LegalizerInfo.cpp630 Constant *ConstVal = ConstantVector::get(CstIdxs); in legalizeBuildVector() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
HDRISCVLegalizerInfo.cpp784 const ConstantInt *ConstVal = MI.getOperand(1).getCImm(); in legalizeCustom() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVGlobalRegistry.cpp449 auto *ConstVal = ConstantInt::get(LLVMBaseTy, Val); in getOrCreateConstVector() local
468 auto *ConstVal = ConstantFP::get(LLVMBaseTy, Val); in getOrCreateConstVector() local
HDSPIRVInstructionSelector.cpp2230 const Constant *ConstVal = GV; in selectGlobalValue() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDUnsafeBufferUsage.cpp1665 if (auto ConstVal = Expr->getIntegerConstantExpr(Ctx)) { in isNonNegativeIntegerExpr() local
1964 if (auto ConstVal = Offset->getIntegerConstantExpr(Ctx)) in getFixits() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
HDCoroSplit.cpp1614 auto *ConstVal = ConstantArray::get(ArrTy, Args); in setCoroInfo() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUInstructionSelector.cpp150 std::optional<ValueAndVReg> ConstVal = in selectCOPY() local
942 std::optional<ValueAndVReg> ConstVal = in selectWritelane() local
HDAMDGPURegisterBankInfo.cpp2205 uint64_t ConstVal = MI.getOperand(1).getCImm()->getZExtValue(); in applyMappingImpl() local
HDAMDGPUISelLowering.cpp3171 const SDValue ConstVal = DAG.getConstant( in LowerCTLZ_CTTZ() local
HDSIISelLowering.cpp7043 if (auto *ConstVal = dyn_cast<ConstantSDNode>(Val)) in isKnownNonNull() local
16143 if (Constant *ConstVal = dyn_cast<Constant>(RMW->getValOperand()); in shouldExpandAtomicRMWInIR() local
HDAMDGPULegalizerInfo.cpp4212 auto ConstVal = getIConstantVRegSExtVal(MI.getOperand(2).getReg(), MRI); in isNot() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSimplifyCFG.cpp5962 Constant *ConstVal = in getCaseResults() local
6312 ConstantInt *ConstVal = dyn_cast<ConstantInt>(TableContents[I]); in SwitchLookupTable() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaInit.cpp228 llvm::APInt ConstVal(32, StrLength); in CheckStringInit() local
HDSemaType.cpp2185 llvm::APSInt ConstVal(Context.getTypeSize(Context.getSizeType())); in BuildArrayType() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDebugInfo.cpp4047 llvm::APInt ConstVal(32, 1); in collectVarDeclProps() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDValueTracking.cpp5451 const APInt *ConstVal = ExpRange.getSingleElement(); in computeKnownFPClass() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDCombinerHelper.cpp3557 auto ConstVal = getIConstantVRegVal(PtrAdd.getBaseReg(), MRI); in matchPtrAddZero() local
HDLegalizerHelper.cpp3089 static void emitLoadFromConstantPool(Register DstReg, const Constant *ConstVal, in emitLoadFromConstantPool()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp18193 int64_t ConstVal = CI->getZExtValue(); in isMaskAndCmp0FoldingBeneficial() local

12