| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| D | SCCPSolver.cpp | 83 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 …]
|
| D | MatrixUtils.cpp | 38 PHINode *IV = in CreateLoop() local
|
| D | LoopSimplify.cpp | 411 Value *IV = PN->getIncomingValue(i); in insertUniqueBackedgeBlock() local
|
| D | SimplifyIndVar.cpp | 475 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/ |
| D | FieldHash.xs | 101 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/ |
| D | DereferenceChecker.cpp | 89 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(Ex); in AddDerefSource() local 216 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(S); in reportBug() local
|
| /openbsd/src/sys/crypto/ |
| D | key_wrap.c | 29 static const u_int8_t IV[8] = variable
|
| /openbsd/src/regress/lib/libcrypto/gcm128/ |
| D | gcm128test.c | 68 const uint8_t IV[128]; member
|
| /openbsd/src/sys/arch/amd64/amd64/ |
| D | aes_intel.S | 82 #define IV %xmm3 macro
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/ |
| D | MSP430AsmPrinter.cpp | 169 MCSection *IV = OutStreamer->getContext().getELFSection( in EmitInterruptVectorSection() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| D | LoopRerollPass.cpp | 448 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()
|
| D | LoopIdiomRecognize.cpp | 2562 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
|
| D | IndVarSimplify.cpp | 579 IndVarSimplifyVisitor(PHINode *IV, ScalarEvolution *SCEV, in IndVarSimplifyVisitor() 1150 const SCEV *IV = SE->getSCEV(CmpIndVar); in linearFunctionTestReplace() local
|
| D | JumpThreading.cpp | 1967 Value *IV = PN.getIncomingValueForBlock(OldPred); in addPHINodeEntriesForMappedBlock() local 2705 if (Value *IV = simplifyInstruction( in duplicateCondBranchOnPHIIntoPred() local
|
| /openbsd/src/gnu/llvm/clang/lib/ARCMigrate/ |
| D | TransZeroOutPropsInDealloc.cpp | 167 if (ObjCIvarRefExpr *IV = dyn_cast<ObjCIvarRefExpr>(LHS)) { in isZeroingPropIvar() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/ |
| D | MVETailPredication.cpp | 319 auto *IV = ActiveLaneMask->getOperand(0); in IsSafeActiveMask() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| D | VPlanRecipes.cpp | 214 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
|
| D | VPlan.h | 1021 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()
|
| D | VPlanTransforms.cpp | 344 auto *IV = dyn_cast<VPWidenIntOrFpInductionRecipe>(&Phi); in removeRedundantInductionCasts() local
|
| D | LoopVectorizationLegality.cpp | 341 PHINode *IV = Lp->getCanonicalInductionVariable(); in isUniformLoop() local
|
| /openbsd/src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
| D | RewriteModernObjC.cpp | 3756 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/ |
| D | llvm-mca.cpp | 680 auto IV = std::make_unique<mca::InstructionView>(*STI, *IP, Insts); in main() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| D | DeadArgumentElimination.cpp | 410 if (const InsertValueInst *IV = dyn_cast<InsertValueInst>(V)) { in surveyUse() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86LowerAMXIntrinsics.cpp | 119 PHINode *IV = in createLoop() local
|
| /openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| D | ExprEngineC.cpp | 860 APSInt IV = Result.Val.getInt(); in VisitOffsetOfExpr() local
|