/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SCCPSolver.cpp | 187 const ValueLatticeElement &IV = Solver.getLatticeValueFor(V); replaceSignedInst() local 432 getConstantInt(const ValueLatticeElement & IV,Type * Ty) const getConstantInt() argument 720 ValueLatticeElement &IV = TrackedGlobals[GV]; trackValueOfGlobalVariable() local 893 pushToWorkList(ValueLatticeElement & IV,Value * V) pushToWorkList() argument 903 pushToWorkListMsg(ValueLatticeElement & IV,Value * V) pushToWorkListMsg() argument 908 markConstant(ValueLatticeElement & IV,Value * V,Constant * C,bool MayIncludeUndef) markConstant() argument 917 markConstantRange(ValueLatticeElement & IV,Value * V,const ConstantRange & CR) markConstantRange() argument 926 markOverdefined(ValueLatticeElement & IV,Value * V) markOverdefined() argument 1039 mergeInValue(ValueLatticeElement & IV,Value * V,ValueLatticeElement MergeWithV,ValueLatticeElement::MergeOptions Opts) mergeInValue() argument 1223 ValueLatticeElement IV = getValueState(PN.getIncomingValue(i)); visitPHINode() local 1444 ValueLatticeElement &IV = ValueState[&I]; visitUnaryOperator() local 1469 ValueLatticeElement &IV = ValueState[&I]; visitFreezeInst() local 1491 ValueLatticeElement &IV = ValueState[&I]; visitBinaryOperator() local 1661 ValueLatticeElement &IV = ValueState[&I]; visitLoadInst() local 1804 ValueLatticeElement &IV = ValueState[&CB]; handleCallResult() local [all...] |
H A D | MatrixUtils.cpp | 38 PHINode *IV = in CreateLoop() local
|
H A D | LoopSimplify.cpp | 411 Value *IV = PN->getIncomingValue(i); insertUniqueBackedgeBlock() local
|
/llvm-project/llvm/lib/TextAPI/ |
H A D | RecordVisitor.cpp | 49 for (auto *IV : IVars) { in addIVars() local
|
/llvm-project/polly/lib/CodeGen/ |
H A D | LoopGenerators.cpp | 153 PHINode *IV = Builder.CreatePHI(LoopIVType, 2, "polly.indvar"); createLoop() local 183 Value *IV; createParallelLoop() local
|
H A D | LoopGeneratorsGOMP.cpp | 157 Value *IV = in createSubFn() local
|
H A D | LoopGeneratorsKMP.cpp | 294 Value *IV = createLoop(LB, UB, SequentialLoopStride, Builder, LI, DT, AfterBB, createSubFn() local
|
H A D | IslNodeBuilder.cpp | 454 Value *IV; createForSequential() local 559 Value *IV; createForParallel() local
|
/llvm-project/llvm/lib/Target/AMDGPU/MCA/ |
H A D | AMDGPUCustomBehaviour.cpp | 180 AMDGPU::IsaVersion IV = AMDGPU::getIsaVersion(STI.getCPU()); computeWaitCnt() local 243 AMDGPU::IsaVersion IV = AMDGPU::getIsaVersion(STI.getCPU()); generateWaitCntInfo() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DereferenceChecker.cpp | 91 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(Ex); in AddDerefSource() local 223 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(S); reportBug() local
|
/llvm-project/llvm/lib/Support/BLAKE3/ |
H A D | blake3_impl.h | 78 static const uint32_t IV[8] = {0x6A09E667UL, 0xBB67AE85UL, 0x3C6EF372UL, variable
|
/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430AsmPrinter.cpp | 169 MCSection *IV = OutStreamer->getContext().getELFSection( EmitInterruptVectorSection() local
|
/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransZeroOutPropsInDealloc.cpp | 167 if (ObjCIvarRefExpr *IV = dyn_cast<ObjCIvarRefExpr>(LHS)) { in isZeroingPropIvar() local
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVETailPredication.cpp | 230 auto *IV = ActiveLaneMask->getOperand(0); IsSafeActiveMask() local
|
/llvm-project/clang/lib/InstallAPI/ |
H A D | DylibVerifier.cpp | 783 visitObjCIVar(*IV, R.getName()); in visitObjCCategory() local 778 for (const ObjCIVarRecord *IV : R.getObjCIVars()) visitObjCInterface() local
|
H A D | Visitor.cpp | 153 for (const auto *IV : Ivars) { in recordObjCInstanceVariables() local
|
/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/ |
H A D | MCJITTestBase.h | 132 Constant *IV = ConstantInt::get(Context, APInt(32, InitialValue)); in insertGlobalInt32() local
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 1711 PHINode *IV; global() variable 1716 VPWidenIntOrFpInductionRecipe(PHINode * IV,VPValue * Start,VPValue * Step,const InductionDescriptor & IndDesc) VPWidenIntOrFpInductionRecipe() argument 1723 VPWidenIntOrFpInductionRecipe(PHINode * IV,VPValue * Start,VPValue * Step,const InductionDescriptor & IndDesc,TruncInst * Trunc) VPWidenIntOrFpInductionRecipe() argument 2753 VPDerivedIVRecipe(InductionDescriptor::InductionKind Kind,const FPMathOperator * FPBinOp,VPValue * Start,VPValue * IV,VPValue * Step) VPDerivedIVRecipe() argument 2798 VPScalarIVStepsRecipe(VPValue * IV,VPValue * Step,Instruction::BinaryOps Opcode,FastMathFlags FMFs) VPScalarIVStepsRecipe() argument 2804 VPScalarIVStepsRecipe(const InductionDescriptor & IndDesc,VPValue * IV,VPValue * Step) VPScalarIVStepsRecipe() argument [all...] |
/llvm-project/llvm/tools/llvm-mca/ |
H A D | llvm-mca.cpp | 739 auto IV = std::make_unique<mca::InstructionView>(*STI, *IP, Insts); in main() local
|
/llvm-project/offload/DeviceRTL/src/ |
H A D | Workshare.cpp | 706 Ty IV = BId * NumThreads + TId; in NormalizedLoopNestNoChunk() local 737 Ty IV = BId * BlockChunk + TId; in NormalizedLoopNestChunked() local [all...] |
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 3755 unsigned RewriteModernObjC::ObjCIvarBitfieldGroupNo(ObjCIvarDecl *IV) { in ObjCIvarBitfieldGroupNo() argument 3780 SynthesizeBitfieldGroupStructType(ObjCIvarDecl * IV,SmallVectorImpl<ObjCIvarDecl * > & IVars) SynthesizeBitfieldGroupStructType() argument 3799 GetGroupRecordTypeForObjCIvarBitfield(ObjCIvarDecl * IV) GetGroupRecordTypeForObjCIvarBitfield() argument 3835 ObjCIvarBitfieldGroupDecl(ObjCIvarDecl * IV,std::string & Result) ObjCIvarBitfieldGroupDecl() argument 3847 ObjCIvarBitfieldGroupType(ObjCIvarDecl * IV,std::string & Result) ObjCIvarBitfieldGroupType() argument 3859 ObjCIvarBitfieldGroupOffset(ObjCIvarDecl * IV,std::string & Result) ObjCIvarBitfieldGroupOffset() argument 3910 ObjCIvarDecl *IV = IVars[i]; RewriteObjCInternalStruct() local 3930 ObjCIvarDecl *IV = IVars[i]; RewriteObjCInternalStruct() local 7438 RewriteObjCIvarRefExpr(ObjCIvarRefExpr * IV) RewriteObjCIvarRefExpr() argument [all...] |
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 2495 auto *IV = Builder.CreatePHI(Ty, 2, CurLoop->getName() + ".iv"); recognizeShiftUntilBitTest() local 2557 detectShiftUntilZeroIdiom(Loop * CurLoop,ScalarEvolution * SE,Instruction * & ValShiftedIsZero,Intrinsic::ID & IntrinID,Instruction * & IV,Value * & Start,Value * & Val,const SCEV * & ExtraOffsetExpr,bool & InvertedCond) detectShiftUntilZeroIdiom() argument 2728 Instruction *IV; recognizeShiftUntilZero() local [all...] |
H A D | IndVarSimplify.cpp | 577 IndVarSimplifyVisitor(PHINode * IV,ScalarEvolution * SCEV,const TargetTransformInfo * TTI,const DominatorTree * DTree) IndVarSimplifyVisitor() argument 1039 const SCEV *IV = SE->getSCEV(CmpIndVar); linearFunctionTestReplace() local [all...] |
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 415 if (const InsertValueInst *IV = dyn_cast<InsertValueInst>(V)) { surveyUse() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LowerAMXIntrinsics.cpp | 118 IV->addIncoming(ConstantInt::get(I16Ty, 0), Preheader); in createLoop() local
|