| /src/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | TCE.cpp | 57 llvm::ConstantAsMetadata::get(llvm::Constant::getIntegerValue( in setTargetAttributes() 60 llvm::ConstantAsMetadata::get(llvm::Constant::getIntegerValue( in setTargetAttributes() 63 llvm::ConstantAsMetadata::get(llvm::Constant::getIntegerValue( in setTargetAttributes()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSimplifyDemanded.cpp | 221 return Constant::getIntegerValue(VTy, Known.One); in SimplifyDemandedUseBits() 252 return Constant::getIntegerValue(VTy, Known.One); in SimplifyDemandedUseBits() 298 return Constant::getIntegerValue(VTy, Known.One); in SimplifyDemandedUseBits() 325 Constant *AndC = Constant::getIntegerValue(VTy, in SimplifyDemandedUseBits() 1051 replaceOperand(*I, 0, Constant::getIntegerValue(VTy, LHSKnown.One)); in SimplifyDemandedUseBits() 1058 replaceOperand(*I, 1, Constant::getIntegerValue(VTy, RHSKnown.One)); in SimplifyDemandedUseBits() 1121 return Constant::getIntegerValue(VTy, Known.One); in SimplifyDemandedUseBits() 1164 return Constant::getIntegerValue(ITy, Known.One); in SimplifyMultipleUseDemandedBits() 1185 return Constant::getIntegerValue(ITy, Known.One); in SimplifyMultipleUseDemandedBits() 1208 return Constant::getIntegerValue(ITy, Known.One); in SimplifyMultipleUseDemandedBits() [all …]
|
| H A D | InstCombineCompares.cpp | 3595 Op, Constant::getIntegerValue(Op->getType(), ~(OpKnown.One))); in foldCtpopPow2Test() 5115 Constant *C3 = Constant::getIntegerValue(BO0->getType(), Diff); in foldICmpBinOp() 5121 Constant *C3 = Constant::getIntegerValue(BO0->getType(), Diff); in foldICmpBinOp() 6485 return new ICmpInst(Pred, ConstantExpr::getIntegerValue(Ty, Op0Min), Op1); in foldICmpUsingKnownBits() 6487 return new ICmpInst(Pred, Op0, ConstantExpr::getIntegerValue(Ty, Op1Min)); in foldICmpUsingKnownBits()
|
| H A D | InstructionCombining.cpp | 1056 C = Constant::getIntegerValue(V->getType(), APInt(BitWidth, 1)); in foldBinOpOfSelectAndCastOfSelectCondition()
|
| H A D | InstCombineCalls.cpp | 1810 X = Constant::getIntegerValue( in visitCallInst()
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Constant.h | 198 static Constant *getIntegerValue(Type *Ty, const APInt &V);
|
| H A D | IntrinsicInst.h | 829 return Constant::getIntegerValue( in getSaturationPoint()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | DXILResource.cpp | 273 Constant::getIntegerValue(I32Ty, APInt(32, V))); in getAsMetadata() 277 Constant::getIntegerValue(I1Ty, APInt(1, V))); in getAsMetadata()
|
| /src/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | MveEmitter.cpp | 479 virtual std::string getIntegerValue(const std::string &) { in getIntegerValue() function in __anon7767069c0111::Result 582 std::string getIntegerValue(const std::string &IntType) override { in getIntegerValue() function in __anon7767069c0111::BuiltinArgResult 685 Arg->getIntegerValue(it->second)); in genCode()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 2142 ValueZero = Constant::getIntegerValue(SamplingVarTy, APInt(16, 0)); in createProfileSamplingVar() 2145 ValueZero = Constant::getIntegerValue(SamplingVarTy, APInt(32, 0)); in createProfileSamplingVar()
|
| H A D | MemProfiler.cpp | 531 Constant::getIntegerValue(IntTy1, APInt(1, ClHistogram)), VarName); in createMemprofHistogramFlagVar()
|
| H A D | NumericalStabilitySanitizer.cpp | 1784 Value *ValueSize = Constant::getIntegerValue( in propagateNonFTStore()
|
| H A D | PGOInstrumentation.cpp | 414 Constant::getIntegerValue(IntTy64, APInt(64, ProfileVersion)), VarName); in createIRLevelProfileFlagVar()
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULowerBufferFatPointers.cpp | 1310 ConstantExpr::getIntegerValue(ResTy, APInt(Width, BufferOffsetWidth)), in visitPtrToIntInst() 1340 ConstantExpr::getIntegerValue(IntTy, APInt(Width, BufferOffsetWidth))); in visitIntToPtrInst()
|
| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Constants.cpp | 400 Constant *Constant::getIntegerValue(Type *Ty, const APInt &V) { in getIntegerValue() function in Constant 2705 return Constant::getIntegerValue( in getIntrinsicIdentity() 2708 return Constant::getIntegerValue( in getIntrinsicIdentity()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 1343 llvm::Constant::getIntegerValue(IntTy64, in setProfileVersion()
|
| H A D | CGBuiltin.cpp | 2189 ArgVal = llvm::Constant::getIntegerValue(Int64Ty, llvm::APInt(64, Val)); in emitBuiltinOSLogFormat()
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstCombineIntrinsic.cpp | 484 auto *MinC = Constant::getIntegerValue(ArgTy, MinValue); in simplifyX86pack() 485 auto *MaxC = Constant::getIntegerValue(ArgTy, MaxValue); in simplifyX86pack()
|
| H A D | X86ISelLowering.cpp | 7209 return Constant::getIntegerValue(Ty, Val); in getConstantVector() 7233 return Constant::getIntegerValue(Type::getIntNTy(C, ScalarSize), Val); in getConstantVector()
|
| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 1338 Constant* OpConst = Constant::getIntegerValue(Op->getType(), OpConstVal); in constantFoldUser()
|