/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | SyntheticTypeNameBuilder.cpp | 48 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-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineConstantPool.h | 71 const Constant *ConstVal; member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ValueLattice.h | 89 Constant *ConstVal; member [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionSpecialization.cpp | 515 if (auto *ConstVal = dyn_cast<ConstantInt>(Val)) in getConstantStackValue() local 564 auto *ConstVal = getConstantStackValue(Call, ArgOp); in promoteConstantStackValues() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineSSAUpdater.cpp | 209 if (unsigned ConstVal = InsertedPHI->isConstantValuePHI()) { GetValueInMiddleOfBlock() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | CallSiteSplitting.cpp | 168 Constant *ConstVal = cast<Constant>(Cond.first->getOperand(1)); in addConditions() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | UnsafeBufferUsage.cpp | 1386 if (auto ConstVal = Expr->getIntegerConstantExpr(Ctx)) { isNonNegativeIntegerExpr() local 1692 if (auto ConstVal = Offset->getIntegerConstantExpr(Ctx)) getFixits() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVInstructionSelector.cpp | 1528 const Constant *ConstVal = GV; selectGlobalValue() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 1238 auto *ConstVal = ConstantArray::get(ArrTy, Args); setCoroInfo() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstructionSelector.cpp | 155 std::optional<ValueAndVReg> ConstVal = selectCOPY() local 952 std::optional<ValueAndVReg> ConstVal = selectWritelane() local
|
H A D | AMDGPURegisterBankInfo.cpp | 2206 uint64_t ConstVal = MI.getOperand(1).getCImm()->getZExtValue(); applyMappingImpl() local
|
H A D | AMDGPUISelLowering.cpp | 3120 const SDValue ConstVal = DAG.getConstant( LowerCTLZ_CTTZ() local
|
H A D | AMDGPULegalizerInfo.cpp | 4097 auto ConstVal = getIConstantVRegSExtVal(MI.getOperand(2).getReg(), MRI); isNot() local
|
H A D | SIISelLowering.cpp | 6627 if (auto *ConstVal = dyn_cast<ConstantSDNode>(Val)) isKnownNonNull() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 5867 Constant *ConstVal = getCaseResults() local 6217 ConstantInt *ConstVal = dyn_cast<ConstantInt>(TableContents[I]); SwitchLookupTable() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 3894 llvm::APInt ConstVal(32, 1); collectVarDeclProps() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 2638 llvm::APSInt ConstVal(Context.getTypeSize(Context.getSizeType())); BuildArrayType() local
|
H A D | SemaInit.cpp | 203 llvm::APInt ConstVal(32, StrLength); CheckStringInit() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 4839 const APInt *ConstVal = ExpRange.getSingleElement(); computeKnownFPClass() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 3413 auto ConstVal = getIConstantVRegVal(PtrAdd.getBaseReg(), MRI); matchPtrAddZero() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 17980 int64_t ConstVal = CI->getZExtValue(); isMaskAndCmp0FoldingBeneficial() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 12667 isAllConstantBuildVector(const SDValue & PotentialBVec,uint64_t & ConstVal) isAllConstantBuildVector() argument [all...] |