| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGBlocks.h | 221 static Capture makeConstant(llvm::Value *value, in makeConstant() function
|
| H A D | CGBlocks.cpp | 642 CGBlockInfo::Capture::makeConstant(constant, &CI)); in computeBlockInfo()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/AsyncToLLVM/ |
| H A D | AsyncToLLVM.cpp | 352 auto makeConstant = [&](uint64_t c) { in matchAndRewrite() local 358 rewriter.create<LLVM::SubOp>(op->getLoc(), coroSize, makeConstant(1)); in matchAndRewrite() 360 rewriter.create<LLVM::SubOp>(op->getLoc(), makeConstant(0), coroAlign); in matchAndRewrite()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | KnownBits.h | 303 static KnownBits makeConstant(const APInt &C) { in makeConstant() function
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | GISelKnownBits.cpp | 256 Known = KnownBits::makeConstant(*CstVal); in computeKnownBitsImpl() 564 KnownBits ExtKnown = KnownBits::makeConstant(APInt(BitWidth, BitWidth)); in computeKnownBitsImpl()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FunctionLoweringInfo.cpp | 473 DestLOI.Known = KnownBits::makeConstant(Val); in ComputePHILiveOutRegInfo()
|
| H A D | SelectionDAG.cpp | 2922 return KnownBits::makeConstant(C->getAPIntValue()); in computeKnownBits() 2926 return KnownBits::makeConstant(C->getValueAPF().bitcastToAPInt()); in computeKnownBits() 3223 KnownBits One = KnownBits::makeConstant(APInt(1, 1)); in computeKnownBits() 3443 Known = KnownBits::makeConstant(CInt->getValue()); in computeKnownBits() 3446 KnownBits::makeConstant(CFP->getValueAPF().bitcastToAPInt()); in computeKnownBits()
|
| H A D | TargetLowering.cpp | 1094 Known = KnownBits::makeConstant(cast<ConstantSDNode>(Op)->getAPIntValue()); in SimplifyDemandedBits() 1100 Known = KnownBits::makeConstant( in SimplifyDemandedBits()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 1082 Known, KF(Known2, KnownBits::makeConstant(APInt(32, ShiftAmt)))); in computeKnownBitsFromShiftOperator() 1417 KnownBits::makeConstant(APInt(IndexBitWidth, TypeSizeInBytes)); in computeKnownBitsFromOperator() 1432 KnownBits Index = KnownBits::makeConstant(AccConstIndices); in computeKnownBitsFromOperator() 1954 Known = KnownBits::makeConstant(*C); in computeKnownBits()
|
| H A D | ScalarEvolution.cpp | 6359 KnownBits::makeConstant(TotalShift)); in getRangeForUnknownRecurrence() 6377 KnownBits::makeConstant(TotalShift)); in getRangeForUnknownRecurrence() 6384 KnownBits::makeConstant(TotalShift)); in getRangeForUnknownRecurrence()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | ConstantRange.cpp | 87 KnownBits Known = KnownBits::makeConstant(Min); in toKnownBits()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelDAGToDAG.cpp | 1822 KnownBits::makeConstant(APInt(32, ImmOffset))); in checkFlatScratchSVSSwizzleBug()
|
| H A D | AMDGPUInstructionSelector.cpp | 4194 KnownBits::makeConstant(APInt(32, ImmOffset))); in checkFlatScratchSVSSwizzleBug()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 19881 true, false, KnownOp1, KnownBits::makeConstant(APInt(32, 1))); in computeKnownBitsForTargetNode() 19886 KnownOp1, KnownBits::makeConstant(APInt(32, -1))); in computeKnownBitsForTargetNode()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 1902 Known &= KnownBits::makeConstant(APInt(Known.getBitWidth(), Mask)); in computeKnownBitsForTargetNode()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 37018 KnownBits Known2 = KnownBits::makeConstant(EltBits[I]); in computeKnownBitsForTargetNode()
|