Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp360 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 DMatrixUtils.cpp38 PHINode *IV = in CreateLoop() local
H A DLoopSimplify.cpp417 Value *IV = PN->getIncomingValue(i); in insertUniqueBackedgeBlock() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDereferenceChecker.cpp84 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 Dbio_enc_test.c31 static const unsigned char IV[] = { variable
H A Dmodes_internal_test.c810 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 Dbio_enc_test.c31 static const unsigned char IV[] = { variable
H A Dmodes_internal_test.c816 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 DSCCP.cpp120 const ValueLatticeElement &IV = Solver.getLatticeValueFor(V); in tryToReplaceWithConstant() local
172 const ValueLatticeElement &IV = Solver.getLatticeValueFor(ExtOp); in simplifyInstsInBlock() local
H A DLoopRerollPass.cpp452 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 DLoopIdiomRecognize.cpp2370 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 DIndVarSimplify.cpp576 IndVarSimplifyVisitor(PHINode *IV, ScalarEvolution *SCEV, in IndVarSimplifyVisitor()
1152 const SCEV *IV = SE->getSCEV(CmpIndVar); in linearFunctionTestReplace() local
H A DJumpThreading.cpp1963 Value *IV = PN.getIncomingValueForBlock(OldPred); in addPHINodeEntriesForMappedBlock() local
2682 if (Value *IV = SimplifyInstruction( in duplicateCondBranchOnPHIIntoPred() local
H A DLoopPredication.cpp240 const SCEVAddRecExpr *IV; member
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/missing/crypto/rijndael/
H A Drijndael-api-fst.h70 u_int8_t IV[MAX_IV_SIZE]; /* A possible Initialization Vector for ciphering */ member
H A Drijndael-api-fst.c79 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) { in rijndael_cipherInit()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430AsmPrinter.cpp166 MCSection *IV = OutStreamer->getContext().getELFSection( in EmitInterruptVectorSection() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp167 if (ObjCIvarRefExpr *IV = dyn_cast<ObjCIvarRefExpr>(LHS)) { in isZeroingPropIvar() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp314 auto *IV = ActiveLaneMask->getOperand(0); in IsSafeActiveMask() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3766 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 DLoopVectorizationLegality.cpp305 PHINode *IV = Lp->getCanonicalInductionVariable(); in isUniformLoop() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp408 if (const InsertValueInst *IV = dyn_cast<InsertValueInst>(V)) { in SurveyUse() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp118 PHINode *IV = in createLoop() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp868 APSInt IV = Result.Val.getInt(); in VisitOffsetOfExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1225 auto BodyGen = [=](InsertPointTy CodeGenIP, Value *IV) { in createCanonicalLoop()
1272 Value *IV = CLI->getIndVar(); in createStaticWorkshareLoop() local
1396 Value *IV = CLI->getIndVar(); in createDynamicWorkshareLoop() local

123