Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h71 const Constant *ConstVal; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h89 Constant *ConstVal; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp515 if (auto *ConstVal = dyn_cast<ConstantInt>(Val)) in getConstantStackValue() local
564 auto *ConstVal = getConstantStackValue(Call, ArgOp); in promoteConstantStackValues() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp204 if (unsigned ConstVal = InsertedPHI->isConstantValuePHI()) { in GetValueInMiddleOfBlock() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp168 Constant *ConstVal = cast<Constant>(Cond.first->getOperand(1)); in addConditions() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86LegalizerInfo.cpp630 Constant *ConstVal = ConstantVector::get(CstIdxs); in legalizeBuildVector() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVLegalizerInfo.cpp784 const ConstantInt *ConstVal = MI.getOperand(1).getCImm(); in legalizeCustom() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp449 auto *ConstVal = ConstantInt::get(LLVMBaseTy, Val); in getOrCreateConstVector() local
468 auto *ConstVal = ConstantFP::get(LLVMBaseTy, Val); in getOrCreateConstVector() local
H A DSPIRVInstructionSelector.cpp2230 const Constant *ConstVal = GV; in selectGlobalValue() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1665 if (auto ConstVal = Expr->getIntegerConstantExpr(Ctx)) { in isNonNegativeIntegerExpr() local
1964 if (auto ConstVal = Offset->getIntegerConstantExpr(Ctx)) in getFixits() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1614 auto *ConstVal = ConstantArray::get(ArrTy, Args); in setCoroInfo() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp150 std::optional<ValueAndVReg> ConstVal = in selectCOPY() local
942 std::optional<ValueAndVReg> ConstVal = in selectWritelane() local
H A DAMDGPURegisterBankInfo.cpp2205 uint64_t ConstVal = MI.getOperand(1).getCImm()->getZExtValue(); in applyMappingImpl() local
H A DAMDGPUISelLowering.cpp3171 const SDValue ConstVal = DAG.getConstant( in LowerCTLZ_CTTZ() local
H A DSIISelLowering.cpp7043 if (auto *ConstVal = dyn_cast<ConstantSDNode>(Val)) in isKnownNonNull() local
16143 if (Constant *ConstVal = dyn_cast<Constant>(RMW->getValOperand()); in shouldExpandAtomicRMWInIR() local
H A DAMDGPULegalizerInfo.cpp4212 auto ConstVal = getIConstantVRegSExtVal(MI.getOperand(2).getReg(), MRI); in isNot() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5962 Constant *ConstVal = in getCaseResults() local
6312 ConstantInt *ConstVal = dyn_cast<ConstantInt>(TableContents[I]); in SwitchLookupTable() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp228 llvm::APInt ConstVal(32, StrLength); in CheckStringInit() local
H A DSemaType.cpp2185 llvm::APSInt ConstVal(Context.getTypeSize(Context.getSizeType())); in BuildArrayType() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4047 llvm::APInt ConstVal(32, 1); in collectVarDeclProps() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp5451 const APInt *ConstVal = ExpRange.getSingleElement(); in computeKnownFPClass() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp3089 static void emitLoadFromConstantPool(Register DstReg, const Constant *ConstVal, in emitLoadFromConstantPool()
H A DCombinerHelper.cpp3557 auto ConstVal = getIConstantVRegVal(PtrAdd.getBaseReg(), MRI); in matchPtrAddZero() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp18193 int64_t ConstVal = CI->getZExtValue(); in isMaskAndCmp0FoldingBeneficial() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13618 uint64_t &ConstVal) { in isAllConstantBuildVector()