/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | SCCP.cpp | 233 LatticeVal &IV = TrackedGlobals[GV]; in TrackValueOfGlobalVariable() local 317 void markConstant(LatticeVal &IV, Value *V, Constant *C) { in markConstant() 333 LatticeVal &IV = ValueState[V]; in markForcedConstant() local 346 void markOverdefined(LatticeVal &IV, Value *V) { in markOverdefined() 358 void mergeInValue(LatticeVal &IV, Value *V, LatticeVal MergeWithV) { in mergeInValue() 734 LatticeVal IV = getValueState(PN.getIncomingValue(i)); in visitPHINode() local 912 LatticeVal &IV = ValueState[&I]; in visitBinaryOperator() local 1028 LatticeVal &IV = ValueState[&I]; in visitCmpInst() local 1228 LatticeVal &IV = ValueState[&I]; in visitLoadInst() local 1780 LatticeVal IV = Solver.getLatticeValueFor(Inst); in runOnFunction() local [all …]
|
D | JumpThreading.cpp | 1288 Value *IV = PN->getIncomingValueForBlock(OldPred); in AddPHINodeEntriesForMappedBlock() local 1525 if (Value *IV = SimplifyInstruction(New, TD)) { in DuplicateCondBranchOnPHIIntoPred() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 234 LatticeVal &IV = TrackedGlobals[GV]; in TrackValueOfGlobalVariable() local 320 void pushToWorkList(LatticeVal &IV, Value *V) { in pushToWorkList() 330 void markConstant(LatticeVal &IV, Value *V, Constant *C) { in markConstant() 343 LatticeVal &IV = ValueState[V]; in markForcedConstant() local 353 void markOverdefined(LatticeVal &IV, Value *V) { in markOverdefined() 365 void mergeInValue(LatticeVal &IV, Value *V, LatticeVal MergeWithV) { in mergeInValue() 699 LatticeVal IV = getValueState(PN.getIncomingValue(i)); in visitPHINode() local 880 LatticeVal &IV = ValueState[&I]; in visitBinaryOperator() local 942 LatticeVal &IV = ValueState[&I]; in visitCmpInst() local 1034 LatticeVal &IV = ValueState[&I]; in visitLoadInst() local [all …]
|
D | LoopRerollPass.cpp | 413 Instruction *IV; member 473 Instruction &IV) { in getIncrmentFactorSCEV() 519 bool LoopReroll::isLoopControlIV(Loop *L, Instruction *IV) { in isLoopControlIV() 775 static bool isLoopIncrement(User *U, Instruction *IV) { in isLoopIncrement() 1671 bool LoopReroll::reroll(Instruction *IV, Loop *L, BasicBlock *Header, in reroll()
|
D | JumpThreading.cpp | 1422 Value *IV = PN->getIncomingValueForBlock(OldPred); in AddPHINodeEntriesForMappedBlock() local 1749 if (Value *IV = in DuplicateCondBranchOnPHIIntoPred() local
|
/external/llvm/lib/Analysis/ |
D | SparsePropagation.cpp | 235 LatticeVal IV = LatticeFunc->ComputeInstructionState(PN, *this); in visitPHINode() local 285 LatticeVal IV = LatticeFunc->ComputeInstructionState(I, *this); in visitInst() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DereferenceChecker.cpp | 81 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(Ex); in AddDerefSource() local 166 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(S); in reportBug() local
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/ |
D | OFBBlockCipher.java | 16 private byte[] IV; field in OFBBlockCipher
|
D | CBCBlockCipher.java | 15 private byte[] IV; field in CBCBlockCipher
|
D | CFBBlockCipher.java | 16 private byte[] IV; field in CFBBlockCipher
|
D | SICBlockCipher.java | 23 private byte[] IV; field in SICBlockCipher
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | SparsePropagation.cpp | 234 LatticeVal IV = LatticeFunc->ComputeInstructionState(PN, *this); in visitPHINode() local 284 LatticeVal IV = LatticeFunc->ComputeInstructionState(I, *this); in visitInst() local
|
D | LoopInfo.cpp | 179 PHINode *IV = getCanonicalInductionVariable(); in getTripCount() local
|
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/ |
D | rijndael-api-fst.h | 70 u_int8_t IV[MAX_IV_SIZE]; /* A possible Initialization Vector for ciphering */ member
|
D | rijndael-api-fst.c | 79 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) { in rijndael_cipherInit()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 675 DwarfDebug::getExistingAbstractVariable(InlinedVariable IV, in getExistingAbstractVariable() 685 DbgVariable *DwarfDebug::getExistingAbstractVariable(InlinedVariable IV) { in getExistingAbstractVariable() 697 void DwarfDebug::ensureAbstractVariableIsCreated(InlinedVariable IV, in ensureAbstractVariableIsCreated() 708 InlinedVariable IV, const MDNode *ScopeNode) { in ensureAbstractVariableIsCreatedIfScoped() 908 InlinedVariable IV) { in createConcreteVariable() 935 InlinedVariable IV = I.first; in collectVariableInfo() local
|
/external/clang/lib/ARCMigrate/ |
D | TransZeroOutPropsInDealloc.cpp | 170 if (ObjCIvarRefExpr *IV = dyn_cast<ObjCIvarRefExpr>(LHS)) { in isZeroingPropIvar() local
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITTestBase.h | 140 Constant *IV = ConstantInt::get(Context, APInt(32, InitialValue)); in insertGlobalInt32() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 782 if (Instruction *IV = FoldSelectOpOp(SI, TI, FI)) in visitSelectInst() local
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 3764 unsigned RewriteModernObjC::ObjCIvarBitfieldGroupNo(ObjCIvarDecl *IV) { in ObjCIvarBitfieldGroupNo() 3789 ObjCIvarDecl *IV, in SynthesizeBitfieldGroupStructType() 3809 QualType RewriteModernObjC::GetGroupRecordTypeForObjCIvarBitfield(ObjCIvarDecl *IV) { in GetGroupRecordTypeForObjCIvarBitfield() 3845 void RewriteModernObjC::ObjCIvarBitfieldGroupDecl(ObjCIvarDecl *IV, in ObjCIvarBitfieldGroupDecl() 3857 void RewriteModernObjC::ObjCIvarBitfieldGroupType(ObjCIvarDecl *IV, in ObjCIvarBitfieldGroupType() 3869 void RewriteModernObjC::ObjCIvarBitfieldGroupOffset(ObjCIvarDecl *IV, in ObjCIvarBitfieldGroupOffset() 3920 ObjCIvarDecl *IV = IVars[i]; in RewriteObjCInternalStruct() local 3940 ObjCIvarDecl *IV = IVars[i]; in RewriteObjCInternalStruct() local 7452 Stmt *RewriteModernObjC::RewriteObjCIvarRefExpr(ObjCIvarRefExpr *IV) { in RewriteObjCIvarRefExpr()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | LoopSimplify.cpp | 682 Value *IV = PN->getIncomingValue(i); in InsertUniqueBackedgeBlock() local
|
/external/mesa3d/src/mesa/main/ |
D | texcompress_fxt1.c | 224 #define MAKEIVEC(NV, NC, IV, B, V0, V1) \ argument 244 #define CALCCDOT(TEXEL, NV, NC, IV, B, V)\ argument
|
/external/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 384 if (const InsertValueInst *IV = dyn_cast<InsertValueInst>(V)) { in SurveyUse() local
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopSimplify.cpp | 406 Value *IV = PN->getIncomingValue(i); in insertUniqueBackedgeBlock() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 387 if (const InsertValueInst *IV = dyn_cast<InsertValueInst>(V)) { in SurveyUse() local
|