Home
last modified time | relevance | path

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

12

/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp232 LatticeVal &IV = TrackedGlobals[GV]; in TrackValueOfGlobalVariable() local
309 void markConstant(LatticeVal &IV, Value *V, Constant *C) { in markConstant()
325 LatticeVal &IV = ValueState[V]; in markForcedConstant() local
338 void markOverdefined(LatticeVal &IV, Value *V) { in markOverdefined()
350 void mergeInValue(LatticeVal &IV, Value *V, LatticeVal MergeWithV) { in mergeInValue()
684 LatticeVal IV = getValueState(PN.getIncomingValue(i)); in visitPHINode() local
859 LatticeVal &IV = ValueState[&I]; in visitBinaryOperator() local
917 LatticeVal &IV = ValueState[&I]; in visitCmpInst() local
1056 LatticeVal &IV = ValueState[&I]; in visitLoadInst() local
1618 LatticeVal IV = Solver.getLatticeValueFor(Inst); in runOnFunction() local
[all …]
DLoopRerollPass.cpp412 Instruction *IV; member
652 static bool isLoopIncrement(User *U, Instruction *IV) { in isLoopIncrement()
1449 bool LoopReroll::reroll(Instruction *IV, Loop *L, BasicBlock *Header, in reroll()
DJumpThreading.cpp1427 Value *IV = PN->getIncomingValueForBlock(OldPred); in AddPHINodeEntriesForMappedBlock() local
1741 if (Value *IV = in DuplicateCondBranchOnPHIIntoPred() local
DIndVarSimplify.cpp1460 IndVarSimplifyVisitor(PHINode *IV, ScalarEvolution *SCEV, in IndVarSimplifyVisitor()
/external/clang/lib/StaticAnalyzer/Checkers/
DDereferenceChecker.cpp82 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(Ex); in AddDerefSource() local
157 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(S); in reportBug() local
/external/llvm/lib/Analysis/
DSparsePropagation.cpp235 LatticeVal IV = LatticeFunc->ComputeInstructionState(PN, *this); in visitPHINode() local
285 LatticeVal IV = LatticeFunc->ComputeInstructionState(I, *this); in visitInst() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
DOFBBlockCipher.java16 private byte[] IV; field in OFBBlockCipher
DCBCBlockCipher.java15 private byte[] IV; field in CBCBlockCipher
DCFBBlockCipher.java16 private byte[] IV; field in CFBBlockCipher
DSICBlockCipher.java23 private byte[] IV; field in SICBlockCipher
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
Drijndael-api-fst.h70 u_int8_t IV[MAX_IV_SIZE]; /* A possible Initialization Vector for ciphering */ member
Drijndael-api-fst.c79 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) { in rijndael_cipherInit()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp689 DwarfDebug::getExistingAbstractVariable(InlinedVariable IV, in getExistingAbstractVariable()
699 DbgVariable *DwarfDebug::getExistingAbstractVariable(InlinedVariable IV) { in getExistingAbstractVariable()
711 void DwarfDebug::ensureAbstractVariableIsCreated(InlinedVariable IV, in ensureAbstractVariableIsCreated()
722 InlinedVariable IV, const MDNode *ScopeNode) { in ensureAbstractVariableIsCreatedIfScoped()
897 InlinedVariable IV) { in createConcreteVariable()
913 InlinedVariable IV = I.first; in collectVariableInfo() local
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-use-table.cc27 #define IV USE_IV /* BASE_VOWEL */ macro
/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp170 if (ObjCIvarRefExpr *IV = dyn_cast<ObjCIvarRefExpr>(LHS)) { in isZeroingPropIvar() local
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestBase.h140 Constant *IV = ConstantInt::get(Context, APInt(32, InitialValue)); in insertGlobalInt32() local
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp3826 unsigned RewriteModernObjC::ObjCIvarBitfieldGroupNo(ObjCIvarDecl *IV) { in ObjCIvarBitfieldGroupNo()
3851 ObjCIvarDecl *IV, in SynthesizeBitfieldGroupStructType()
3871 QualType RewriteModernObjC::GetGroupRecordTypeForObjCIvarBitfield(ObjCIvarDecl *IV) { in GetGroupRecordTypeForObjCIvarBitfield()
3907 void RewriteModernObjC::ObjCIvarBitfieldGroupDecl(ObjCIvarDecl *IV, in ObjCIvarBitfieldGroupDecl()
3920 void RewriteModernObjC::ObjCIvarBitfieldGroupType(ObjCIvarDecl *IV, in ObjCIvarBitfieldGroupType()
3933 void RewriteModernObjC::ObjCIvarBitfieldGroupOffset(ObjCIvarDecl *IV, in ObjCIvarBitfieldGroupOffset()
3984 ObjCIvarDecl *IV = IVars[i]; in RewriteObjCInternalStruct() local
4004 ObjCIvarDecl *IV = IVars[i]; in RewriteObjCInternalStruct() local
7577 Stmt *RewriteModernObjC::RewriteObjCIvarRefExpr(ObjCIvarRefExpr *IV) { in RewriteObjCIvarRefExpr()
/external/mesa3d/src/mesa/main/
Dtexcompress_fxt1.c252 #define MAKEIVEC(NV, NC, IV, B, V0, V1) \ argument
272 #define CALCCDOT(TEXEL, NV, NC, IV, B, V)\ argument
/external/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp405 Value *IV = PN->getIncomingValue(i); in insertUniqueBackedgeBlock() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp1001 if (Instruction *IV = FoldSelectOpOp(SI, TI, FI)) in visitSelectInst() local
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp723 APSInt IV; in VisitOffsetOfExpr() local
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp458 if (const InsertValueInst *IV = dyn_cast<InsertValueInst>(V)) { in SurveyUse() local
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp711 Value *IV = SuccPN->getIncomingValue(OldBlockIdx); in cloneCommonBlocks() local
/external/clang/lib/Sema/
DSemaExprMember.cpp1322 ObjCIvarDecl *IV = IDecl->lookupInstanceVariable(Member, ClassDeclared); in LookupMemberExpr() local
DSemaObjCProperty.cpp1583 ObjCMethodDecl *Method, ObjCIvarDecl *IV) { in IvarBacksCurrentMethodAccessor()

12