/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SCCPSolver.cpp | 166 const ValueLatticeElement &IV = Solver.getLatticeValueFor(V); replaceSignedInst() local 409 getConstantInt(const ValueLatticeElement & IV,Type * Ty) const getConstantInt() argument 690 ValueLatticeElement &IV = TrackedGlobals[GV]; trackValueOfGlobalVariable() local 852 pushToWorkList(ValueLatticeElement & IV,Value * V) pushToWorkList() argument 862 pushToWorkListMsg(ValueLatticeElement & IV,Value * V) pushToWorkListMsg() argument 867 markConstant(ValueLatticeElement & IV,Value * V,Constant * C,bool MayIncludeUndef) markConstant() argument 876 markOverdefined(ValueLatticeElement & IV,Value * V) markOverdefined() argument 989 mergeInValue(ValueLatticeElement & IV,Value * V,ValueLatticeElement MergeWithV,ValueLatticeElement::MergeOptions Opts) mergeInValue() argument 1173 ValueLatticeElement IV = getValueState(PN.getIncomingValue(i)); visitPHINode() local 1401 ValueLatticeElement &IV = ValueState[&I]; visitUnaryOperator() local 1426 ValueLatticeElement &IV = ValueState[&I]; visitFreezeInst() local 1448 ValueLatticeElement &IV = ValueState[&I]; visitBinaryOperator() local 1605 ValueLatticeElement &IV = ValueState[&I]; visitLoadInst() local 1748 ValueLatticeElement &IV = ValueState[&CB]; handleCallResult() local [all...] |
H A D | MatrixUtils.cpp | 38 PHINode *IV = in CreateLoop() local
|
H A D | LoopSimplify.cpp | 411 Value *IV = PN->getIncomingValue(i); in insertUniqueBackedgeBlock() local
|
H A D | SimplifyIndVar.cpp | 480 Value *IV = TI->getOperand(0); eliminateTrunc() local 664 const SCEV *IV = SE->getSCEV(IVOperand); replaceFloatIVWithIntegerIV() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | RecordVisitor.cpp | 39 for (auto *IV : IVars) { addIVars() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/ |
H A D | AMDGPUCustomBehaviour.cpp | 180 AMDGPU::IsaVersion IV = AMDGPU::getIsaVersion(STI.getCPU()); computeWaitCnt() local 243 AMDGPU::IsaVersion IV = AMDGPU::getIsaVersion(STI.getCPU()); generateWaitCntInfo() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DereferenceChecker.cpp | 89 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(Ex); AddDerefSource() local 216 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(S); reportBug() local
|
/freebsd-src/crypto/openssl/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
|
/freebsd-src/sys/crypto/rijndael/ |
H A D | rijndael-api-fst.h | 53 uint8_t IV[RIJNDAEL_MAX_IV_SIZE]; /* A possible Initialization Vector for ciphering */ member
|
H A D | rijndael-api-fst.c | 67 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) { in rijndael_cipherInit()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/BLAKE3/ |
H A D | blake3_impl.h | 78 static const uint32_t IV[8] = {0x6A09E667UL, 0xBB67AE85UL, 0x3C6EF372UL, variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430AsmPrinter.cpp | 169 MCSection *IV = OutStreamer->getContext().getELFSection( in EmitInterruptVectorSection() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopRerollPass.cpp |
|
H A D | LoopIdiomRecognize.cpp | 2730 IV->addIncoming(ConstantInt::get(Ty, 0), LoopPreheaderBB); in recognizeShiftUntilZero() local 2497 auto *IV = Builder.CreatePHI(Ty, 2, CurLoop->getName() + ".iv"); recognizeShiftUntilBitTest() local 2559 detectShiftUntilZeroIdiom(Loop * CurLoop,ScalarEvolution * SE,Instruction * & ValShiftedIsZero,Intrinsic::ID & IntrinID,Instruction * & IV,Value * & Start,Value * & Val,const SCEV * & ExtraOffsetExpr,bool & InvertedCond) detectShiftUntilZeroIdiom() argument [all...] |
H A D | IndVarSimplify.cpp | 567 IndVarSimplifyVisitor(PHINode * IV,ScalarEvolution * SCEV,const TargetTransformInfo * TTI,const DominatorTree * DTree) IndVarSimplifyVisitor() argument 1027 const SCEV *IV = SE->getSCEV(CmpIndVar); linearFunctionTestReplace() local [all...] |
H A D | LoopPredication.cpp | 250 const SCEVAddRecExpr *IV; member
|
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransZeroOutPropsInDealloc.cpp | 167 if (ObjCIvarRefExpr *IV = dyn_cast<ObjCIvarRefExpr>(LHS)) { in isZeroingPropIvar() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVETailPredication.cpp | 230 auto *IV = ActiveLaneMask->getOperand(0); in IsSafeActiveMask() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 1550 PHINode *IV; global() variable 1555 VPWidenIntOrFpInductionRecipe(PHINode * IV,VPValue * Start,VPValue * Step,const InductionDescriptor & IndDesc) VPWidenIntOrFpInductionRecipe() argument 1562 VPWidenIntOrFpInductionRecipe(PHINode * IV,VPValue * Start,VPValue * Step,const InductionDescriptor & IndDesc,TruncInst * Trunc) VPWidenIntOrFpInductionRecipe() argument 2379 VPScalarIVStepsRecipe(VPValue * IV,VPValue * Step,Instruction::BinaryOps Opcode,FastMathFlags FMFs) VPScalarIVStepsRecipe() argument 2385 VPScalarIVStepsRecipe(const InductionDescriptor & IndDesc,VPValue * IV,VPValue * Step) VPScalarIVStepsRecipe() argument [all...] |
H A D | VPlanRecipes.cpp | 352 auto *IV = State.get(getOperand(0), VPIteration(0, 0)); generateInstruction() local 387 Value *IV = State.get(getOperand(0), Part); generateInstruction() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mca/ |
H A D | llvm-mca.cpp | 683 auto IV = std::make_unique<mca::InstructionView>(*STI, *IP, Insts); main() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 3756 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupNo() argument 3781 SynthesizeBitfieldGroupStructType(ObjCIvarDecl * IV,SmallVectorImpl<ObjCIvarDecl * > & IVars) SynthesizeBitfieldGroupStructType() argument 3800 GetGroupRecordTypeForObjCIvarBitfield(ObjCIvarDecl * IV) GetGroupRecordTypeForObjCIvarBitfield() argument 3836 ObjCIvarBitfieldGroupDecl(ObjCIvarDecl * IV,std::string & Result) ObjCIvarBitfieldGroupDecl() argument 3848 ObjCIvarBitfieldGroupType(ObjCIvarDecl * IV,std::string & Result) ObjCIvarBitfieldGroupType() argument 3860 ObjCIvarBitfieldGroupOffset(ObjCIvarDecl * IV,std::string & Result) ObjCIvarBitfieldGroupOffset() argument 3911 ObjCIvarDecl *IV = IVars[i]; RewriteObjCInternalStruct() local 3931 ObjCIvarDecl *IV = IVars[i]; RewriteObjCInternalStruct() local 7440 RewriteObjCIvarRefExpr(ObjCIvarRefExpr * IV) RewriteObjCIvarRefExpr() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LowerAMXIntrinsics.cpp | 118 PHINode *IV = in createLoop() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 417 IV->hasIndices()) in surveyUse() local
|