/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SCCPSolver.cpp | 360 ValueLatticeElement &IV = TrackedGlobals[GV]; in trackValueOfGlobalVariable() local 462 void SCCPInstVisitor::pushToWorkList(ValueLatticeElement &IV, Value *V) { in pushToWorkList() 468 void SCCPInstVisitor::pushToWorkListMsg(ValueLatticeElement &IV, Value *V) { in pushToWorkListMsg() 473 bool SCCPInstVisitor::markConstant(ValueLatticeElement &IV, Value *V, in markConstant() 482 bool SCCPInstVisitor::markOverdefined(ValueLatticeElement &IV, Value *V) { in markOverdefined() 525 bool SCCPInstVisitor::mergeInValue(ValueLatticeElement &IV, Value *V, in mergeInValue() 710 ValueLatticeElement IV = getValueState(PN.getIncomingValue(i)); in visitPHINode() local 904 ValueLatticeElement &IV = ValueState[&I]; in visitUnaryOperator() local 931 ValueLatticeElement &IV = ValueState[&I]; in visitBinaryOperator() local 1099 ValueLatticeElement &IV = ValueState[&I]; in visitLoadInst() local [all …]
|
H A D | MatrixUtils.cpp | 38 PHINode *IV = in CreateLoop() local
|
H A D | LoopSimplify.cpp | 417 Value *IV = PN->getIncomingValue(i); in insertUniqueBackedgeBlock() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DereferenceChecker.cpp | 84 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(Ex); in AddDerefSource() local 185 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(S); in reportBug() local
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | bio_enc_test.c | 31 static const unsigned char IV[] = { variable
|
H A D | modes_internal_test.c | 810 const SIZED_DATA IV; member 842 SIZED_DATA IV = gcm128_vectors[idx].IV; in test_gcm128() local
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | bio_enc_test.c | 31 static const unsigned char IV[] = { variable
|
H A D | modes_internal_test.c | 816 const SIZED_DATA IV; member 848 SIZED_DATA IV = gcm128_vectors[idx].IV; in test_gcm128() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | SCCP.cpp | 120 const ValueLatticeElement &IV = Solver.getLatticeValueFor(V); in tryToReplaceWithConstant() local 172 const ValueLatticeElement &IV = Solver.getLatticeValueFor(ExtOp); in simplifyInstsInBlock() local
|
H A D | LoopRerollPass.cpp | 452 Instruction *IV; member 525 bool LoopReroll::isLoopControlIV(Loop *L, Instruction *IV) { in isLoopControlIV() 772 static bool isLoopIncrement(User *U, Instruction *IV) { in isLoopIncrement() 1637 bool LoopReroll::reroll(Instruction *IV, Loop *L, BasicBlock *Header, in reroll()
|
H A D | LoopIdiomRecognize.cpp | 2370 auto *IV = Builder.CreatePHI(Ty, 2, CurLoop->getName() + ".iv"); in recognizeShiftUntilBitTest() local 2432 Instruction *&IV, Value *&Start, in detectShiftUntilZeroIdiom() 2585 Instruction *ValShiftedIsZero, *IV; in recognizeShiftUntilZero() local
|
H A D | IndVarSimplify.cpp | 576 IndVarSimplifyVisitor(PHINode *IV, ScalarEvolution *SCEV, in IndVarSimplifyVisitor() 1152 const SCEV *IV = SE->getSCEV(CmpIndVar); in linearFunctionTestReplace() local
|
H A D | JumpThreading.cpp | 1963 Value *IV = PN.getIncomingValueForBlock(OldPred); in addPHINodeEntriesForMappedBlock() local 2682 if (Value *IV = SimplifyInstruction( in duplicateCondBranchOnPHIIntoPred() local
|
H A D | LoopPredication.cpp | 240 const SCEVAddRecExpr *IV; member
|
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/missing/crypto/rijndael/ |
H A D | rijndael-api-fst.h | 70 u_int8_t IV[MAX_IV_SIZE]; /* A possible Initialization Vector for ciphering */ member
|
H A D | rijndael-api-fst.c | 79 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) { in rijndael_cipherInit()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/ |
H A D | MSP430AsmPrinter.cpp | 166 MCSection *IV = OutStreamer->getContext().getELFSection( in EmitInterruptVectorSection() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
H A D | TransZeroOutPropsInDealloc.cpp | 167 if (ObjCIvarRefExpr *IV = dyn_cast<ObjCIvarRefExpr>(LHS)) { in isZeroingPropIvar() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | MVETailPredication.cpp | 314 auto *IV = ActiveLaneMask->getOperand(0); in IsSafeActiveMask() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 3766 unsigned RewriteModernObjC::ObjCIvarBitfieldGroupNo(ObjCIvarDecl *IV) { in ObjCIvarBitfieldGroupNo() 3791 ObjCIvarDecl *IV, in SynthesizeBitfieldGroupStructType() 3811 QualType RewriteModernObjC::GetGroupRecordTypeForObjCIvarBitfield(ObjCIvarDecl *IV) { in GetGroupRecordTypeForObjCIvarBitfield() 3847 void RewriteModernObjC::ObjCIvarBitfieldGroupDecl(ObjCIvarDecl *IV, in ObjCIvarBitfieldGroupDecl() 3859 void RewriteModernObjC::ObjCIvarBitfieldGroupType(ObjCIvarDecl *IV, in ObjCIvarBitfieldGroupType() 3871 void RewriteModernObjC::ObjCIvarBitfieldGroupOffset(ObjCIvarDecl *IV, in ObjCIvarBitfieldGroupOffset() 3922 ObjCIvarDecl *IV = IVars[i]; in RewriteObjCInternalStruct() local 3942 ObjCIvarDecl *IV = IVars[i]; in RewriteObjCInternalStruct() local 7452 Stmt *RewriteModernObjC::RewriteObjCIvarRefExpr(ObjCIvarRefExpr *IV) { in RewriteObjCIvarRefExpr()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.cpp | 305 PHINode *IV = Lp->getCanonicalInductionVariable(); in isUniformLoop() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 408 if (const InsertValueInst *IV = dyn_cast<InsertValueInst>(V)) { in SurveyUse() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86LowerAMXIntrinsics.cpp | 118 PHINode *IV = in createLoop() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineC.cpp | 868 APSInt IV = Result.Val.getInt(); in VisitOffsetOfExpr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 1225 auto BodyGen = [=](InsertPointTy CodeGenIP, Value *IV) { in createCanonicalLoop() 1272 Value *IV = CLI->getIndVar(); in createStaticWorkshareLoop() local 1396 Value *IV = CLI->getIndVar(); in createDynamicWorkshareLoop() local
|