Searched refs:makeConstant (Results 1 – 15 of 15) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGBlocks.h | 221 static Capture makeConstant(llvm::Value *value, in makeConstant() function
|
| H A D | CGBlocks.cpp | 640 CGBlockInfo::Capture::makeConstant(constant, &CI)); in computeBlockInfo()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | GISelKnownBits.cpp | 255 Known = KnownBits::makeConstant(*CstVal); in computeKnownBitsImpl() 561 KnownBits ExtKnown = KnownBits::makeConstant(APInt(BitWidth, BitWidth)); in computeKnownBitsImpl()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | KnownBits.h | 310 static KnownBits makeConstant(const APInt &C) { in makeConstant() function
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FunctionLoweringInfo.cpp | 466 DestLOI.Known = KnownBits::makeConstant(Val); in ComputePHILiveOutRegInfo()
|
| H A D | SelectionDAG.cpp | 2956 return KnownBits::makeConstant(C->getAPIntValue()); in computeKnownBits() 2960 return KnownBits::makeConstant(C->getValueAPF().bitcastToAPInt()); in computeKnownBits() 3262 KnownBits One = KnownBits::makeConstant(APInt(1, 1)); in computeKnownBits() 3481 Known = KnownBits::makeConstant(CInt->getValue()); in computeKnownBits() 3484 KnownBits::makeConstant(CFP->getValueAPF().bitcastToAPInt()); in computeKnownBits()
|
| H A D | TargetLowering.cpp | 1096 Known = KnownBits::makeConstant(cast<ConstantSDNode>(Op)->getAPIntValue()); in SimplifyDemandedBits() 1102 Known = KnownBits::makeConstant( in SimplifyDemandedBits()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 1052 Known, KF(Known2, KnownBits::makeConstant(APInt(32, ShiftAmt)))); in computeKnownBitsFromShiftOperator() 1388 KnownBits::makeConstant(APInt(IndexBitWidth, TypeSizeInBytes)); in computeKnownBitsFromOperator() 1403 KnownBits Index = KnownBits::makeConstant(AccConstIndices); in computeKnownBitsFromOperator() 1572 Known2 = KnownBits::makeConstant(*RHSC); in computeKnownBitsFromOperator() 1964 Known = KnownBits::makeConstant(*C); in computeKnownBits()
|
| H A D | ScalarEvolution.cpp | 6490 KnownBits::makeConstant(TotalShift)); in getRangeForUnknownRecurrence() 6508 KnownBits::makeConstant(TotalShift)); in getRangeForUnknownRecurrence() 6515 KnownBits::makeConstant(TotalShift)); in getRangeForUnknownRecurrence()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | ConstantRange.cpp | 88 KnownBits Known = KnownBits::makeConstant(Min); in toKnownBits()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelDAGToDAG.cpp | 1812 KnownBits::makeConstant(APInt(32, ImmOffset))); in checkFlatScratchSVSSwizzleBug()
|
| H A D | AMDGPUInstructionSelector.cpp | 4128 KnownBits::makeConstant(APInt(32, ImmOffset))); in checkFlatScratchSVSSwizzleBug()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 19946 true, false, KnownOp1, KnownBits::makeConstant(APInt(32, 1))); in computeKnownBitsForTargetNode() 19951 KnownOp1, KnownBits::makeConstant(APInt(32, -1))); in computeKnownBitsForTargetNode()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 2141 Known &= KnownBits::makeConstant(APInt(Known.getBitWidth(), Mask)); in computeKnownBitsForTargetNode() 2161 KnownBits::makeConstant(APInt(Known.getBitWidth(), CN->getZExtValue())); in computeKnownBitsForTargetNode()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 38076 KnownBits Known2 = KnownBits::makeConstant(EltBits[I]); in computeKnownBitsForTargetNode()
|