Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp295 LatticeVal &IV = TrackedGlobals[GV]; in TrackValueOfGlobalVariable() local
425 void pushToWorkList(LatticeVal &IV, Value *V) { in pushToWorkList()
434 bool markConstant(LatticeVal &IV, Value *V, Constant *C) { in markConstant()
448 LatticeVal &IV = ValueState[V]; in markForcedConstant() local
457 bool markOverdefined(LatticeVal &IV, Value *V) { in markOverdefined()
469 bool mergeInValue(LatticeVal &IV, Value *V, LatticeVal MergeWithV) { in mergeInValue()
803 LatticeVal IV = getValueState(PN.getIncomingValue(i)); in visitPHINode() local
980 LatticeVal &IV = ValueState[&I]; in visitUnaryOperator() local
1004 LatticeVal &IV = ValueState[&I]; in visitBinaryOperator() local
1158 LatticeVal &IV = ValueState[&I]; in visitLoadInst() local
[all …]
DLoopRerollPass.cpp442 Instruction *IV; member
515 bool LoopReroll::isLoopControlIV(Loop *L, Instruction *IV) { in isLoopControlIV()
763 static bool isLoopIncrement(User *U, Instruction *IV) { in isLoopIncrement()
1616 bool LoopReroll::reroll(Instruction *IV, Loop *L, BasicBlock *Header, in reroll()
DJumpThreading.cpp1869 Value *IV = PN.getIncomingValueForBlock(OldPred); in AddPHINodeEntriesForMappedBlock() local
2380 if (Value *IV = SimplifyInstruction( in DuplicateCondBranchOnPHIIntoPred() local
DLoopPredication.cpp240 const SCEVAddRecExpr *IV; member
DIndVarSimplify.cpp1945 IndVarSimplifyVisitor(PHINode *IV, ScalarEvolution *SCEV, in IndVarSimplifyVisitor()
2511 const SCEV *IV = SE->getSCEV(CmpIndVar); in linearFunctionTestReplace() local
/third_party/python/Lib/test/
Ddataclass_module_2_str.py26 class IV: class
Ddataclass_module_2.py26 class IV: class
Ddataclass_module_1_str.py26 class IV: class
Ddataclass_module_1.py26 class IV: class
/third_party/ffmpeg/libavutil/tests/
Dblowfish.c126 #define IV "blowfish" macro
/third_party/FreeBSD/sys/crypto/rijndael/
Drijndael-api-fst.h54 u_int8_t IV[RIJNDAEL_MAX_IV_SIZE]; /* A possible Initialization Vector for ciphering */ member
Drijndael-api-fst.c71 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) { in rijndael_cipherInit()
/third_party/openssl/test/
Dbio_enc_test.c31 static const unsigned char IV[] = { variable
Dmodes_internal_test.c816 const SIZED_DATA IV; member
848 SIZED_DATA IV = gcm128_vectors[idx].IV; in test_gcm128() local
/third_party/mbedtls/programs/aes/
Dcrypt_and_hash.c90 unsigned char IV[16]; in main() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430AsmPrinter.cpp166 MCSection *IV = OutStreamer->getContext().getELFSection( in EmitInterruptVectorSection() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DMVETailPredication.cpp269 Instruction *IV = nullptr; in isTailPredicate() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp307 PHINode *IV = Lp->getCanonicalInductionVariable(); in isUniformLoop() local
DVPlan.cpp330 Value *IV = State.get(getOperand(0), Part); in generateInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp407 if (const InsertValueInst *IV = dyn_cast<InsertValueInst>(V)) { in SurveyUse() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp404 Value *IV = PN->getIncomingValue(i); in insertUniqueBackedgeBlock() local
DSimplifyIndVar.cpp517 Value *IV = TI->getOperand(0); in eliminateTrunc() local
/third_party/mesa3d/src/util/format/
Du_format_fxt1.c110 #define MAKEIVEC(NV, NC, IV, B, V0, V1) \ argument
130 #define CALCCDOT(TEXEL, NV, NC, IV, B, V)\ argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMemoryLegalizer.cpp255 IsaVersion IV; member in __anoneac4b8900111::SICacheControl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp876 Value *IV = SuccPN.getIncomingValue(OldBlockIdx); in cloneCommonBlocks() local

12