Home
last modified time | relevance | path

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

123

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DSCCPSolver.cpp83 const ValueLatticeElement &IV = getLatticeValueFor(V); in tryToReplaceWithConstant() local
130 const ValueLatticeElement &IV = Solver.getLatticeValueFor(V); in replaceSignedInst() local
596 ValueLatticeElement &IV = TrackedGlobals[GV]; in trackValueOfGlobalVariable() local
730 void SCCPInstVisitor::pushToWorkList(ValueLatticeElement &IV, Value *V) { in pushToWorkList()
736 void SCCPInstVisitor::pushToWorkListMsg(ValueLatticeElement &IV, Value *V) { in pushToWorkListMsg()
741 bool SCCPInstVisitor::markConstant(ValueLatticeElement &IV, Value *V, in markConstant()
750 bool SCCPInstVisitor::markOverdefined(ValueLatticeElement &IV, Value *V) { in markOverdefined()
836 bool SCCPInstVisitor::mergeInValue(ValueLatticeElement &IV, Value *V, in mergeInValue()
1021 ValueLatticeElement IV = getValueState(PN.getIncomingValue(i)); in visitPHINode() local
1246 ValueLatticeElement &IV = ValueState[&I]; in visitUnaryOperator() local
[all …]
DMatrixUtils.cpp38 PHINode *IV = in CreateLoop() local
DLoopSimplify.cpp411 Value *IV = PN->getIncomingValue(i); in insertUniqueBackedgeBlock() local
DSimplifyIndVar.cpp475 Value *IV = TI->getOperand(0); in eliminateTrunc() local
658 const SCEV *IV = SE->getSCEV(IVOperand); in replaceFloatIVWithIntegerIV() local
/openbsd/src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/
DFieldHash.xs101 I32(* val)(pTHX_ IV, SV*), /* "get" function */ in HUF_add_uvar_magic()
102 I32(* set)(pTHX_ IV, SV*), /* "set" function */ in HUF_add_uvar_magic()
242 static int HUF_func_2mode( I32(* val)(pTHX_ IV, SV*)) { in HUF_func_2mode()
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
DDereferenceChecker.cpp89 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(Ex); in AddDerefSource() local
216 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(S); in reportBug() local
/openbsd/src/sys/crypto/
Dkey_wrap.c29 static const u_int8_t IV[8] = variable
/openbsd/src/regress/lib/libcrypto/gcm128/
Dgcm128test.c68 const uint8_t IV[128]; member
/openbsd/src/sys/arch/amd64/amd64/
Daes_intel.S82 #define IV %xmm3 macro
/openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/
DMSP430AsmPrinter.cpp169 MCSection *IV = OutStreamer->getContext().getELFSection( in EmitInterruptVectorSection() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp448 Instruction *IV; member
521 bool LoopReroll::isLoopControlIV(Loop *L, Instruction *IV) { in isLoopControlIV()
763 static bool isLoopIncrement(User *U, Instruction *IV) { in isLoopIncrement()
1628 bool LoopReroll::reroll(Instruction *IV, Loop *L, BasicBlock *Header, in reroll()
DLoopIdiomRecognize.cpp2562 auto *IV = Builder.CreatePHI(Ty, 2, CurLoop->getName() + ".iv"); in recognizeShiftUntilBitTest() local
2624 Intrinsic::ID &IntrinID, Instruction *&IV, in detectShiftUntilZeroIdiom()
2795 Instruction *IV; in recognizeShiftUntilZero() local
DIndVarSimplify.cpp579 IndVarSimplifyVisitor(PHINode *IV, ScalarEvolution *SCEV, in IndVarSimplifyVisitor()
1150 const SCEV *IV = SE->getSCEV(CmpIndVar); in linearFunctionTestReplace() local
DJumpThreading.cpp1967 Value *IV = PN.getIncomingValueForBlock(OldPred); in addPHINodeEntriesForMappedBlock() local
2705 if (Value *IV = simplifyInstruction( in duplicateCondBranchOnPHIIntoPred() local
/openbsd/src/gnu/llvm/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp167 if (ObjCIvarRefExpr *IV = dyn_cast<ObjCIvarRefExpr>(LHS)) { in isZeroingPropIvar() local
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DMVETailPredication.cpp319 auto *IV = ActiveLaneMask->getOperand(0); in IsSafeActiveMask() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DVPlanRecipes.cpp214 Value *IV = State.get(getOperand(0), Part); in generateInstruction() local
289 auto *IV = State.get(getOperand(0), VPIteration(0, 0)); in generateInstruction() local
327 Value *IV = State.get(getOperand(0), Part); in generateInstruction() local
DVPlan.h1021 PHINode *IV; variable
1026 VPWidenIntOrFpInductionRecipe(PHINode *IV, VPValue *Start, VPValue *Step, in VPWidenIntOrFpInductionRecipe()
1033 VPWidenIntOrFpInductionRecipe(PHINode *IV, VPValue *Start, VPValue *Step, in VPWidenIntOrFpInductionRecipe()
1908 VPScalarIVStepsRecipe(const InductionDescriptor &IndDesc, VPValue *IV, in VPScalarIVStepsRecipe()
DVPlanTransforms.cpp344 auto *IV = dyn_cast<VPWidenIntOrFpInductionRecipe>(&Phi); in removeRedundantInductionCasts() local
DLoopVectorizationLegality.cpp341 PHINode *IV = Lp->getCanonicalInductionVariable(); in isUniformLoop() local
/openbsd/src/gnu/llvm/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp3756 unsigned RewriteModernObjC::ObjCIvarBitfieldGroupNo(ObjCIvarDecl *IV) { in ObjCIvarBitfieldGroupNo()
3781 ObjCIvarDecl *IV, in SynthesizeBitfieldGroupStructType()
3801 QualType RewriteModernObjC::GetGroupRecordTypeForObjCIvarBitfield(ObjCIvarDecl *IV) { in GetGroupRecordTypeForObjCIvarBitfield()
3837 void RewriteModernObjC::ObjCIvarBitfieldGroupDecl(ObjCIvarDecl *IV, in ObjCIvarBitfieldGroupDecl()
3849 void RewriteModernObjC::ObjCIvarBitfieldGroupType(ObjCIvarDecl *IV, in ObjCIvarBitfieldGroupType()
3861 void RewriteModernObjC::ObjCIvarBitfieldGroupOffset(ObjCIvarDecl *IV, in ObjCIvarBitfieldGroupOffset()
3912 ObjCIvarDecl *IV = IVars[i]; in RewriteObjCInternalStruct() local
3932 ObjCIvarDecl *IV = IVars[i]; in RewriteObjCInternalStruct() local
7441 Stmt *RewriteModernObjC::RewriteObjCIvarRefExpr(ObjCIvarRefExpr *IV) { in RewriteObjCIvarRefExpr()
/openbsd/src/gnu/llvm/llvm/tools/llvm-mca/
Dllvm-mca.cpp680 auto IV = std::make_unique<mca::InstructionView>(*STI, *IP, Insts); in main() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp410 if (const InsertValueInst *IV = dyn_cast<InsertValueInst>(V)) { in surveyUse() local
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86LowerAMXIntrinsics.cpp119 PHINode *IV = in createLoop() local
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp860 APSInt IV = Result.Val.getInt(); in VisitOffsetOfExpr() local

123